iobroker.netatmo
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"common": { | ||
"name": "netatmo", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"title": "Netatmo Adapter", | ||
@@ -11,3 +11,3 @@ "desc": { | ||
}, | ||
"license": "GPLv2", | ||
"license": "MIT", | ||
"platform": "Javascript/Node.js", | ||
@@ -14,0 +14,0 @@ "mode": "daemon", |
@@ -24,3 +24,3 @@ /* jshint -W097 */// jshint strict:false | ||
"client_secret": "6e3UcBKp005k9N0tpwp69fGYECqOpuhtEE9sWJW", | ||
"scope": "read_station read_thermostat", | ||
"scope": "read_station", | ||
"username": adapter.config.username, | ||
@@ -418,3 +418,3 @@ "password": adapter.config.password | ||
adapter.setState(aParent + ".SumRain24", {val: aModule.dashboard_data.sum_rain_1, ack: true}); | ||
adapter.setState(aParent + ".SumRain1", {val: aModule.dashboard_data.sum_rain_1, ack: true}); | ||
@@ -421,0 +421,0 @@ adapter.setObjectNotExists(aParent + ".SumRain24", { |
{ | ||
"name": "iobroker.netatmo", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "ioBroker netatmo Adapter", | ||
@@ -16,3 +16,3 @@ "author": { | ||
"homepage": "https://github.com/PArns/ioBroker.netatmo/", | ||
"license": "GPL-2.0", | ||
"license": "MIT", | ||
"keywords": [ | ||
@@ -29,3 +29,3 @@ "ioBroker", | ||
"dependencies": { | ||
"netatmo": "git+https://github.com/BasKiers/netatmo.git" | ||
"netatmo-homey": "^2.1.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
@@ -9,2 +9,5 @@ ![Logo](admin/netatmo.png) | ||
#### 0.0.2 | ||
* Fixed rain sensor | ||
#### 0.0.1 | ||
@@ -14,4 +17,4 @@ * Initial release | ||
## License | ||
GPL V2 | ||
MIT | ||
Copyright (c) 2016 Patrick Arns <iobroker@patrick-arns.de> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
0
100
18
0
58783
+ Addednetatmo-homey@^2.1.0
+ Addedajv@6.12.6(transitive)
+ Addedasn1@0.2.6(transitive)
+ Addedassert-plus@1.0.0(transitive)
+ Addedasynckit@0.4.0(transitive)
+ Addedaws-sign2@0.7.0(transitive)
+ Addedaws4@1.13.2(transitive)
+ Addedbcrypt-pbkdf@1.0.2(transitive)
+ Addedcaseless@0.12.0(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addedcore-util-is@1.0.2(transitive)
+ Addeddashdash@1.14.1(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedecc-jsbn@0.1.2(transitive)
+ Addedextend@3.0.2(transitive)
+ Addedextsprintf@1.3.0(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
+ Addedfast-json-stable-stringify@2.1.0(transitive)
+ Addedforever-agent@0.6.1(transitive)
+ Addedform-data@2.3.3(transitive)
+ Addedgetpass@0.1.7(transitive)
+ Addedhar-schema@2.0.0(transitive)
+ Addedhar-validator@5.1.5(transitive)
+ Addedhttp-signature@1.2.0(transitive)
+ Addedis-typedarray@1.0.0(transitive)
+ Addedisstream@0.1.2(transitive)
+ Addedjsbn@0.1.1(transitive)
+ Addedjson-schema@0.4.0(transitive)
+ Addedjson-schema-traverse@0.4.1(transitive)
+ Addedjson-stringify-safe@5.0.1(transitive)
+ Addedjsprim@1.4.2(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedmoment@2.30.1(transitive)
+ Addednetatmo-homey@2.1.0(transitive)
+ Addedoauth-sign@0.9.0(transitive)
+ Addedperformance-now@2.1.0(transitive)
+ Addedpsl@1.15.0(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedqs@6.5.3(transitive)
+ Addedrequest@2.88.2(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedsshpk@1.18.0(transitive)
+ Addedtough-cookie@2.5.0(transitive)
+ Addedtunnel-agent@0.6.0(transitive)
+ Addedtweetnacl@0.14.5(transitive)
+ Addeduri-js@4.4.1(transitive)
+ Addeduuid@3.4.0(transitive)
+ Addedverror@1.10.0(transitive)
- Removednetatmo@git+https://github.com/BasKiers/netatmo.git