If you set the flash parameter to a block definition, then the block will flash when the value changes.
The flash parameter determines the duration of the flash. You define it as follows for a 2x1 second duration:
Code: Select all
blocks[107]['flash'] = 1000;
Code: Select all
config['blink_color'] = '255, 255, 255, 1';
* Fix for OWM weather not always displayed correctly
* Buttons: load frame after button click
Via the url-parameter of a button you can define the url that should be loaded in the frame that appears after you click/press the button. In the past this frame content was continuously refreshed in the background, creating some issues. Now the frame content only get loaded once as soon as the frame becomes visible. There can be a slight delay. If this delay is too long for you, then please make a reply in this thread (or the bug-report thread)
* Moon image
The moon phase image doesn't depend on Domoticz anymore. You can use it by defining a button with the custom image 'moon' and add this button to a column definition (as in the past):
Code: Select all
buttons.moon = {width:12, isimage:true, refreshimage:60000, image: 'moon'}
columns[2] = {}
columns[2]['blocks'] = [
buttons.moon
]
Added on option to hide the block title, so the data value can take up more space.
Code: Select all
blocks['567_1'] = {} //utetemperatur
blocks['567_1']['title'] = 'Utetemperatur'
blocks['567_1']['width'] = 2;
blocks['567_1']['hide_title'] = true;
blocks['567_1']['last_update'] = true;
* Fix for background refresh of news
* Calendar improvements
Improved handling of recurring events. Hopefully all issues are solved now.
* Translations
Recreated the project at lokalize.co for managing the language file. If you would like to contribute to the translations send me a PM.
Added Lithuanian translations.
Improved Norwegian translations.
For updating to the most recent beta, see:
https://www.domoticz.com/wiki/Dashticz_ ... ta_release