Closed balex3 closed 6 years ago
Apologies I found the difference. For /tag/index.js:418 My version
this.controller_value = data.readUInt8(2) === 0xff ? true : false;
Latest version
data.readUInt8(2) !== 0
Sorry about that. Earlier firmware versions return 0xff and later ones return 0x01. I'm not which version the change was made in. I know v20 is 0xff and v29 is 0x01. I'm glad you were able to update and fix the issue.
Related to #29
Closed with #30
Current Behavior
Expected Behavior
Any BOOL tag I attempt to read is always false.
Possible Solution (Optional)
Context
Cannot read bool values, I have updated library.
Steps to Reproduce (for bugs only)
1. 2. 3. 4.
Your Environment
npm list
- e.g. 1.0.6): 1.2.0node --version
- e.g. 9.8.0): v10.0.0