This action will display notification on your LaMetric device. The notification will stay on screen until dismissed.
- API endpoint slug
- lametric.notification_sticky
- Filter code method
- Lametric.notificationSticky.skip(string?: reason)
- Runtime method
- runAction("lametric.notification_sticky", {})
Action fields
- Label
- Device to display notification on
- Helper text
- If you do not see your device in the list – make sure it is running firmware 1.6.1 or newer.
- Slug
- device
- Required
- true
- Can have default value
- false
- Label
- Icon or animation ID
- Helper text
- Enter the number found beneath icons here.
- Slug
- icon
- Required
- true
- Can have default value
- true
- Filter code method
- Lametric.notificationSticky.setIcon(string: icon)
- Label
- Message
- Slug
- text
- Required
- true
- Can have default value
- true
- Filter code method
- Lametric.notificationSticky.setText(string: text)
- 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)
- 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)