Skip to content

Files

Latest commit

 

History

History
32 lines (22 loc) · 460 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 460 Bytes

WeIO Minima

Minimal WeIO Platform

Install

git clone https://github.com/nodesign/weioMinima
cd weioMinima

Usage

First start the server:

python weio.py

Then send MQTT commands from remote client:

mosquitto_pub -t weio/api/cmd -m '{"jsonrpc": "2.0", "method": "start"}'

or

mosquitto_pub -t weio/api/cmd -m '{"jsonrpc": "2.0", "method": "stop"}'

License

BSD