Socket
Socket
Sign inDemoInstall

iobroker.mystrom-wifi-switch

Package Overview
Dependencies
51
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.1.0

6

io-package.json
{
"common": {
"name": "mystrom-wifi-switch",
"version": "1.0.3",
"version": "1.1.0",
"authors":[
"name rgw@elexis.ch"
],
"license": "MIT",
"news":{
"1.1.0":{
"en": "Additions by ioBroker people to adjust to ioBroker changes"
} ,
"1.0.0":{

@@ -10,0 +14,0 @@ "en": "Added Datapoints for Temperature (Thanks to @hhindriks"

2

mystrom-wifi-switch.js

@@ -71,3 +71,3 @@ /**

// you have to require the utils module and call adapter function
var utils = require(__dirname + '/lib/utils'); // Get common adapter utils
var utils = require('@iobroker/adapter-core'); // Get common adapter utils

@@ -74,0 +74,0 @@ // you have to call the adapter function and pass a options object

{
"name": "iobroker.mystrom-wifi-switch",
"version": "1.0.3",
"version": "1.1.0",
"description": "ioBroker mystrom wifi switch Adapter",

@@ -28,16 +28,21 @@ "author": {

"dependencies": {
"request": "^2.81.0"
"request": "^2.81.0",
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-replace": "^0.9.3",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jscs": "^2.0.0",
"grunt-http": "^1.6.0",
"mocha": "^2.3.4",
"chai": "^3.4.1"
"grunt": "^1.0.1",
"grunt-replace": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jscs": "^3.0.1",
"grunt-http": "^2.2.0",
"mocha": "^6.0.2",
"chai": "^4.2.0",
"@iobroker/testing": "^1.1.10"
},
"main": "mystrom-wifi-switch.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
"test": "npm run test:package && npm run test:unit",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit"
},

@@ -48,2 +53,2 @@ "bugs": {

"readmeFilename": "README.md"
}
}
![Logo](admin/mystrom-wifi-switch.png)
# ioBroker.mystrom-wifi-switch
![Number of Installations](http://iobroker.live/badges/mystrom-wifi-switch-installed.svg) ![Number of Installations](http://iobroker.live/badges/mystrom-wifi-switch-stable.svg)
Note: This is forked and derived from the ioBroker adapter template. So there'll be things from the original creators left.

@@ -8,0 +8,0 @@ Thanks to the ioBroker people!

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc