This Action will set temperature on your thermostat devices that support heating set point.
Developer info
- API endpoint slug
- nomos_system.setpoint
- Filter code method
- NomosSystem.setpoint.skip(string?: reason)
- Runtime method
- runAction("nomos_system.setpoint", {})
Action fields
Cid Dropdown list
- Label
- Which device?
- Slug
- cid
- Required
- true
- Can have default value
- false
Setpoint Text input > Other
- Label
- Temperature
- Slug
- setpoint
- Required
- true
- Can have default value
- true
- Filter code method
- NomosSystem.setpoint.setSetpoint(string: setpoint)