mirror of
https://github.com/lehanspb/tuya-mqtt.git
synced 2025-12-18 00:10:20 +00:00
spelling correction
This commit is contained in:
@@ -22,11 +22,11 @@ This involves MIM of the connection. Instructions can be found here: https://git
|
|||||||
|
|
||||||
Commands are
|
Commands are
|
||||||
```
|
```
|
||||||
node njstuya.js --ip=DEVICEIP --id=DEVICEID --key=DEVICEKEY COMMAND
|
node tuya.js --ip=DEVICEIP --id=DEVICEID --key=DEVICEKEY COMMAND
|
||||||
--> Commands are ON, OFF, TOGGLE, STATE
|
--> Commands are ON, OFF, TOGGLE, STATE
|
||||||
|
|
||||||
e.g.
|
e.g.
|
||||||
node njstuya.js --ip=10.0.0.2 --id=213klj349sdfjl324po32 --key=342kljerw98 ON
|
node tuya.js --ip=10.0.0.2 --id=213klj349sdfjl324po32 --key=342kljerw98 ON
|
||||||
```
|
```
|
||||||
All commands return the state of the switch.
|
All commands return the state of the switch.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user