Changelog 3 1 3 » History » Version 1
Torbjorn Carlqvist Admin, 11/22/2022 08:00 PM
1 | 1 | Torbjorn Carlqvist Admin | h1. Changelog 3.1.3 |
---|---|---|---|
2 | |||
3 | version:3.1.3 (2022-11-27) |
||
4 | |||
5 | * New features: |
||
6 | New BACnet object support - Binary Lightning Output (BLO). Commonly used for switching lighting on/off without the need for dimming. |
||
7 | New JS method for HTTP_PUT and HTTP_PATCH requests. Same spec as for HTTP_POST. |
||
8 | New block to support diagram/HMI cell INIT. This block is called for all cells within a diagram page that has the user_id field set. The purpose is to set the initial state of the cells after a page refresh. |
||
9 | !Block_Init.png! |
||
10 | |||
11 | |||
12 | * Smaller feature changes |
||
13 | Clear cached devices on local device when doing whoIs/globalWhoIs. This is to avoid lingering devices in cache that are not longer present on the network. |
||
14 | Decreased the device cache time from 4 hours to 1 hour |
||
15 | Added a method of restart DTX via the health check channel - "SERVICE_COMMAND_REBOOT" |
||
16 | The LION bus is now reset when onError is received from i2c driver. |
||
17 | Changed metrics update from 1 to 5 minutes |
||
18 | Altered the way how override.json/settings.json is being synced and changed period of max age to 10min |
||
19 | |||
20 | * Bug fixes: |
||
21 | The green push button under DTX menu in Diagra/HMI editor is fixed. PUSH-function when bind to BACnet INPUT binary object (BI) and SWITCH-function (toggle) when bind to BACnet output object (BO, BLO) . Note, only works for LOCAL device. Will support remote object in coming revisions. |
||
22 | Fixed SendCOVNotification to support integerValue objects. |
||
23 | |||
24 | * Build: |
||
25 | Upgrade: Lion Bus ver2.5 |