Explore Plans
Mobile menu Close menu
Nanoleaf Smarter Series

Notify you using your Nanoleaf Light Panels or Canvas

This action will temporarily set your Nanoleaf Light Panels or Canvas to a solid or blinking color and then return to its previous state.

Developer info

API endpoint slug
nanoleaf.color_notification_request
Filter code method
Nanoleaf.colorNotificationRequest.skip(string?: reason)
Runtime method
runAction("nanoleaf.color_notification_request", {})

Action fields

My devices Dropdown list

Label
Which Device?
Slug
my_devices
Required
true
Can have default value
false

Notification type Dropdown list

Label
Blinking or solid color?
Slug
notification_type
Required
true
Can have default value
true
Filter code method
Nanoleaf.colorNotificationRequest.setNotification Type(string: notification_type)

Value Text input > Other

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)

Duration Text input > Other

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)