mirror of
https://github.com/zeroflag/fcl.git
synced 2025-01-12 20:01:25 +01:00
Update README.md
This commit is contained in:
parent
cd4b1bd3af
commit
0ab2b9ed1e
1 changed files with 2 additions and 1 deletions
|
@ -442,7 +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 {
|
drop ',' split
|
||||||
|
{
|
||||||
'=' split dup size 2 = if
|
'=' split dup size 2 = if
|
||||||
out swap add
|
out swap add
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue