AirMesh 1031 (0017)
4.0.2 - 2024-06-25
- MT protocol version 1.10
 
Fixed
- The MT message was not dequeued if it failed to send due to an error.
 
4.0.0 - 2023-12-14
- MT protocol version: 1.9
 
Added
- Establishing connections faster
 - New broadcast/multicast feature
 - Firmware broadcast support
 
Changed
- Firmware download improvements
 - Upstream queue improvements
 
Fixed
- Fixed bug that could cause the device to brick under certain conditions when aborting firmware upgrade.
 
Removed
- Property support
 - 0x8123 - Start Firmware Update with Model Number
 - 0x9001 - Antenna Type
 - 0x8006 - Production Info
 - 0x8020 - Power Source
 
3.0.0 - 2022-11-01
- MT protocol version: 1.5
 
Added
- Firmware update timeout will only apply during download. If the firmware image is downloaded within given timeout, the timeout will set to zero and the device will wait for a new image to apply.
 - Added property:
 - 0x8160 - Ping Counter
 
Changed
- Removed 0x8101 - Uptime reporting. It is now read-only.
 
Fixed
- Reading property 91.00 - Uplink RSSI value returned 0
 
2.1.0 - 2021-12-15
- MT protocol version: 1.1
 
Added
- Added event:
 - 0x8113 - Watchdog Reset
 
Changed
- Used software reset instead of watchdog reset for radio off event in storage and also network data (device status) successful notification in connected mode.
 
2.0.0 - 2021-04-27
- MT Protocol Version: 1.1
 
Added
- 3 more priority level i.e. system, system high, critical
 - Logic to resend critical priority message on reconnect (with same route) if it seems lost due to disconnection.
 - Handled critical priority message lost scenario - disconnected the uplink - and flushed uplink queues.
 
Changed
- Improved uplink queue for better traffic utilization
 
Fixed
- Fixed heartbeat periodic reporting issue. It was reported only once on joining the network.
 - Fixed traffic priority in uplink
 
[1.1.1] - 2021-02-06
Fixed
- Property 0x9010 - Default Pins State were not applicable
 
1.1.0 - 2021-02-02
Added
- Report internal error (0x0030) on write request in case of writable and null property.
 - Support of property not applicable (0x0026) status code
 - 10ms delay in connect heartbeat to delay it from application packet.
 - Logic to re-request firmware block early (in some cases) instead of waiting for 30 second.
 
Changed
- Allow multiple bits in key.
 - In multiple bit compare result of key, consider highest AND-result value. Also the RSSI is above the threshold value.
 - Allow to set Scan window between 15% - 95%. It was 5% - 95% before. If value < 15 already stored in flash, Set to 15%.
 - Minimum possible value for heartbeat interval is 60 seconds instead of 1 second.
 - Set 60ms delay between two dfu packet.
 - Do not reset device on firmware update timeout.
 
Fixed
- Device stop scanning between 5% - 11% scanning window setting.
 - Fixed device type reporting
 - Firmware update fixes
 
1.0.0 - 2020-10-30
Initial release.