added brightness to scheduler div
This commit is contained in:
parent
b3f8e95503
commit
05942c6ecf
@ -615,6 +615,459 @@
|
||||
{% if scheduler_settings.reboot.enabled %} checked {%endif%}/>
|
||||
</div>
|
||||
|
||||
|
||||
<p id="brightness-p">Brightness 1 (Daily):</p>
|
||||
<div class="col-auto">
|
||||
H
|
||||
<select class="form-select b-minute-select" id="brightness1-hour1-select">
|
||||
<option {%if scheduler_settings.brightness1.hour == '00' %} selected {% endif %}>00</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '01' %} selected {% endif %}>01</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '02' %} selected {% endif %}>02</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '03' %} selected {% endif %}>03</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '04' %} selected {% endif %}>04</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '05' %} selected {% endif %}>05</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '06' %} selected {% endif %}>06</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '07' %} selected {% endif %}>07</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '08' %} selected {% endif %}>08</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '09' %} selected {% endif %}>09</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '10' %} selected {% endif %}>10</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '11' %} selected {% endif %}>11</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '12' %} selected {% endif %}>12</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '13' %} selected {% endif %}>13</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '14' %} selected {% endif %}>14</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '15' %} selected {% endif %}>15</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '16' %} selected {% endif %}>16</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '17' %} selected {% endif %}>17</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '18' %} selected {% endif %}>18</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '19' %} selected {% endif %}>19</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '20' %} selected {% endif %}>20</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '21' %} selected {% endif %}>21</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '22' %} selected {% endif %}>22</option>
|
||||
<option {%if scheduler_settings.brightness1.hour == '23' %} selected {% endif %}>23</option>
|
||||
</select>
|
||||
M
|
||||
<select class="form-select b-minute-select" id="brightness1-minute1-select">
|
||||
<option {%if scheduler_settings.brightness1.minute == '00' %} selected {% endif %}>00</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '01' %} selected {% endif %}>01</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '02' %} selected {% endif %}>02</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '03' %} selected {% endif %}>03</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '04' %} selected {% endif %}>04</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '05' %} selected {% endif %}>05</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '06' %} selected {% endif %}>06</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '07' %} selected {% endif %}>07</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '08' %} selected {% endif %}>08</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '09' %} selected {% endif %}>09</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '10' %} selected {% endif %}>10</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '11' %} selected {% endif %}>11</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '12' %} selected {% endif %}>12</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '13' %} selected {% endif %}>13</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '14' %} selected {% endif %}>14</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '15' %} selected {% endif %}>15</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '16' %} selected {% endif %}>16</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '17' %} selected {% endif %}>17</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '18' %} selected {% endif %}>18</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '19' %} selected {% endif %}>19</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '20' %} selected {% endif %}>20</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '21' %} selected {% endif %}>21</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '22' %} selected {% endif %}>22</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '23' %} selected {% endif %}>23</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '24' %} selected {% endif %}>24</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '25' %} selected {% endif %}>25</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '26' %} selected {% endif %}>26</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '27' %} selected {% endif %}>27</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '28' %} selected {% endif %}>28</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '29' %} selected {% endif %}>29</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '30' %} selected {% endif %}>30</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '31' %} selected {% endif %}>31</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '32' %} selected {% endif %}>32</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '33' %} selected {% endif %}>33</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '34' %} selected {% endif %}>34</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '35' %} selected {% endif %}>35</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '36' %} selected {% endif %}>36</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '37' %} selected {% endif %}>37</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '38' %} selected {% endif %}>38</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '39' %} selected {% endif %}>39</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '40' %} selected {% endif %}>40</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '41' %} selected {% endif %}>41</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '42' %} selected {% endif %}>42</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '43' %} selected {% endif %}>43</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '44' %} selected {% endif %}>44</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '45' %} selected {% endif %}>45</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '46' %} selected {% endif %}>46</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '47' %} selected {% endif %}>47</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '48' %} selected {% endif %}>48</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '49' %} selected {% endif %}>49</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '50' %} selected {% endif %}>50</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '51' %} selected {% endif %}>51</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '52' %} selected {% endif %}>52</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '53' %} selected {% endif %}>53</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '54' %} selected {% endif %}>54</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '55' %} selected {% endif %}>55</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '56' %} selected {% endif %}>56</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '57' %} selected {% endif %}>57</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '58' %} selected {% endif %}>58</option>
|
||||
<option {%if scheduler_settings.brightness1.minute == '59' %} selected {% endif %}>59</option>
|
||||
</select>
|
||||
Bright
|
||||
<select class="form-select b-minute-select" id="brightness1-minute1-select">
|
||||
<option {%if scheduler_settings.brightness1.bright == '1' %} selected {% endif %}>1</option>
|
||||
<option {%if scheduler_settings.brightness1.bright == '2' %} selected {% endif %}>2</option>
|
||||
<option {%if scheduler_settings.brightness1.bright == '3' %} selected {% endif %}>3</option>
|
||||
<option {%if scheduler_settings.brightness1.bright == '4' %} selected {% endif %}>4</option>
|
||||
<option {%if scheduler_settings.brightness1.bright == '5' %} selected {% endif %}>5</option>
|
||||
<option {%if scheduler_settings.brightness1.bright == '6' %} selected {% endif %}>6</option>
|
||||
<option {%if scheduler_settings.brightness1.bright == '7' %} selected {% endif %}>7</option>
|
||||
<option {%if scheduler_settings.brightness1.bright == '8' %} selected {% endif %}>8</option>
|
||||
<option {%if scheduler_settings.brightness1.bright == '9' %} selected {% endif %}>9</option>
|
||||
<option {%if scheduler_settings.brightness1.bright == '10' %} selected {% endif %}>10</option>
|
||||
|
||||
</select>
|
||||
|
||||
<label for="inputTransitionZ" class="col-form-label">Enable</label>
|
||||
<input class="scheduler-hour-select" type="checkbox" value="" id="brightness1-enabled"
|
||||
{% if scheduler_settings.brightness1.enabled %} checked {%endif%}/>
|
||||
</div>
|
||||
|
||||
|
||||
<p id="brightness-p">Brightness 2 (Daily):</p>
|
||||
<div class="col-auto">
|
||||
H
|
||||
<select class="form-select b-minute-select" id="brightness2-hour1-select">
|
||||
<option {%if scheduler_settings.brightness2.hour == '00' %} selected {% endif %}>00</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '01' %} selected {% endif %}>01</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '02' %} selected {% endif %}>02</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '03' %} selected {% endif %}>03</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '04' %} selected {% endif %}>04</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '05' %} selected {% endif %}>05</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '06' %} selected {% endif %}>06</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '07' %} selected {% endif %}>07</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '08' %} selected {% endif %}>08</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '09' %} selected {% endif %}>09</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '10' %} selected {% endif %}>10</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '11' %} selected {% endif %}>11</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '12' %} selected {% endif %}>12</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '13' %} selected {% endif %}>13</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '14' %} selected {% endif %}>14</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '15' %} selected {% endif %}>15</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '16' %} selected {% endif %}>16</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '17' %} selected {% endif %}>17</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '18' %} selected {% endif %}>18</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '19' %} selected {% endif %}>19</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '20' %} selected {% endif %}>20</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '21' %} selected {% endif %}>21</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '22' %} selected {% endif %}>22</option>
|
||||
<option {%if scheduler_settings.brightness2.hour == '23' %} selected {% endif %}>23</option>
|
||||
</select>
|
||||
M
|
||||
<select class="form-select b-minute-select" id="brightness2-minute1-select">
|
||||
<option {%if scheduler_settings.brightness2.minute == '00' %} selected {% endif %}>00</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '01' %} selected {% endif %}>01</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '02' %} selected {% endif %}>02</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '03' %} selected {% endif %}>03</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '04' %} selected {% endif %}>04</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '05' %} selected {% endif %}>05</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '06' %} selected {% endif %}>06</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '07' %} selected {% endif %}>07</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '08' %} selected {% endif %}>08</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '09' %} selected {% endif %}>09</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '10' %} selected {% endif %}>10</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '11' %} selected {% endif %}>11</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '12' %} selected {% endif %}>12</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '13' %} selected {% endif %}>13</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '14' %} selected {% endif %}>14</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '15' %} selected {% endif %}>15</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '16' %} selected {% endif %}>16</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '17' %} selected {% endif %}>17</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '18' %} selected {% endif %}>18</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '19' %} selected {% endif %}>19</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '20' %} selected {% endif %}>20</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '21' %} selected {% endif %}>21</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '22' %} selected {% endif %}>22</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '23' %} selected {% endif %}>23</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '24' %} selected {% endif %}>24</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '25' %} selected {% endif %}>25</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '26' %} selected {% endif %}>26</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '27' %} selected {% endif %}>27</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '28' %} selected {% endif %}>28</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '29' %} selected {% endif %}>29</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '30' %} selected {% endif %}>30</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '31' %} selected {% endif %}>31</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '32' %} selected {% endif %}>32</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '33' %} selected {% endif %}>33</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '34' %} selected {% endif %}>34</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '35' %} selected {% endif %}>35</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '36' %} selected {% endif %}>36</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '37' %} selected {% endif %}>37</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '38' %} selected {% endif %}>38</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '39' %} selected {% endif %}>39</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '40' %} selected {% endif %}>40</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '41' %} selected {% endif %}>41</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '42' %} selected {% endif %}>42</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '43' %} selected {% endif %}>43</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '44' %} selected {% endif %}>44</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '45' %} selected {% endif %}>45</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '46' %} selected {% endif %}>46</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '47' %} selected {% endif %}>47</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '48' %} selected {% endif %}>48</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '49' %} selected {% endif %}>49</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '50' %} selected {% endif %}>50</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '51' %} selected {% endif %}>51</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '52' %} selected {% endif %}>52</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '53' %} selected {% endif %}>53</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '54' %} selected {% endif %}>54</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '55' %} selected {% endif %}>55</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '56' %} selected {% endif %}>56</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '57' %} selected {% endif %}>57</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '58' %} selected {% endif %}>58</option>
|
||||
<option {%if scheduler_settings.brightness2.minute == '59' %} selected {% endif %}>59</option>
|
||||
</select>
|
||||
Bright
|
||||
<select class="form-select b-minute-select" id="brightness2-minute1-select">
|
||||
<option {%if scheduler_settings.brightness2.bright == '1' %} selected {% endif %}>1</option>
|
||||
<option {%if scheduler_settings.brightness2.bright == '2' %} selected {% endif %}>2</option>
|
||||
<option {%if scheduler_settings.brightness2.bright == '3' %} selected {% endif %}>3</option>
|
||||
<option {%if scheduler_settings.brightness2.bright == '4' %} selected {% endif %}>4</option>
|
||||
<option {%if scheduler_settings.brightness2.bright == '5' %} selected {% endif %}>5</option>
|
||||
<option {%if scheduler_settings.brightness2.bright == '6' %} selected {% endif %}>6</option>
|
||||
<option {%if scheduler_settings.brightness2.bright == '7' %} selected {% endif %}>7</option>
|
||||
<option {%if scheduler_settings.brightness2.bright == '8' %} selected {% endif %}>8</option>
|
||||
<option {%if scheduler_settings.brightness2.bright == '9' %} selected {% endif %}>9</option>
|
||||
<option {%if scheduler_settings.brightness2.bright == '10' %} selected {% endif %}>10</option>
|
||||
|
||||
</select>
|
||||
|
||||
<label for="inputTransitionZ" class="col-form-label">Enable</label>
|
||||
<input class="scheduler-hour-select" type="checkbox" value="" id="brightness2-enabled"
|
||||
{% if scheduler_settings.brightness2.enabled %} checked {%endif%}/>
|
||||
</div>
|
||||
|
||||
|
||||
<p id="brightness-p">Brightness 3 (Daily):</p>
|
||||
<div class="col-auto">
|
||||
H
|
||||
<select class="form-select b-minute-select" id="brightness3-hour1-select">
|
||||
<option {%if scheduler_settings.brightness3.hour == '00' %} selected {% endif %}>00</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '01' %} selected {% endif %}>01</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '02' %} selected {% endif %}>02</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '03' %} selected {% endif %}>03</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '04' %} selected {% endif %}>04</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '05' %} selected {% endif %}>05</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '06' %} selected {% endif %}>06</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '07' %} selected {% endif %}>07</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '08' %} selected {% endif %}>08</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '09' %} selected {% endif %}>09</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '10' %} selected {% endif %}>10</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '11' %} selected {% endif %}>11</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '12' %} selected {% endif %}>12</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '13' %} selected {% endif %}>13</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '14' %} selected {% endif %}>14</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '15' %} selected {% endif %}>15</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '16' %} selected {% endif %}>16</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '17' %} selected {% endif %}>17</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '18' %} selected {% endif %}>18</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '19' %} selected {% endif %}>19</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '20' %} selected {% endif %}>20</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '21' %} selected {% endif %}>21</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '22' %} selected {% endif %}>22</option>
|
||||
<option {%if scheduler_settings.brightness3.hour == '23' %} selected {% endif %}>23</option>
|
||||
</select>
|
||||
M
|
||||
<select class="form-select b-minute-select" id="brightness3-minute1-select">
|
||||
<option {%if scheduler_settings.brightness3.minute == '00' %} selected {% endif %}>00</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '01' %} selected {% endif %}>01</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '02' %} selected {% endif %}>02</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '03' %} selected {% endif %}>03</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '04' %} selected {% endif %}>04</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '05' %} selected {% endif %}>05</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '06' %} selected {% endif %}>06</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '07' %} selected {% endif %}>07</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '08' %} selected {% endif %}>08</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '09' %} selected {% endif %}>09</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '10' %} selected {% endif %}>10</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '11' %} selected {% endif %}>11</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '12' %} selected {% endif %}>12</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '13' %} selected {% endif %}>13</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '14' %} selected {% endif %}>14</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '15' %} selected {% endif %}>15</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '16' %} selected {% endif %}>16</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '17' %} selected {% endif %}>17</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '18' %} selected {% endif %}>18</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '19' %} selected {% endif %}>19</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '20' %} selected {% endif %}>20</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '21' %} selected {% endif %}>21</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '22' %} selected {% endif %}>22</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '23' %} selected {% endif %}>23</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '24' %} selected {% endif %}>24</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '25' %} selected {% endif %}>25</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '26' %} selected {% endif %}>26</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '27' %} selected {% endif %}>27</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '28' %} selected {% endif %}>28</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '29' %} selected {% endif %}>29</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '30' %} selected {% endif %}>30</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '31' %} selected {% endif %}>31</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '32' %} selected {% endif %}>32</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '33' %} selected {% endif %}>33</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '34' %} selected {% endif %}>34</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '35' %} selected {% endif %}>35</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '36' %} selected {% endif %}>36</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '37' %} selected {% endif %}>37</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '38' %} selected {% endif %}>38</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '39' %} selected {% endif %}>39</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '40' %} selected {% endif %}>40</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '41' %} selected {% endif %}>41</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '42' %} selected {% endif %}>42</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '43' %} selected {% endif %}>43</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '44' %} selected {% endif %}>44</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '45' %} selected {% endif %}>45</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '46' %} selected {% endif %}>46</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '47' %} selected {% endif %}>47</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '48' %} selected {% endif %}>48</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '49' %} selected {% endif %}>49</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '50' %} selected {% endif %}>50</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '51' %} selected {% endif %}>51</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '52' %} selected {% endif %}>52</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '53' %} selected {% endif %}>53</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '54' %} selected {% endif %}>54</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '55' %} selected {% endif %}>55</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '56' %} selected {% endif %}>56</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '57' %} selected {% endif %}>57</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '58' %} selected {% endif %}>58</option>
|
||||
<option {%if scheduler_settings.brightness3.minute == '59' %} selected {% endif %}>59</option>
|
||||
</select>
|
||||
Bright
|
||||
<select class="form-select b-minute-select" id="brightness3-minute1-select">
|
||||
<option {%if scheduler_settings.brightness3.bright == '1' %} selected {% endif %}>1</option>
|
||||
<option {%if scheduler_settings.brightness3.bright == '2' %} selected {% endif %}>2</option>
|
||||
<option {%if scheduler_settings.brightness3.bright == '3' %} selected {% endif %}>3</option>
|
||||
<option {%if scheduler_settings.brightness3.bright == '4' %} selected {% endif %}>4</option>
|
||||
<option {%if scheduler_settings.brightness3.bright == '5' %} selected {% endif %}>5</option>
|
||||
<option {%if scheduler_settings.brightness3.bright == '6' %} selected {% endif %}>6</option>
|
||||
<option {%if scheduler_settings.brightness3.bright == '7' %} selected {% endif %}>7</option>
|
||||
<option {%if scheduler_settings.brightness3.bright == '8' %} selected {% endif %}>8</option>
|
||||
<option {%if scheduler_settings.brightness3.bright == '9' %} selected {% endif %}>9</option>
|
||||
<option {%if scheduler_settings.brightness3.bright == '10' %} selected {% endif %}>10</option>
|
||||
|
||||
</select>
|
||||
|
||||
<label for="inputTransitionZ" class="col-form-label">Enable</label>
|
||||
<input class="scheduler-hour-select" type="checkbox" value="" id="brightness3-enabled"
|
||||
{% if scheduler_settings.brightness3.enabled %} checked {%endif%}/>
|
||||
</div>
|
||||
|
||||
|
||||
<p id="brightness-p">Brightness 4 (Daily):</p>
|
||||
<div class="col-auto">
|
||||
H
|
||||
<select class="form-select b-minute-select" id="brightness4-hour1-select">
|
||||
<option {%if scheduler_settings.brightness4.hour == '00' %} selected {% endif %}>00</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '01' %} selected {% endif %}>01</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '02' %} selected {% endif %}>02</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '03' %} selected {% endif %}>03</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '04' %} selected {% endif %}>04</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '05' %} selected {% endif %}>05</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '06' %} selected {% endif %}>06</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '07' %} selected {% endif %}>07</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '08' %} selected {% endif %}>08</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '09' %} selected {% endif %}>09</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '10' %} selected {% endif %}>10</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '11' %} selected {% endif %}>11</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '12' %} selected {% endif %}>12</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '13' %} selected {% endif %}>13</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '14' %} selected {% endif %}>14</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '15' %} selected {% endif %}>15</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '16' %} selected {% endif %}>16</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '17' %} selected {% endif %}>17</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '18' %} selected {% endif %}>18</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '19' %} selected {% endif %}>19</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '20' %} selected {% endif %}>20</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '21' %} selected {% endif %}>21</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '22' %} selected {% endif %}>22</option>
|
||||
<option {%if scheduler_settings.brightness4.hour == '23' %} selected {% endif %}>23</option>
|
||||
</select>
|
||||
M
|
||||
<select class="form-select b-minute-select" id="brightness4-minute1-select">
|
||||
<option {%if scheduler_settings.brightness4.minute == '00' %} selected {% endif %}>00</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '01' %} selected {% endif %}>01</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '02' %} selected {% endif %}>02</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '03' %} selected {% endif %}>03</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '04' %} selected {% endif %}>04</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '05' %} selected {% endif %}>05</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '06' %} selected {% endif %}>06</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '07' %} selected {% endif %}>07</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '08' %} selected {% endif %}>08</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '09' %} selected {% endif %}>09</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '10' %} selected {% endif %}>10</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '11' %} selected {% endif %}>11</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '12' %} selected {% endif %}>12</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '13' %} selected {% endif %}>13</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '14' %} selected {% endif %}>14</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '15' %} selected {% endif %}>15</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '16' %} selected {% endif %}>16</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '17' %} selected {% endif %}>17</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '18' %} selected {% endif %}>18</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '19' %} selected {% endif %}>19</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '20' %} selected {% endif %}>20</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '21' %} selected {% endif %}>21</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '22' %} selected {% endif %}>22</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '23' %} selected {% endif %}>23</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '24' %} selected {% endif %}>24</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '25' %} selected {% endif %}>25</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '26' %} selected {% endif %}>26</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '27' %} selected {% endif %}>27</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '28' %} selected {% endif %}>28</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '29' %} selected {% endif %}>29</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '30' %} selected {% endif %}>30</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '31' %} selected {% endif %}>31</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '32' %} selected {% endif %}>32</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '33' %} selected {% endif %}>33</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '34' %} selected {% endif %}>34</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '35' %} selected {% endif %}>35</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '36' %} selected {% endif %}>36</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '37' %} selected {% endif %}>37</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '38' %} selected {% endif %}>38</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '39' %} selected {% endif %}>39</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '40' %} selected {% endif %}>40</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '41' %} selected {% endif %}>41</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '42' %} selected {% endif %}>42</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '43' %} selected {% endif %}>43</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '44' %} selected {% endif %}>44</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '45' %} selected {% endif %}>45</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '46' %} selected {% endif %}>46</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '47' %} selected {% endif %}>47</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '48' %} selected {% endif %}>48</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '49' %} selected {% endif %}>49</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '50' %} selected {% endif %}>50</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '51' %} selected {% endif %}>51</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '52' %} selected {% endif %}>52</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '53' %} selected {% endif %}>53</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '54' %} selected {% endif %}>54</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '55' %} selected {% endif %}>55</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '56' %} selected {% endif %}>56</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '57' %} selected {% endif %}>57</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '58' %} selected {% endif %}>58</option>
|
||||
<option {%if scheduler_settings.brightness4.minute == '59' %} selected {% endif %}>59</option>
|
||||
</select>
|
||||
Bright
|
||||
<select class="form-select b-minute-select" id="brightness4-minute1-select">
|
||||
<option {%if scheduler_settings.brightness4.bright == '1' %} selected {% endif %}>1</option>
|
||||
<option {%if scheduler_settings.brightness4.bright == '2' %} selected {% endif %}>2</option>
|
||||
<option {%if scheduler_settings.brightness4.bright == '3' %} selected {% endif %}>3</option>
|
||||
<option {%if scheduler_settings.brightness4.bright == '4' %} selected {% endif %}>4</option>
|
||||
<option {%if scheduler_settings.brightness4.bright == '5' %} selected {% endif %}>5</option>
|
||||
<option {%if scheduler_settings.brightness4.bright == '6' %} selected {% endif %}>6</option>
|
||||
<option {%if scheduler_settings.brightness4.bright == '7' %} selected {% endif %}>7</option>
|
||||
<option {%if scheduler_settings.brightness4.bright == '8' %} selected {% endif %}>8</option>
|
||||
<option {%if scheduler_settings.brightness4.bright == '9' %} selected {% endif %}>9</option>
|
||||
<option {%if scheduler_settings.brightness4.bright == '10' %} selected {% endif %}>10</option>
|
||||
|
||||
</select>
|
||||
|
||||
<label for="inputTransitionZ" class="col-form-label">Enable</label>
|
||||
<input class="scheduler-hour-select" type="checkbox" value="" id="brightness4-enabled"
|
||||
{% if scheduler_settings.brightness4.enabled %} checked {%endif%}/>
|
||||
</div>
|
||||
|
||||
|
||||
<p id="reboots-p">Timezone:</p>
|
||||
<div class="col-auto">
|
||||
<select class="form-select timezone-select" id="timezone-select">
|
||||
|
Loading…
Reference in New Issue
Block a user