Skip to content

Commit

Permalink
chore: release v3.6.5
Browse files Browse the repository at this point in the history
* (foxriver76) correctly identify third party switches (closes #273)
  • Loading branch information
foxriver76 committed Jan 11, 2022
1 parent 066358c commit 0faf57c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ In den Adapter-Settings muss die IP der Hue Bridge sowie ein Username konfigurie
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### 3.6.4 (2022-01-11)
### 3.6.5 (2022-01-11)
* (foxriver76) correctly identify third party switches (closes #273)

### 3.6.3 (2022-01-09)
Expand Down
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"common": {
"name": "hue",
"version": "3.6.4",
"version": "3.6.5",
"tier": 2,
"news": {
"3.6.4": {
"3.6.5": {
"en": "correctly identify third party switches (closes #273)",
"de": "Schalter von Drittanbietern richtig identifizieren (schließt #273)",
"ru": "правильно идентифицировать сторонние переключатели (закрывает # 273)",
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ async function connect() {
light.state.b = 0;
}

if (light.type.startsWith('On/Off')) {
if (!light.type.startsWith('On/Off')) {
light.state.command = '{}';
light.state.level = 0;
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.hue",
"version": "3.6.4",
"version": "3.6.5",
"description": "Connects Philips Hue LED Bulbs, Friends of Hue LED Lamps and Stripes and other SmartLink capable Devices (LivingWhites, some LivingColors) via Philips Hue Bridges",
"author": "hobbyquaker <hq@ccu.io>",
"contributors": [
Expand Down

0 comments on commit 0faf57c

Please sign in to comment.