homebridge-syntex-magichome
Advanced tools
Comparing version 1.2.5-b3 to 1.2.5-b4
{ | ||
"name": "homebridge-syntex-magichome", | ||
"version": "1.2.5-b3", | ||
"version": "1.2.5-b4", | ||
"description": "Homebridge Plugin for MagicHome LED Strips with preset scenes", | ||
@@ -15,3 +15,3 @@ "main": "index.js", | ||
"color-convert": "^1.5.0", | ||
"homebridge-syntex-dynamic-platform": "1.0.8-b49" | ||
"homebridge-syntex-dynamic-platform": "1.0.8-b51" | ||
}, | ||
@@ -18,0 +18,0 @@ "keywords": [ |
@@ -104,3 +104,3 @@ const { ColoredBulbService } = require('homebridge-syntex-dynamic-platform'); | ||
{ | ||
this.logger.log('update', this.id, this.letters, '%update_state[0]% [' + this.name + '] %update_state[1]% [' + this.getStateText(this.letters) + '] ( ' + this.id + ' )'); | ||
this.logger.log('update', this.id, this.letters, '%update_state[0]% [' + this.name + '] %update_state[1]% [' + this.getStateText() + '] ( ' + this.id + ' )'); | ||
} | ||
@@ -169,4 +169,3 @@ else | ||
} | ||
}, false); | ||
}); | ||
} | ||
@@ -206,4 +205,3 @@ | ||
} | ||
}, false); | ||
}); | ||
} | ||
@@ -243,4 +241,3 @@ | ||
} | ||
}, false); | ||
}); | ||
} | ||
@@ -320,7 +317,7 @@ | ||
{ | ||
super.setHue(hsl[0], null, false); | ||
super.setSaturation(hsl[1], null, false); | ||
super.setBrightness(hsl[2], null, false); | ||
super.setHue(hsl[0]); | ||
super.setSaturation(hsl[1]); | ||
super.setBrightness(hsl[2]); | ||
this.logger.log('update', this.id, this.letters, '%update_state[0]% [' + this.name + '] %update_state[1]% [' + this.getStateText(this.letters) + '] ( ' + this.id + ' )'); | ||
this.logger.log('update', this.id, this.letters, '%update_state[0]% [' + this.name + '] %update_state[1]% [' + this.getStateText() + '] ( ' + this.id + ' )'); | ||
} | ||
@@ -327,0 +324,0 @@ } |
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
119764
+ Addedhomebridge-syntex-dynamic-platform@1.0.8-b51(transitive)
- Removedhomebridge-syntex-dynamic-platform@1.0.8-b49(transitive)