Changelog 3 1 16 » History » Version 1
Torbjorn Carlqvist Admin, 09/14/2023 11:03 AM
| 1 | 1 | Torbjorn Carlqvist Admin | h1. Changelog 3.1.16 |
|---|---|---|---|
| 2 | |||
| 3 | New features: |
||
| 4 | |||
| 5 | * Added property "tags" to lightning output (LO)-object to support some special features for DALI/LoRa networking. |
||
| 6 | By default DTX will fill the tag property with empty parameters for the *LoRa network node address* (LoRaAddr) , *DALI group* (DALIGr) and *DALI feedback* (DALIGrCtrlAdr) (unique ballast to query) short address. |
||
| 7 | Then when provisioning the DALI network the integrator can via objects view specifically set the values according the the DALI addressing plan. |
||
| 8 | |||
| 9 | !LO_tags_dali.PNG! |
||
| 10 | |||
| 11 | * A new JS-method added for decoding base64-coded text on the server side because it is hard to do in javascript and poorly supported in GraalJS engine. |
||
| 12 | |||
| 13 | <pre><code class="javascript"> |
||
| 14 | var base64_decoded = Controller.base64ToHex("AAAAAAAAA8MIDwAAAYmR0cpgAgm7S"); |
||
| 15 | </code></pre> |