diff --git a/Script-Cookbook.md b/Script-Cookbook.md index 73fec4c3..ca5c402c 100644 --- a/Script-Cookbook.md +++ b/Script-Cookbook.md @@ -25,7 +25,7 @@ t:mt=0 i:count=0 (i:means auto counter) hello="hello world" string="xxx" -url="[192.168.178.86]" +url="[_IP_]" hum=0 temp=0 timer=0 @@ -191,7 +191,7 @@ if upsecs%60==0 then ahum/=tcnt atemp/=tcnt -=>WebSend [_IP_]/update?key=PYUZMVWCICBW492&field1=%atemp%&field2=%ahum% +=>WebSend [_IP_]/update?key=_token_&field1=%atemp%&field2=%ahum% tcnt=0 atemp=0 ahum=0