- no zigbee2mqtt Legacy API anymore;
- better node statuses;
- support of availability option: blue statuses if availability is off, green = available, red = not available;
- added timestamp to node's status after 3 seconds after of node.send();
- added restart button;
- added output of important options;
- choose msg.topic for getting data of any device, as msg.topic you can use: mqtt topic, friendly_name or selector
z2m-in node:
- improved and fixed "output at startup" option;
- filter unchanged values, so node will send only changes;
- added msg.changed, which outputs previous value;
- removed msg.device and msg.group, replaced by msg.item;
- added msg.topic;
- added msg.selector - it is an internal code of device which can be used as id in html code;
z2m-out node:
- removed transition option;
- WILL BE REWORKED IN v2.1;