mirror of
https://github.com/fhem/fhem-mirror.git
synced 2024-11-22 09:49:50 +00:00
35a1cfa800
git-svn-id: https://svn.fhem.de/fhem/trunk@16985 2b470e98-0d58-463d-a4d8-8e2adae1ed80
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
#Sun Jul 15 15:31:10 2018
|
|
{
|
|
'lcCinema' => {
|
|
'AllOff' => {
|
|
'Screen' => 'up',
|
|
'ReadingLight' => 'off',
|
|
'Projector' => 'off',
|
|
'CeilingLight' => 'off',
|
|
'TV' => 'off'
|
|
},
|
|
'Break' => {
|
|
'ReadingLight' => 'dim37%',
|
|
'CeilingLight' => 'dim37%'
|
|
},
|
|
'Cinema' => {
|
|
'CeilingLight' => 'off',
|
|
'TV' => 'off',
|
|
'Screen' => 'down',
|
|
'ReadingLight' => 'off',
|
|
'Projector' => 'on'
|
|
},
|
|
'WatchTV' => {
|
|
'Screen' => 'up',
|
|
'ReadingLight' => 'dim12%',
|
|
'Projector' => 'off',
|
|
'CeilingLight' => 'off',
|
|
'TV' => 'on'
|
|
}
|
|
}
|
|
}
|