We’ve released a new Beta update for Ezlo WEB UI – 1.1.0 with the following:
New Features:
- HUBs settings
Fixes:
- RGB Colour controls are not working
- Other minor improvements in EZLOgic page and device settings pages
For Atom hubs it is possible to control:
- Scaling of temperature
- Time Format
- Date Format
For Ezlo Plus and Ezlo Secure:
- Scale Temperature
- Time Format
- Date Format
- Logs Level
- Logs Color
- Logs Indent
- Logs Send Mode
Feature | Possible values | Default value | Description |
---|---|---|---|
Scale Temperature |
celsius , fahrenheit
|
fahrenheit |
Current scale for temperature values. |
Time Format |
12 , 24
|
12 |
Current format for time |
Date Format |
mmddyy , ddmmyy
|
mmddyy |
Current format for date. |
Logs Level |
ERROR , WARNING , INFO , DEBUG , TRACE
|
INFO |
Current severity level of log messages to log. |
Logs Color |
true , false
|
false |
If true , the hub is allowed to print coloured log messages. |
Logs Indent |
-1 , 2 , 4 , 8
|
-1 |
Current indentation value for JSON printing in log messages. |
Logs Send Mode |
off , each rotation
|
each rotation |
Policy for sending logs to cloud: off - don’t send any logs till it will be requested, each_rotation - sends logs each rotation (each 24 hours or when logs become more that 1 MB). |
Here is the HUBs API for work with settings directly with API requests:
https://api.ezlo.com/hub/settings/index.html
https://api.ezlo.com/hub/logging/index.html
HUB_settings_API.pdf (128.8 KB)