-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
In the documentation on your confluence site it says that booleans should return 0xFF for a true state and 0x00 for a false state. While looking at the code (trying to debug scp issues giving 6982 errors) it seems that for the ternary responses instead of returning 0xFF for true it is returning 1 or 0x01 for true instead. Should this be updated in the documentation to reflect the code? or should this be unified across the code base for 0xFF to be boolean true and 0x00 boolean false?
Thought this may help out others that run into odd issues with getStatus command and such.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels