How to execute SEND action for a Remotec (120) device through the API
Need Answer
I am looking for information on how to execute SEND action on any of the IR slots for a remotec using the API. Unfortunately I could not figure it out by looking at the API documentation. All I could found was https://my.zipato.com/zipato-web/v2/clusterEndpoints/uuid?full=true lists the relevant object configuration.
Thanks for your help.
No connection
Real-time notifications may not work
Figured out. Documenting for anyone else interested in.
This can be done with an HTTP PUT request to https://my.zipato.com/zipato-web/v2/attributes/<uuid>/value
with the json data {"value":"n"}
where;
uuid=IR Extender (device) --> AirCondition IR (endpoint) --> Thermostat setpoint (clusterEndpoint) --> SETPOINT_COOLING (attribute) uuid.
n=Infrared slot (1 to 20)
Figured out. Documenting for anyone else interested in.
This can be done with an HTTP PUT request to https://my.zipato.com/zipato-web/v2/attributes/<uuid>/value
with the json data {"value":"n"}
where;
uuid=IR Extender (device) --> AirCondition IR (endpoint) --> Thermostat setpoint (clusterEndpoint) --> SETPOINT_COOLING (attribute) uuid.
n=Infrared slot (1 to 20)
Figured out. Documenting for anyone else interested in.
This can be done with an HTTP PUT request to https://my.zipato.com/zipato-web/v2/attributes/<uuid>/value
with the json data {"value":"n"}
where;
uuid=IR Extender (device) --> AirCondition IR (endpoint) --> Thermostat setpoint (clusterEndpoint) --> SETPOINT_COOLING (attribute) uuid.
n=Infrared slot (1 to 20)
Figured out. Documenting for anyone else interested in.
This can be done with an HTTP PUT request to https://my.zipato.com/zipato-web/v2/attributes/<uuid>/value
with the json data {"value":"n"}
where;
uuid=IR Extender (device) --> AirCondition IR (endpoint) --> Thermostat setpoint (clusterEndpoint) --> SETPOINT_COOLING (attribute) uuid.
n=Infrared slot (1 to 20)
Replies have been locked on this page!