Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


Recommended Posts

Posted

Dear users,

 

Here are the key changes in API, scenes and QuickApp that the new version offers.

 

1. Added an option to define title to email notifications called from Lua (Quick Apps and scenes).

 

The email subject could be customized by adding an optional parameter to the method for sending an email to users:

 

In case of LUA Scenes:

Please login or register to see this code.

 

In case of Quick Apps:

Please login or register to see this code.

 

2. Added the ability to disable one log channel in Quick Apps using a dedicated function.

 

Quick App log level can be set using following assignment in the LUA code on Quick App:

Please login or register to see this code.

 

where log_level could have one of the following values: NONE, ERROR, WARNING, DEBUG, TRACE.
Example to set Quick App log level to WARNING which will allow only errors and warnings to be displayed in console:

Please login or register to see this code.

 

3. Added the request to synchronise the sort-order in the system according to administrator configuration.

 

New API endpoint was introduced to synchronize (reset) sorting order of devices and scenes for all users back to the order that is assigned to the admin:

Please login or register to see this code.

Only admin, installer and support are authorized to call that API endpoint.

 

4. SNI TLS extension support for MQTT protocol.

 

LUA MQTT Client that uses TLS by default enables SNI TLS Extension by default since version 5.191. In case of some problems there is a possibility to switch SNI off by the following setting in connection

options:

Please login or register to see this code.

 

*Behavior was changed in firmware version 5.200 in order to provide backward compatibility

Guest
This topic is now closed to further replies.
×
×
  • Create New...