From 0bd655cfebe486ec862cbd1399c6eb1cd05457e2 Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Mon, 26 Aug 2019 14:33:15 -0400 Subject: [PATCH] Updated Script Cookbook (markdown) --- Script-Cookbook.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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