We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fbb79 commit ad42cfcCopy full SHA for ad42cfc
2 files changed
README.md
@@ -489,6 +489,9 @@ A DeviceInfo object contains general information about a device. It has the foll
489
490
## Changelog
491
492
+#### 0.9.1 (2018-03-09)
493
+* (AlCalzone) Fix properties which are wrongly reported by the gateway
494
+
495
#### 0.9.0 (2018-03-09)
496
* (neophob) Added gateway discovery
497
* (AlCalzone) Added timeout and tests for gateway discovery
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-tradfri-client",
3
- "version": "0.9.0",
+ "version": "0.9.1",
4
"description": "Library to talk to IKEA Trådfri Gateways without external binaries",
5
"keywords": [
6
"coap",
0 commit comments