);
// 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);
);
// 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
Packages are user-created extensions for Dynamo that are shared with the community with the Dynamo Package Manager.
Package Downloads
Packages
Authors
Dynamo is an open source tool, which means we need you to help us make it better!