This action will display notification on your LaMetric device.
- API endpoint slug
- lametric.notification
- Filter code method
- Lametric.notification.skip(string?: reason)
- Runtime method
- runAction("lametric.notification", {})
Action fields
- Label
- Device to display notification on
- Helper text
- If you do not see your device in the list – make sure it runs firmware 1.6.1 or newer.
- Slug
- device
- Required
- true
- Can have default value
- false
- Label
- Icon or animation
- Helper text
- Preview icons and animations here.
- Slug
- icon
- Required
- true
- Can have default value
- false
- Label
- Message
- Slug
- text
- Required
- true
- Can have default value
- true
- Filter code method
- Lametric.notification.setText(string: text)
- Label
- Sound
- Helper text
- Notification sound is played on LaMetric TIME when message is delivered.
- Slug
- sound
- Required
- false
- Can have default value
- true
- Filter code method
- Lametric.notification.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.notification.setPriority(string: priority)