mirror of
https://github.com/fhem/fhem-mirror.git
synced 2024-11-22 09:49:50 +00:00
8d9f3e678e
ease its use for beginners. git-svn-id: https://svn.fhem.de/fhem/trunk@3938 2b470e98-0d58-463d-a4d8-8e2adae1ed80
31 lines
1.4 KiB
Plaintext
31 lines
1.4 KiB
Plaintext
#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'
|
|
}
|
|
}
|
|
}
|