This action will control your Air conditioning remote which you have created in your Brilliant Nexus app.
- API endpoint slug
- brilliant_nexus.ACExecution
- Filter code method
- BrilliantNexus.acExecution.skip(string?: reason)
- Runtime method
- runAction("brilliant_nexus.ACExecution", {})
Action fields
- Label
- Device Name
- Helper text
- Name of the AC device which you have created in Brilliant Nexus
- Slug
- device_name
- Required
- true
- Can have default value
- false
- Label
- Mode
- Helper text
- Select the Mode which you want to set it too
- Slug
- mode
- Required
- true
- Can have default value
- true
- Filter code method
- BrilliantNexus.acExecution.setMode(string: mode)
- Label
- Temperature
- Helper text
- Set the AC temperature you want to set it for the mode
- Slug
- temperature
- Required
- true
- Can have default value
- true
- Filter code method
- BrilliantNexus.acExecution.setTemperature(string: temperature)
- Label
- Fan speed
- Helper text
- set your fan speed for the AC on selected mode
- Slug
- fan_speed
- Required
- true
- Can have default value
- true
- Filter code method
- BrilliantNexus.acExecution.setFanSpeed(string: fanSpeed)