This action will move the blinds (device or group) to the defined position and angle.
- API endpoint slug
- hella_onyx.move_blinds
- Filter code method
- HellaOnyx.moveBlinds.skip(string?: reason)
- Runtime method
- runAction("hella_onyx.move_blinds", {})
Action fields
- Label
- Device or group with shadings
- Helper text
- Which device or group to control
- Slug
- device_or_group
- Required
- true
- Can have default value
- false
- Label
- Position
- Helper text
- Position of the blind: 0 is opened, 100 is closed.
- Slug
- position
- Required
- false
- Can have default value
- true
- Filter code method
- HellaOnyx.moveBlinds.setPosition(string: position)
- Label
- Angle
- Helper text
- Angle for raffstores and venetian blinds: 0° is opened, -90° closed in lower direction, +90° closed in upper direction
- Slug
- angle
- Required
- false
- Can have default value
- true
- Filter code method
- HellaOnyx.moveBlinds.setAngle(string: angle)