mirror of https://github.com/arendst/Tasmota.git
Updated Script Cookbook (markdown)
parent
c10e0a3fb7
commit
0bd655cfeb
|
@ -25,7 +25,7 @@ t:mt=0
|
||||||
i:count=0 (i:means auto counter)
|
i:count=0 (i:means auto counter)
|
||||||
hello="hello world"
|
hello="hello world"
|
||||||
string="xxx"
|
string="xxx"
|
||||||
url="[192.168.178.86]"
|
url="[_IP_]"
|
||||||
hum=0
|
hum=0
|
||||||
temp=0
|
temp=0
|
||||||
timer=0
|
timer=0
|
||||||
|
@ -191,7 +191,7 @@ if upsecs%60==0
|
||||||
then
|
then
|
||||||
ahum/=tcnt
|
ahum/=tcnt
|
||||||
atemp/=tcnt
|
atemp/=tcnt
|
||||||
=>WebSend [_IP_]/update?key=PYUZMVWCICBW492&field1=%atemp%&field2=%ahum%
|
=>WebSend [_IP_]/update?key=_token_&field1=%atemp%&field2=%ahum%
|
||||||
tcnt=0
|
tcnt=0
|
||||||
atemp=0
|
atemp=0
|
||||||
ahum=0
|
ahum=0
|
||||||
|
|
Loading…
Reference in New Issue