Log in with your irrigation.online account, pick a controller, and PUT
objects to it through the cloud. The path and body are templates — {id}
loops over the From…To range, so you can create numbered decoders, stations, ….
Authenticates exactly like the guide's steps 1–3:
users.login → users.admin (bearer) → interface.list.
Choosing a controller fetches its decoder-API access
(users.interface → token + proxy URL), like the guide's step 4.
Sends PUT $PROXY/<path> with the body below, one iteration at a
time, waiting for each response. {id} in the path and the
body is replaced per iteration — numbers ("addr":{id}) and inside strings
("desc":"ST{id}@{id}") both work. + Add variable adds more
placeholders ({id2}, …) with their own ranges — all variables step together, so
every range must be the same length (e.g. {id} 1…500 with {id2}
501…1000). A To below From counts down.
From/To
carefully, and test with a single id first.Runs through this site's Worker proxy (/rpc and /iface/… →
irrigation.online), same as the interactive guide. Tokens control real irrigation hardware —
treat them like passwords.