New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iobroker.device-watcher

Package Overview
Dependencies
Maintainers
1
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 0.2.0 to 0.2.1

14

io-package.json
{
"common": {
"name": "device-watcher",
"version": "0.2.0",
"version": "0.2.1",
"news": {
"0.2.1": {
"en": "- removed test states",
"de": "- entfernte testzustände",
"ru": "- удаленные состояния тестов",
"pt": "- estados de teste removidos",
"nl": "verwijderde teststaat",
"fr": "- états d ' essai enlevés",
"it": "- stati di test rimossi",
"es": "- estados de prueba eliminados",
"pl": "- zlikwidowane państwa testowe",
"zh-cn": "- 取消试验国"
},
"0.2.0": {

@@ -7,0 +19,0 @@ "en": "- added function to create data of each adapter",

22

main.js

@@ -46,7 +46,2 @@ /* jshint -W097 */

this.arrApart = {
//**** This Datapoints are only for the dev ****//
test: {'Selektor':'0_userdata.*.UNREACH', 'adapter':'homematic', 'rssiState':'.RSSI_DEVICE', 'battery':'.OPERATING_VOLTAGE', 'reach':'.UNREACH', 'isLowBat':'.LOW_BAT'},
test2: {'Selektor':'0_userdata.*.alive', 'adapter':'test2', 'rssiState': '.Wifi_RSSI', 'battery':'none', 'reach':'.alive', 'isLowBat':'none', 'id':'.name'},
test3: {'Selektor':'0_userdata.*.link_quality', 'adapter':'test3', 'battery':'.battery', 'reach':'available', 'isLowBat':'none'},
//**** End of Dev Datapoints ****//
alexa2: {

@@ -286,3 +281,3 @@ 'Selektor':'alexa2.*.online',

'write': false,
'def': [{Device: '--keine--', Adapter: '', Last_contact: ''}]
'def': JSON.stringify([{Device: '--keine--', Adapter: '', Last_contact: ''}])
},

@@ -299,3 +294,3 @@ 'native': {}

'write': false,
'def': [{Device: '--keine--', Adapter: '', Battery: '', Last_contact: '', Link_quality: ''}]
'def': JSON.stringify([{Device: '--keine--', Adapter: '', Battery: '', Last_contact: '', Link_quality: ''}])
},

@@ -312,3 +307,3 @@ 'native': {}

'write': false,
'def': [{Device: '--keine--', Adapter: '', Link_quality: ''}]
'def': JSON.stringify([{Device: '--keine--', Adapter: '', Link_quality: ''}])
},

@@ -337,3 +332,3 @@ 'native': {}

'write': false,
'def': [{Device: '--keine--', Adapter: '', Battery: ''}]
'def': JSON.stringify([{Device: '--keine--', Adapter: '', Battery: ''}])
},

@@ -350,3 +345,3 @@ 'native': {}

'write': false,
'def': [{Device: '--keine--', Adapter: '', Battery: ''}]
'def': JSON.stringify([{Device: '--keine--', Adapter: '', Battery: ''}])
},

@@ -416,3 +411,3 @@ 'native': {}

switch (this.arrDev[i].adapter) {
case 'switchbot ble':
case 'switchbotBle':
case 'esphome':

@@ -837,3 +832,3 @@ deviceName = await this.getInitValue(currDeviceString + this.arrDev[i].id);

break;
case 'switchbot ble':
case 'switchbotBle':
if (this.config.switchbotMaxMinutes === -1) {

@@ -1105,5 +1100,2 @@ if (!deviceUnreachState) {

mihomeGW: this.config.mihomeDevices,
test: false, // Only for Developer
test2: false, // Only for Developer
test3: false // Only for Developer
};

@@ -1110,0 +1102,0 @@

{
"name": "iobroker.device-watcher",
"version": "0.2.0",
"version": "0.2.1",
"description": "Watchdog for wireless devices",

@@ -16,3 +16,3 @@ "author": "Christian Behrends <mail@christian-behrends.de>",

"type": "git",
"url": "git+ssh://git@github.com/ciddi89/ioBroker.device-watcher.git"
"url": "git@github.com:ciddi89/ioBroker.device-watcher.git"
},

@@ -19,0 +19,0 @@ "dependencies": {

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

-->
### 0.2.1 (2022-07-27)
- removed test states
### 0.2.0 (2022-07-24)

@@ -79,0 +82,0 @@ - added function to create data of each adapter

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