Comparing version 11.0.2 to 11.0.3
@@ -289,3 +289,3 @@ const events = require('events'); | ||
.word8(profile.PreheatDelay * 10) | ||
.word16le(profile.PreheatPower) | ||
.word16le(profile.PreheatPower * 10) | ||
.word16le(profile.Temperature) | ||
@@ -331,2 +331,3 @@ .word16le(profile.Resistance * 1000) | ||
data.PreheatDelay /= 10; | ||
data.PreheatPower /= 10; | ||
data.Material = data.Flags & 0x0F; | ||
@@ -333,0 +334,0 @@ data.IsTemperatureDominant = Boolean(data.Flags & 0x10); |
{ | ||
"name": "arcticfox", | ||
"version": "11.0.2", | ||
"version": "11.0.3", | ||
"description": "Module that abstracts the HID communication with the ArcticFox firmware", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
334946
14059