Skip to content

Commit

Permalink
restore min/max of ct for now
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed May 2, 2021
1 parent 5a4a77f commit f48cb0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1364,8 +1364,8 @@ async function connect() {
gobj.common.type = 'number';
gobj.common.role = 'level.color.temperature';
gobj.common.unit = '°K';
gobj.common.min = 2179; // 500
gobj.common.max = 6536; // 153
gobj.common.min = 2200; // 500
gobj.common.max = 6500; // 153
break;
case 'alert':
gobj.common.type = 'string';
Expand Down

0 comments on commit f48cb0b

Please sign in to comment.