-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed behavior if webcam is offline
- Loading branch information
Showing
4 changed files
with
122 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,110 +1,122 @@ | ||
{ | ||
"common": { | ||
"name": "reolink-810a", | ||
"version": "0.0.1", | ||
"news": { | ||
"0.0.1": { | ||
"en": "initial release", | ||
"de": "Erstveröffentlichung", | ||
"ru": "Начальная версия", | ||
"pt": "lançamento inicial", | ||
"nl": "Eerste uitgave", | ||
"fr": "Première version", | ||
"it": "Versione iniziale", | ||
"es": "Versión inicial", | ||
"pl": "Pierwsze wydanie", | ||
"zh-cn": "首次出版" | ||
} | ||
}, | ||
"title": "Reolink 810A", | ||
"titleLang": { | ||
"en": "Reolink 810A", | ||
"de": "Reolink 810A", | ||
"ru": "Реолинк 810А", | ||
"pt": "Reolink 810A", | ||
"nl": "Reolink 810A", | ||
"fr": "Reolink 810A", | ||
"it": "Reolink 810A", | ||
"es": "Reolink 810A", | ||
"pl": "Reolink 810A", | ||
"zh-cn": "重联 810A" | ||
}, | ||
"desc": { | ||
"en": "reolink-810a", | ||
"de": "reolink-810a", | ||
"ru": "реолинк-810а", | ||
"pt": "reolink-810a", | ||
"nl": "reolink-810a", | ||
"fr": "reolink-810a", | ||
"it": "reolink-810a", | ||
"es": "reolink-810a", | ||
"pl": "reolink-810a", | ||
"zh-cn": "reolink-810a" | ||
}, | ||
"authors": [ | ||
"sebtig <g-threepwood@gmx.de>" | ||
], | ||
"keywords": [ | ||
"ioBroker", | ||
"template", | ||
"Smart Home", | ||
"home automation" | ||
], | ||
"license": "MIT", | ||
"platform": "Javascript/Node.js", | ||
"main": "build/main.js", | ||
"icon": "reolink-810a.png", | ||
"enabled": true, | ||
"extIcon": "https://raw.githubusercontent.com/sebtig/ioBroker.reolink-810a/main/admin/reolink-810a.png", | ||
"readme": "https://github.com/sebtig/ioBroker.reolink-810a/blob/main/README.md", | ||
"loglevel": "info", | ||
"mode": "daemon", | ||
"type": "alarm", | ||
"compact": true, | ||
"connectionType": "local", | ||
"dataSource": "poll", | ||
"adminUI": { | ||
"config": "json" | ||
}, | ||
"dependencies": [ | ||
{ | ||
"js-controller": ">=3.3.22" | ||
} | ||
], | ||
"globalDependencies": [ | ||
{ | ||
"admin": ">=5.1.13" | ||
} | ||
] | ||
}, | ||
"native": { | ||
"Hostname": "", | ||
"Username": "", | ||
"common": { | ||
"name": "reolink-810a", | ||
"version": "0.0.3", | ||
"news": { | ||
"0.0.3": { | ||
"en": "Changed behavior if webcam is offline", | ||
"de": "Verändertes Verhalten, wenn Webcam offline ist", | ||
"ru": "Изменено поведение, если веб-камера оффлайн", | ||
"pt": "Comportamento alterado se a webcam estiver offline", | ||
"nl": "Veranderingsgedrag als webcam offline is", | ||
"fr": "Comportement modifié si la webcam est hors ligne", | ||
"it": "Comportamento modificato se la webcam è offline", | ||
"es": "Cambio de comportamiento si la webcam está fuera de línea", | ||
"pl": "Zmienne zachowanie, jeśli webcam jest offline", | ||
"zh-cn": "2. 如果网络Cam没有线,变化的行为" | ||
}, | ||
"0.0.1": { | ||
"en": "initial release", | ||
"de": "Erstveröffentlichung", | ||
"ru": "Начальная версия", | ||
"pt": "lançamento inicial", | ||
"nl": "Eerste uitgave", | ||
"fr": "Première version", | ||
"it": "Versione iniziale", | ||
"es": "Versión inicial", | ||
"pl": "Pierwsze wydanie", | ||
"zh-cn": "首次出版" | ||
} | ||
}, | ||
"title": "Reolink 810A", | ||
"titleLang": { | ||
"en": "Reolink 810A", | ||
"de": "Reolink 810A", | ||
"ru": "Реолинк 810А", | ||
"pt": "Reolink 810A", | ||
"nl": "Reolink 810A", | ||
"fr": "Reolink 810A", | ||
"it": "Reolink 810A", | ||
"es": "Reolink 810A", | ||
"pl": "Reolink 810A", | ||
"zh-cn": "重联 810A" | ||
}, | ||
"desc": { | ||
"en": "reolink-810a", | ||
"de": "reolink-810a", | ||
"ru": "реолинк-810а", | ||
"pt": "reolink-810a", | ||
"nl": "reolink-810a", | ||
"fr": "reolink-810a", | ||
"it": "reolink-810a", | ||
"es": "reolink-810a", | ||
"pl": "reolink-810a", | ||
"zh-cn": "reolink-810a" | ||
}, | ||
"authors": [ | ||
"sebtig <g-threepwood@gmx.de>" | ||
], | ||
"keywords": [ | ||
"ioBroker", | ||
"template", | ||
"Smart Home", | ||
"home automation" | ||
], | ||
"license": "MIT", | ||
"platform": "Javascript/Node.js", | ||
"main": "build/main.js", | ||
"icon": "reolink-810a.png", | ||
"enabled": true, | ||
"extIcon": "https://raw.githubusercontent.com/sebtig/ioBroker.reolink-810a/main/admin/reolink-810a.png", | ||
"readme": "https://github.com/sebtig/ioBroker.reolink-810a/blob/main/README.md", | ||
"loglevel": "info", | ||
"mode": "daemon", | ||
"type": "alarm", | ||
"compact": true, | ||
"connectionType": "local", | ||
"dataSource": "poll", | ||
"adminUI": { | ||
"config": "json" | ||
}, | ||
"dependencies": [ | ||
{ | ||
"js-controller": ">=3.3.22" | ||
} | ||
], | ||
"globalDependencies": [ | ||
{ | ||
"admin": ">=5.1.13" | ||
} | ||
] | ||
}, | ||
"native": { | ||
"Hostname": "", | ||
"Username": "", | ||
"Password": "", | ||
"apiRefreshInterval": "1000" | ||
}, | ||
"objects": [], | ||
"instanceObjects": [ | ||
{ | ||
"_id": "info", | ||
"type": "channel", | ||
"common": { | ||
"name": "Information" | ||
}, | ||
"native": {} | ||
}, | ||
{ | ||
"_id": "info.connection", | ||
"type": "state", | ||
"common": { | ||
"role": "indicator.connected", | ||
"name": "Device or service connected", | ||
"type": "boolean", | ||
"read": true, | ||
"write": false, | ||
"def": false | ||
}, | ||
"native": {} | ||
} | ||
] | ||
}, | ||
"objects": [], | ||
"instanceObjects": [ | ||
{ | ||
"_id": "info", | ||
"type": "channel", | ||
"common": { | ||
"name": "Information" | ||
}, | ||
"native": {} | ||
}, | ||
{ | ||
"_id": "info.connection", | ||
"type": "state", | ||
"common": { | ||
"role": "indicator.connected", | ||
"name": "Device or service connected", | ||
"type": "boolean", | ||
"read": true, | ||
"write": false, | ||
"def": false | ||
}, | ||
"native": {} | ||
} | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters