AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
LaMetricLaMetric

Display Sticky Notification

This action will display notification on your LaMetric device. The notification will stay on screen until dismissed.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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

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 firmware 1.6.1 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 here.
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)