2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2024-11-22 16:09:49 +00:00
fhem-mirror/fhem/demolog/LightScenes.dd.save

31 lines
1.2 KiB
Plaintext
Raw Normal View History

#Sun Jan 4 16:24:11 2015
{
'lcCinema' => {
'Break' => {
'CeilingLight' => 'dim37%',
'ReadingLight' => 'dim37%'
},
'Cinema' => {
'CeilingLight' => 'off',
'Projector' => 'on',
'Screen' => 'down',
'ReadingLight' => 'off',
'TV' => 'off'
},
'WatchTV' => {
'CeilingLight' => 'off',
'Projector' => 'off',
'Screen' => 'up',
'ReadingLight' => 'dim12%',
'TV' => 'on'
},
'AllOff' => {
'CeilingLight' => 'off',
'Projector' => 'off',
'Screen' => 'up',
'ReadingLight' => 'off',
'TV' => 'off'
}
}
}