mirror of
https://github.com/zeroflag/fcl.git
synced 2025-01-11 20:01:10 +01:00
Update README.md
This commit is contained in:
parent
951c6c4b8c
commit
cd4b1bd3af
1 changed files with 2 additions and 3 deletions
|
@ -442,9 +442,8 @@ Quotations combined with the collection API offers some high level control struc
|
||||||
<map> -> out
|
<map> -> out
|
||||||
'http://192.168.0.25/aircon/get_control_info'
|
'http://192.168.0.25/aircon/get_control_info'
|
||||||
http-get dup 200 = if
|
http-get dup 200 = if
|
||||||
drop ',' split { -> row
|
drop ',' split {
|
||||||
row '=' split
|
'=' split dup size 2 = if
|
||||||
dup size 2 = if
|
|
||||||
out swap add
|
out swap add
|
||||||
else
|
else
|
||||||
drop
|
drop
|
||||||
|
|
Loading…
Reference in a new issue