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
0ab2b9ed1e
commit
5b930c1772
1 changed files with 2 additions and 2 deletions
|
@ -440,8 +440,8 @@ Quotations combined with the collection API offers some high level control struc
|
||||||
```forth
|
```forth
|
||||||
: 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
|
drop ',' split
|
||||||
{
|
{
|
||||||
'=' split dup size 2 = if
|
'=' split dup size 2 = if
|
||||||
|
|
Loading…
Reference in a new issue