Wialon Sdk ((new)) -

);

// 3. Trigger push notification via webhook const triggerNotification = (unitId, entered) => const message = entered ? Unit $unitId entered restricted zone : Unit $unitId exited safe zone ;

// 2. Subscribe to real-time unit position updates wialon.units.bind( position: true, sensors: ['speed', 'ignition'] , (unitId, data) => const inside = checkGeofence(unitId, data.position); if (insideChanged(unitId, inside)) triggerNotification(unitId, inside);

Wialon Sdk ((new)) -

);

// 3. Trigger push notification via webhook const triggerNotification = (unitId, entered) => const message = entered ? Unit $unitId entered restricted zone : Unit $unitId exited safe zone ; wialon sdk

// 2. Subscribe to real-time unit position updates wialon.units.bind( position: true, sensors: ['speed', 'ignition'] , (unitId, data) => const inside = checkGeofence(unitId, data.position); if (insideChanged(unitId, inside)) triggerNotification(unitId, inside); ); // 3

Wialon Sdk ((new)) -


Packages are user-created extensions for Dynamo that are shared with the community with the Dynamo Package Manager.


8195485

Package Downloads

2426

Packages

1534

Authors

Discover Packages

Wialon Sdk ((new)) -


Dynamo is an open source tool, which means we need you to help us make it better!

View Source on Github Report Bugs