- renamed BootMode and BootModes to DefaultMode and DefaultModes respectively.
0.23.0
- renamed stop() to setToIdle() for the WirelessNode class. - renamed StopNodeStatus to SetToIdleStatus.
0.22.7
- fix for throwing away non-ASPP responses when waiting on more than 1 response at a time.
0.22.6
- fix for single bytes (0xAA, 0x21) left in the buffer causing issues with parsing non-ASPP packets. - this caused behavior where reading the model from a Node that was off would timeout, but then a successive read of the Base Station's model would fail to be parsed because of a leftover 0xAA or 0x21.
- moved thermocouple type to Wireless Channel (get/set). - made "mask" functions return an empty mask when the feature isn't supported, instead of throwing an exception.