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
ff26f16c6a
commit
951c6c4b8c
1 changed files with 1 additions and 2 deletions
|
@ -441,8 +441,7 @@ Quotations combined with the collection API offers some high level control struc
|
||||||
: ac? ( -- map )
|
: ac? ( -- map )
|
||||||
<map> -> out
|
<map> -> out
|
||||||
'http://192.168.0.25/aircon/get_control_info'
|
'http://192.168.0.25/aircon/get_control_info'
|
||||||
http-get
|
http-get dup 200 = if
|
||||||
dup 200 = if
|
|
||||||
drop ',' split { -> row
|
drop ',' split { -> row
|
||||||
row '=' split
|
row '=' split
|
||||||
dup size 2 = if
|
dup size 2 = if
|
||||||
|
|
Loading…
Reference in a new issue