Group Location
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
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
Slug
device
Required
true
Can have default value
false

Icon Text input > Other

Label
Icon or animation ID
Helper text
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
Slug
sound
Required
true
Can have default value
true
Filter code method
Lametric.notificationSticky.setSound(string: sound)

Priority Dropdown list

Label
Priority
Helper text
Slug
priority
Required
true
Can have default value
true
Filter code method
Lametric.notificationSticky.setPriority(string: priority)