Code: Select all
blocks['26_1'] = {} //Temperatuur
blocks['26_1']['title'] = 'Temp';
blocks['26_1']['hide_data']= false;
blocks['26_1']['width']= 12;
blocks['26_1']['switch'] = true;
blocks['26_1']['gotoslide'] = 2;And as it did this, it made my question even harder. As now I would like the block['26_1'] on 1st screen to go to the second slide with all temperature info, but on that 2nd screen I want block['26_1'] to display the log (as I am already on screen 2).
Oh, and this is just the first page I am thinking off. I want to repeat this functionality for the power use, where on screen 1 I show the current electric and gas use of the house, and on screen 3, the power use of the most devices displayed.