From f5d9db4d1ce4d525e8a8b03656bc3fcc950af884 Mon Sep 17 00:00:00 2001 From: "K. Siedentopp" Date: Mon, 11 Jun 2018 10:18:19 +0200 Subject: [PATCH] spelling correction --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 359856f..bbb58df 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ This involves MIM of the connection. Instructions can be found here: https://git 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 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.