This Action will turn on bed warming for the side of the bed you choose.
- API endpoint slug
- eight.turn_on_heating
- Filter code method
- Eight.turnOnHeating.skip(string?: reason)
- Runtime method
- runAction("eight.turn_on_heating", {})
Action fields
- Label
- Which side?
- Slug
- which_side
- Required
- true
- Can have default value
- true
- Filter code method
- Eight.turnOnHeating.setWhichSide(string: whichSide)
- Label
- What level?
- Helper text
- Heating level from 1-10
- Slug
- what_level
- Required
- true
- Can have default value
- true
- Filter code method
- Eight.turnOnHeating.setWhatLevel(string: whatLevel)