3 hours ago
Thanks! It works but there is a little mistake here:
here is my version:
Code:
data = json.encode({
data = {
systemID = 1,
zoneID = 1,
on = on,
}
})here is my version:
Code:
data = json.encode({
systemID = 1,
zoneID = 1,
on = on
})