ZWave: small intendation change
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3921 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -95,11 +95,11 @@ my %zwave_class = (
|
||||
tmHeating => "0101",
|
||||
tmCooling => "010b",
|
||||
tmManual => "011f", },
|
||||
get => { thermostatMode => "02", },
|
||||
parse => { "03400300" => "state:off",
|
||||
"0340030b" => "state:cooling",
|
||||
"03400301" => "state:heating",
|
||||
"0340031f" => "state:manual", }, } ,
|
||||
get => { thermostatMode => "02", },
|
||||
parse => { "03400300" => "state:off",
|
||||
"0340030b" => "state:cooling",
|
||||
"03400301" => "state:heating",
|
||||
"0340031f" => "state:manual", }, } ,
|
||||
THERMOSTAT_OPERATING_STATE=>{ id => '42', },
|
||||
THERMOSTAT_SETPOINT => { id => '43',
|
||||
get => { setpoint => "02" },
|
||||
|
||||
Reference in New Issue
Block a user