2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00
fhem-mirror/fhem/demolog/LightScenes.dd.save

31 lines
1.4 KiB
Plaintext
Raw Normal View History

#Mon Aug 26 16:36:31 2013
{
'lcCinema' => {
'Break' => {
'CeilingLight' => 'dim37%',
'ReadingLight' => 'dim37%'
},
'Cinema' => {
'Screen' => 'down',
'Projector' => 'on',
'CeilingLight' => 'off',
'ReadingLight' => 'off',
'TV' => 'off'
},
'WatchTV' => {
'Screen' => 'up',
'Projector' => 'off',
'CeilingLight' => 'off',
'ReadingLight' => 'dim12%',
'TV' => 'on'
},
'AllOff' => {
'Screen' => 'up',
'Projector' => 'off',
'CeilingLight' => 'off',
'ReadingLight' => 'off',
'TV' => 'off'
}
}
}