10-07-2024, 07:27 AM
(10-07-2024, 01:07 AM)admin Wrote: wheher Loxone can decode message with all input state together? or only can update by single channel?
now whether input state changed , will auto upload message. because if alway loop, message will cost resource.
Loxone can parse the message (RELAY-INPUT-255,1,\v ) but it should look like this to be able use the same virtual input:
RELAY-INPUT-255,1,1|RELAY-INPUT-255,2,0|RELAY-INPUT-255,3,1...
Or you can just repeat all single messages in loop. If the repeat interval will be in minutes, there will be small costs of resources.