mirror of
https://github.com/controllerzz/carbus_lib.git
synced 2026-07-15 16:30:16 +03:00
add free relay server
This commit is contained in:
@@ -16,7 +16,7 @@ async def main(is_debug=False):
|
||||
)
|
||||
logging.getLogger("carbus_async.wire").setLevel(logging.DEBUG)
|
||||
|
||||
dev = await open_remote_device("84.54.37.149", 9000, serial=5957, password="1234")
|
||||
dev = await open_remote_device("185.42.26.80", 9000, serial=5957, password="1234")
|
||||
|
||||
print(f"Devise SN: {await dev.get_serial()}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user