hide_data / show_lastupdate
Posted: Monday 20 April 2020 13:23
for some reason the hide_data / show_lastupdate is not working anymore. Can't get is to work on any of the blocks.
For example this is a temperature block i have hide_data = true and show_lastupdate = false but both are still shown.
i'm running latest 2020.1 Domoticz and 3.3.3.1 Dashticz.

CONFIG.js
anyone any idea?
For example this is a temperature block i have hide_data = true and show_lastupdate = false but both are still shown.
i'm running latest 2020.1 Domoticz and 3.3.3.1 Dashticz.

CONFIG.js
Code: Select all
blocks['35'] = {}
blocks['35']['width'] = 6;
blocks['35']['hide_data'] = true; //if you want to hide the data of this block
blocks['35']['show_lastupdate'] = false; //if you want to show the last update specific for this block