mirror of
https://github.com/koush/scrypted.git
synced 2026-02-13 18:32:56 +00:00
* REST timeouts, infrequent heartbeats, fix queue cycling bug * cache auth headers in storage * bump * heartbeat all basestations on motion subscription, return rtsp url immediately, fix dropped event bug * bump * consolidate basestation heartbeats * bump * handle new streamURL event * bump * return stream url on startUserStream event too * bump * settings change for docker debugging * snapshot from prebuffer when available * bump * reduce latency of checking for events * bump * initial testing * working mqtt implementation * bump to 0.2.0
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "@scrypted/arlo",
|
|
"version": "0.2.0",
|
|
"description": "Arlo Plugin for Scrypted",
|
|
"keywords": [
|
|
"scrypted",
|
|
"plugin",
|
|
"arlo",
|
|
"camera"
|
|
],
|
|
"scripts": {
|
|
"prepublishOnly": "NODE_ENV=production scrypted-webpack",
|
|
"prescrypted-vscode-launch": "scrypted-webpack",
|
|
"scrypted-vscode-launch": "scrypted-deploy-debug",
|
|
"scrypted-deploy-debug": "scrypted-deploy-debug",
|
|
"scrypted-debug": "scrypted-debug",
|
|
"scrypted-deploy": "scrypted-deploy",
|
|
"scrypted-readme": "scrypted-readme",
|
|
"scrypted-package-json": "scrypted-package-json",
|
|
"scrypted-webpack": "scrypted-webpack"
|
|
},
|
|
"scrypted": {
|
|
"name": "Arlo Camera Plugin",
|
|
"runtime": "python",
|
|
"type": "DeviceProvider",
|
|
"interfaces": [
|
|
"Settings",
|
|
"DeviceProvider",
|
|
"DeviceDiscovery"
|
|
],
|
|
"pluginDependencies": [
|
|
"@scrypted/snapshot",
|
|
"@scrypted/prebuffer-mixin"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@scrypted/sdk": "file:../../sdk"
|
|
}
|
|
}
|