Trying to get the properties of a sensor's channel with the API. Wondering if there is something similar to this call but with 'get' instead of 'set':
/api/setobjectproperty.htm?id=<id>&subid=<subid>&subtype=channel&name=limitmessage&value=<value>
Modified on 2025-06-10 21:43:45 +0200
Trying to get the properties of a sensor's channel with the API. Wondering if there is something similar to this call but with 'get' instead of 'set':
/api/setobjectproperty.htm?id=<id>&subid=<subid>&subtype=channel&name=limitmessage&value=<value>
Hi there,
Unfortunately, that is not directly possible via the API. Please try the following call instead:
/controls/channeledit.htm?_hjax=true&id=<SENSORID>&channel=<CHANNELID>
Best regards
Feb, 2017 - Permalink