Update README.md

This commit is contained in:
Attila Magyar 2021-06-27 18:10:07 +02:00 committed by GitHub
parent ff26f16c6a
commit 951c6c4b8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -441,8 +441,7 @@ Quotations combined with the collection API offers some high level control struc
: ac? ( -- map )
<map> -> out
'http://192.168.0.25/aircon/get_control_info'
http-get
dup 200 = if
http-get dup 200 = if
drop ',' split { -> row
row '=' split
dup size 2 = if