This action will move all the rollers in the room you select.
- API endpoint slug
- powahome.move_all_the_rollers_in_a_room
- Filter code method
- Powahome.moveAllTheRollersInARoom.skip(string?: reason)
- Runtime method
- runAction("powahome.move_all_the_rollers_in_a_room", {})
Action fields
- Label
- Which room?
- Helper text
- The name of the room to control
- Slug
- room_uuid
- Required
- true
- Can have default value
- false
- Label
- What percentage?
- Helper text
- The target opening percentage of the roller
- Slug
- opening_percentage
- Required
- true
- Can have default value
- true
- Filter code method
- Powahome.moveAllTheRollersInARoom.setOpeningPercentage(string: openingPercentage)