-
Notifications
You must be signed in to change notification settings - Fork 0
/
room_garage.html
executable file
·39 lines (31 loc) · 1.56 KB
/
room_garage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/**
* -----------------------------------------------------------------------------
* @package smartVISU
* @author Martin Glei\337
* @copyright 2012
* @license GPL [http://www.gnu.de]
* -----------------------------------------------------------------------------
*/
<div data-role="page" id="room_garage" class="ui-page" data-theme="a">
<div class="preblock">
</div>
<h1>{{ icon.shutter('garagentor2', '', 'garage.state', 0, 100) }}Garage</h1>
<div class="scenes">
<span data-role="controlgroup" data-type="horizontal">
{{ basic2.httpcmd('enabletorch', 'camtorchon', icon1~'light_led.png', 'http://garageCam.fritz.box:8080/enabletorch') }}
{{ basic2.httpcmd('disabletorch','camtorchoff', icon0~'light_led.png', 'http://garageCam.fritz.box:8080/disabletorch') }}
{{ basic2.httpcmd('enablenightview', 'camtorchon', icon1~'scene_night.png', 'http://garageCam.fritz.box:8080/settings/night_vision?set=on') }}
{{ basic2.httpcmd('disablenightview','camtorchoff', icon0~'scene_night.png', 'http://garageCam.fritz.box:8080/settings/night_vision?set=off') }}
{{ basic.button('openclose', 'garage.sw', '', icon0~'Hoermann.png') }}
</span>
</div>
<div style="clear:both;"></div>
<div class="block">
<div class="set-2" data-role="collapsible-set" data-theme="c" data-content-theme="a" data-mini="true">
<div data-role="collapsible" data-collapsed="false" >
<h3>Kamera</h3>
{{ multimedia.image('Cam_mini','http://garageCam.fritz.box:8080/shot.jpg', 'corner', '5s') }}
</div>
</div>
</div>
</div>