UNPKG

signalk-data-age-watchdog

Version:

Signal K plugin to monitor the freshness (age) of timestamped data from any specified data paths. Triggers visual/sound notifications if data becomes stale.

25 lines (24 loc) 752 B
{ "name": "signalk-data-age-watchdog", "version": "1.0.4", "description": "Signal K plugin to monitor the freshness (age) of timestamped data from any specified data paths. Triggers visual/sound notifications if data becomes stale.", "keywords": [ "signalk-node-server-plugin", "signalk-plugin", "signalk-category-notifications", "signalk-category-utility", "signalk-data-age-watchdog", "signalk-data-age" ], "signalk-plugin-enabled-by-default": false, "signalk": { "appIcon": "./assets/icons/icon-72x72.png", "displayName": "Data Age Watchdog" }, "main": "plugin/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Oskari Vuori", "license": "MIT" }