This action will temporarily set your Nanoleaf Light Panels or Canvas to a solid or blinking color and then return to its previous state.
- API endpoint slug
- nanoleaf.color_notification_request
- Filter code method
- Nanoleaf.colorNotificationRequest.skip(string?: reason)
- Runtime method
- runAction("nanoleaf.color_notification_request", {})
Action fields
- Label
- Which Device?
- Slug
- my_devices
- Required
- true
- Can have default value
- false
- Label
- Blinking or solid color?
- Slug
- notification_type
- Required
- true
- Can have default value
- true
- Filter code method
- Nanoleaf.colorNotificationRequest.setNotificationType(string: notificationType)
- Label
- Which color?
- Helper text
- If this field is empty, the action will default to white.
- Slug
- value
- Required
- true
- Can have default value
- true
- Filter code method
- Nanoleaf.colorNotificationRequest.setValue(string: value)
- Label
- For how many seconds?
- Helper text
- If left empty, 5 seconds will be used as default.
- Slug
- duration
- Required
- false
- Can have default value
- true
- Filter code method
- Nanoleaf.colorNotificationRequest.setDuration(string: duration)