This action will display notification on your LaMetric device. The notification will stay on screen until dismissed.
Developer info
- API endpoint slug
- lametric.notification_sticky
- Filter code method
- Lametric.notificationSticky.skip(string?: reason)
- Runtime method
- runAction("lametric.notification_sticky", {})
Action fields
Device Dropdown list
- Label
- Device to display notification on
- Helper text
- If you do not see your device in the list – make sure it is running <a href="http://lametric.com/firmware" target="_blank">firmware 1.6.1</a> or newer.
- Slug
- device
- Required
- true
- Can have default value
- false
Icon Text input > Other
- Label
- Icon or animation ID
- Helper text
- Enter the number found beneath icons <a href="https://developer.lametric.com/icons" target="_blank">here</a>.
- Slug
- icon
- Required
- true
- Can have default value
- true
- Filter code method
- Lametric.notificationSticky.setIcon(string: icon)
Text Text input > Short text
- Label
- Message
- Slug
- text
- Required
- true
- Can have default value
- true
- Filter code method
- Lametric.notificationSticky.setText(string: text)
Sound Dropdown list
- Label
- Sound
- Helper text
- Notification sound is played on LaMetric TIME when message is delivered.
- Slug
- sound
- Required
- true
- Can have default value
- true
- Filter code method
- Lametric.notificationSticky.setSound(string: sound)
Priority Dropdown list
- Label
- Priority
- Helper text
- Only important messages will be delivered when screensaver is active.
- Slug
- priority
- Required
- true
- Can have default value
- true
- Filter code method
- Lametric.notificationSticky.setPriority(string: priority)