From 63c35661f633d7a87cfae351b29f48e6431fd757 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Thu, 22 Feb 2024 18:58:09 +0800 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}`