Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 263 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 263 Bytes

MeshCtrl

Usage Example

from meshctrl import MeshCtrl

mesh_client = MeshCtrl(uri="wss://mesh.example.com", user="mesh username", token="mesh_login_token")
result = mesh_client.send_command(node_id="mesh_node_id", command="whoami")

print(result)