Project

General

Profile

Actions

Changelog 3 1 16 » History » Revision 1

Revision 1/3 | Next »
Torbjorn Carlqvist Admin, 09/14/2023 11:03 AM


Changelog 3.1.16

New features:

  • Added property "tags" to lightning output (LO)-object to support some special features for DALI/LoRa networking.
    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.
    Then when provisioning the DALI network the integrator can via objects view specifically set the values according the the DALI addressing plan.

  • 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.
var base64_decoded = Controller.base64ToHex("AAAAAAAAA8MIDwAAAYmR0cpgAgm7S");

Updated by Torbjorn Carlqvist Admin about 1 year ago · 1 revisions