Push Notifications

Push Notifications keep you informed even when the admin app is not open. Use them to confirm the app is set up correctly with a test push, get alerted when a Loci's battery runs low, or be notified as Tags enter or exit a Zone.

Enabling Push Notifications

To open the notification settings, tap the menu icon, then tap Settings.

Admin app side menu with Settings highlighted

Tap Notifications.

Settings screen with Notifications highlighted

Toggle Turn on all notifications on. The first time you enable it, the system asks you to grant notification permission — allow it so the app can register for push notifications.

Toggle Low battery notifications on to get notified whenever one of your Locis' battery is running low.

Tap Send Test Notification to confirm you receive pushes correctly.

Notifications screen showing notification toggles and Send Test Notification
📘

Permission denied?

If you deny the notification permission prompt, toggling Turn on all notifications on again takes you to the system Settings app, where you can grant the permission manually.

Notifying on Zone Entry or Exit

You can also get notified when Tags enter or exit a specific Zone. Configure this while creating or editing a Zone: open the Manage Zone panel and use the Push Notification options.

Tap Exit ALL to get notified once every Tag has left the Zone.

Manage Zone panel with the Exit ALL push notification option

Tap Enter ANY to get notified as soon as any Tag enters the Zone.

Manage Zone panel with the Enter ANY push notification option

Tap Confirm to save. Both triggers are independent — enable one or both, depending on what you want to be notified about.

API Reference

To configure push notifications directly through the API instead of the app, use the following endpoints.

Low Battery Notifications

  1. Get Low Battery Notification Configuration
  2. Replace Low Battery Notification Configuration — body: { "enabled": true }
  3. Delete Low Battery Notification Configuration

Zone Push Notifications

  1. List Zone Push Notification Configurations
  2. Create Zone Push Notification Configuration — body: { "zoneId": <id>, "type": "ANY_ENTER" | "ALL_EXIT" }
  3. List Zone Push Notification Configurations for a Zone
  4. Get Zone Push Notification Configuration
  5. Delete Zone Push Notification Configuration
📘

ANY_ENTER corresponds to the Enter ANY trigger, ALL_EXIT to the Exit ALL trigger described above.


Did this page help you?