diff --git a/README.md b/README.md index 8925970..8435ef8 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ You may write `text2command` in white list, you can send POST request to `https: "X" can be defined in settings by the "Use text2command instance" option. ### simpleApi -You can use following commands (only pro): +You can use the following commands (only pro): - `[GET]https://iobroker.pro/service/simpleApi//get/stateID` - to read state value => `{"val":103.516,"ack":true,"ts":1604132484682,"q":0,"from":"system.adapter.admin.0","lc":1604132469672,"result":"OK"}` - `[GET]https://iobroker.pro/service/simpleApi//getPlainValue/stateID` - to read state value => `103.641` - `[GET]https://iobroker.pro/service/simpleApi//set/stateID?value=1` - to set state value => `{"result":"OK"}`