mirror of
https://github.com/tsightler/ring-mqtt.git
synced 2025-09-26 21:01:12 +08:00

* Adding camera motion detection enabled status for MQTT messaging. (#174) * Temporarily warn on promise rejections only * Temp hack to test fixes for losing camera ding/motion events * Attempted fix for camera motion/ding events becoming unavailable Co-authored-by: Steve Stevenson <sstevenson72@gmail.com>
35 lines
768 B
JSON
35 lines
768 B
JSON
{
|
|
"name": "ring-mqtt",
|
|
"version": "4.5.6",
|
|
"description": "Ring to MQTT Bridge",
|
|
"main": "ring-mqtt.js",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"debug": "^4.3.2",
|
|
"express": "^4.17.1",
|
|
"get-port": "^5.1.1",
|
|
"got": "^11.8.2",
|
|
"is-online": "^9.0.1",
|
|
"mqtt": "^4.2.8",
|
|
"pipe2jpeg": "^0.3.1",
|
|
"@tsightler/ring-client-api": "9.18.1-custom.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.19.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node ring-mqtt.js"
|
|
},
|
|
"keywords": [
|
|
"ring",
|
|
"mqtt"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/tsightler/ring-mqtt.git"
|
|
},
|
|
"author": "Tom Sightler (tsightler@gmail.com)",
|
|
"license": "MIT"
|
|
}
|