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

daikin-controller-cloud

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daikin-controller-cloud - npm Package Compare versions

Comparing version

to
1.2.2

2

lib/device.js

@@ -111,3 +111,3 @@ /**

isCloudConnectionUp() {
return this.desc.isCloudConnectionUp.value;
return !!this.desc.isCloudConnectionUp.value;
}

@@ -114,0 +114,0 @@

{
"name": "daikin-controller-cloud",
"version": "1.2.1",
"version": "1.2.2",
"description": "Interact with Daikin Cloud devices and retrieve Tokens",

@@ -5,0 +5,0 @@ "author": "Apollon77 <iobroker@fischer-ka.de>",

@@ -82,2 +82,5 @@ # daikin-controller-cloud

## Changelog:
### 1.2.2 (2023-09-03)
* (Apollon77) make sure isCloudConnectionUp is always a boolean
### 1.2.1 (2023-08-29)

@@ -84,0 +87,0 @@ * (Apollon77) Use field timestamp to report the last update time of the data