Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

iobroker.device-watcher

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker.device-watcher - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

19

admin/jsonConfig.json

@@ -119,2 +119,9 @@ {

},
"innogyDevices": {
"type": "checkbox",
"sm": 6,
"md": 6,
"lg": 3,
"label": "Innogy Smarthome"
},
"jeelinkDevices": {

@@ -1223,2 +1230,14 @@ "type": "checkbox",

},
"innogyMaxMinutes": {
"type": "number",
"min": 0,
"max": 100000,
"sm": 6,
"md": 6,
"lg": 3,
"label": "Innogy Smarthome",
"help": "in minutes",
"hidden": "!data.innogyDevices",
"hideOnlyControl": false
},
"jeelinkMaxMinutes": {

@@ -1225,0 +1244,0 @@ "type": "number",

30

io-package.json
{
"common": {
"name": "device-watcher",
"version": "2.2.0",
"version": "2.2.1",
"news": {
"2.2.1": {
"en": "Innogy Smarthome added\nLists for each adapter are working again",
"de": "Innogy Smarthome hinzugefügt\nListen für jeden Adapter arbeiten wieder",
"ru": "Innogy Smarthome добавлено\nСписки для каждого адаптера работают снова",
"pt": "Innogy Smarthome adicionado\nListas para cada adaptador estão funcionando novamente",
"nl": "Innogy Smarthome toegevoegd\nLeugens voor elke adapter werken weer",
"fr": "Innogy Smarthome ajouté\nLes listes pour chaque adaptateur fonctionnent à nouveau",
"it": "Innogy Smarthome aggiunto\nLe liste per ogni adattatore funzionano di nuovo",
"es": "Innogy Smarthome añadido\nListas para cada adaptador están trabajando de nuevo",
"pl": "Innogia Smarthome dodała\nLista do każdej adaptacji ponownie działa",
"uk": "Innogy Smarthome додано\nСписки для кожного адаптера працюють знову",
"zh-cn": "诺特·萨马尔·罗马\n每个适应人员名单正再次工作。"
},
"2.2.0": {

@@ -83,15 +96,2 @@ "en": "Yamaha MusicCast adapter added\nsend update message on state change\ndatapoints and scheduled notification for updateable devices added\nreaction for state changes of battery datapoints added\nsend message and write lists directly if one device has low battery\nsend message and write lists directly if on device is going online or offline",

"zh-cn": "加上Lupusec,HS100适应者,Zigbee2MQTT和MaxCube\n家庭名称改为HM-RPC\n填写黑名单\na. 守则的清理和缩短某些人"
},
"1.1.0": {
"en": "removed indicatoren for daily sent messages\nchanged selector for shelly devices\nadded Zigbee2MQTT adapter\nadded cron function to use own time for daily overview messages",
"de": "entfernte anzeige für täglich gesendete nachrichten\ngeänderter selektor für shelly-geräte\nzigbee2MQTT Adapter hinzugefügt\nzusätzliche cron-funktion, um eigene zeit für tägliche übersichtsnachrichten zu verwenden",
"ru": "удаленный индикатор для ежедневных отправленных сообщений\nизменен селектор для оболочки устройств\nдобавлен адаптер Zigbee2MQTT\nдобавлена функция cron для использования собственного времени для ежедневного обзора сообщений",
"pt": "indicador removido para mensagens enviadas diárias\nseletor alterado para dispositivos shelly\nadicionado adaptador Zigbee2MQTT\nfunção cron adicionada para usar o próprio tempo para mensagens de visão geral diária",
"nl": "verwijderde indicatoren voor dagelijks verzonden berichten\nverschoonde selector voor shelly apparaten\nvoegde Zigbee2MQT adapter toe\nvoegde kroonfunctie toe om dagelijks overzicht te gebruiken",
"fr": "indicateur supprimé pour les messages envoyés quotidiennement\nsélecteur modifié pour les dispositifs shelly\nadaptateur Zigbee2MQTT\nfonction cron ajoutée pour utiliser son propre temps pour les messages d'aperçu quotidien",
"it": "indicatore rimosso per messaggi inviati giornalieri\nselettore modificato per dispositivi shelly\naggiunto adattatore Zigbee2MQTT\nfunzione di cron aggiunto per utilizzare il proprio tempo per i messaggi di visione quotidiana",
"es": "indicador eliminado para mensajes enviados diariamente\nselector cambiado para dispositivos de vaina\nadaptador Zigbee2MQTT\nfunción cron agregada para utilizar tiempo propio para mensajes de visión general diaria",
"pl": "usunąć wskaźniki do codziennego przesyłania wiadomości\nzmieniono wybór dla urządzeń ostrzałowych\nadapter Zigbee2MQTT\ndodała funkcję krona do codziennego użytku",
"zh-cn": "d. 每天发出的讯息的清除指标\n炮火装置的选择\n增加Zigbee2MQTT适应人员\nb. 利用自己的时间进行日常概览信息",
"uk": "видалено індикатор щоденних відправлених повідомлень\nзмінено селектор для пристроїв shelly\nдодано адаптер Zigbee2MQTT\nдодано функцію cron для використання власного часу для щоденних оглядових повідомлень"
}

@@ -209,2 +209,4 @@ },

"hueextMaxMinutes": 0,
"innogyDevices": false,
"innogyMaxMinutes": 0,
"jeelinkDevices": false,

@@ -211,0 +213,0 @@ "jeelinkMaxMinutes": 300,

@@ -136,2 +136,11 @@ // arrays of supported adapters

},
innogy: {
Selektor: 'innogy-smarthome.*.IsReachable',
adapterID: 'innogy',
adapter: 'Innogy Smarthome',
battery: 'none',
rssiState: 'none',
reach: '.IsReachable',
isLowBat: '.LowBattery',
},
jeelink: {

@@ -138,0 +147,0 @@ Selektor: 'jeelink.*.lowBatt',

{
"name": "iobroker.device-watcher",
"version": "2.2.0",
"version": "2.2.1",
"description": "Watchdog for devices",

@@ -5,0 +5,0 @@ "author": {

@@ -93,2 +93,7 @@ ![Logo](admin/device-watcher.png)

-->
### 2.2.1 (2022-12-28)
- (ciddi89) Innogy Smarthome added
- (ciddi89) Lists for each adapter are working again
### 2.2.0 (2022-12-27)

@@ -95,0 +100,0 @@

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc