I'm wanna remove the titles of the 2 blocks, so that the data will be more vertically centered. I thought I had read some time ago about the option blocks[48]['hide_title'] = true; but that doesn't seem to work. What is the best way to get rid off the title block completely?
Now I've this code:
Code: Select all
blocks[406] = {} //Thermostaatinstelling (Toon Setpoint)
blocks[406]['title'] = ''; //Empty title
blocks[48] = {} //Thermostaat (Selector Switch for Toon Program State)
blocks[48]['title'] = '';
blocks[48]['width'] = 8;