version: 1.0 <2019/09/24> - Initial verion: Support parsing of Sensor and Device status version: 1.1 <2019/11/28> - Improve error handling version: 1.2 <2020/01/02> - Fix CRC check version: 1.3 <2020/01/31> - Support parsing of AI, DIO and RS-485 COM data - Support packet reassembly version: 1.4 <2020/02/06> - Add frame structure version check version: 1.5 <2020/02/17> - Fix sequence validation error - Change DI parse structure version: 1.5.1 <2020/02/26> - Fix DI value error version: 1.6 <2020/02/26> - Support frame structure version 1 - Support parsing of FFT data version: 1.6.1 <2020/03/18> - Fix FFT Data field SAMPLE_INDEX value error version: 1.6.2 <2020/03/27> - Change FFT Data format version: 1.6.3 <2020/04/27> - Fix Mask2 and Log Index judge issue in Accelerometer Format Mask A version: 1.6.4 <2020/05/14> - Add Accelerometer column LogIndex version: 1.6.5 <2020/07/08> - Edit field name Displacement to Peak-to-Peak Displacement version: 1.6.6 <2020/08/27> - Fix Len judge issue in version 1 payload version: 1.6.7 <2020/09/03> - Add Accelerometer column Time - Support AI Range2 - Fix Device data GNSS value error version: 1.6.8 <2020/09/30> - Change DO output format version: 1.6.9 <2020/10/27> - Fix variable SourceAddress undefined bug version: 1.6.10 <2021/08/23> - Add DI Value Event in DI data format - Remove the DI change of state bit from DI Status - DI Value will be the frequency value when DI Mode is Frequency mode. Otherwise, it is DI counter value - Remove the DO change of state bit from DO Status - Add more information of btyes per FFT sample/raw point and sample of FFT data per axis in Accelerometer Massive Data Type - Support parsing of Stacklights version: 1.6.11 <2021/12/14> - Resolved an issue of parsing failure when receiving duplicate data. - The result of the FFT parser is wrong. 1. The value of END_BYTE_OFFSET and AXIS_DATA is wrong. This now resolved. 2. There is a DI value that shouldn't exist. This now resolved. 3. The length of the last axis value is wrong. This now resolved. version: 1.6.12 <2022/07/05> - Support parsing of RS-485 Coil/Register multiple channel. version: 1.7.0 <2023/02/10> - Supports parsing MQTT messages published by Femto Gateway. version: 1.7.1 <2023/09/26> - Convert data into correct value. - Change key name of object "Peakmg" to "Peak". - Change key name of object "RMSmg" to "RMS".