Socket
Socket
Sign inDemoInstall

iobroker.mystrom-wifi-switch

Package Overview
Dependencies
9
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

admin/mystrom-wifi-switch.png

5

build/main.js

@@ -173,3 +173,6 @@ "use strict";

return __awaiter(this, void 0, void 0, function* () {
const url = this.config.url;
let url = this.config.url;
if (url.indexOf("://") == -1) {
url = "http://" + url;
}
this.log.info("Fetching " + url + addr);

@@ -176,0 +179,0 @@ try {

8

io-package.json
{
"common": {
"name": "mystrom-wifi-switch",
"version": "2.0.1",
"version": "2.0.2",
"news": {
"2.0.1":{
"2.0.2": {
"en": "better upgrade of url config from earlier versions",

@@ -111,5 +111,5 @@ "de": "Besseres Upgrade der URL-Konfiguration von früheren Versionen",

"main": "build/main.js",
"icon": "mystrom-wifi-switch.jpg",
"icon": "mystrom-wifi-switch.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/rgwch/ioBroker.mystrom-wifi-switch/master/admin/mystrom-wifi-switch.jpg",
"extIcon": "https://raw.githubusercontent.com/rgwch/ioBroker.mystrom-wifi-switch/master/admin/mystrom-wifi-switch.png",
"readme": "https://github.com/rgwch/ioBroker.mystrom-wifi-switch/blob/master/README.md",

@@ -116,0 +116,0 @@ "loglevel": "info",

{
"name": "iobroker.mystrom-wifi-switch",
"version": "2.0.1",
"version": "2.0.2",
"description": "control mystrom switches",

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

@@ -108,1 +108,7 @@ ![Logo](admin/mystrom-wifi-switch.jpg)

THE SOFTWARE.
## More like this
* ['MyStrom Dingz' Adapter](http://github.com/rgwch/ioBroker.dingz)
* ['MyStrom WiFi Button' Adapter](http://github.com/rgwch/ioBroker.mystrom-wifi-button)
* ['MyStrom WiFi Bulb' Adapter](http://github.com/rgwch/ioBroker.mystrom-wifi-bulb)

Sorry, the diff of this file is not supported yet

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