From 4deef5d40c082d9e487ed18f4a2e25c9ca5dcdba Mon Sep 17 00:00:00 2001 From: mgehre Date: Sun, 9 Dec 2012 15:01:40 +0000 Subject: [PATCH] MAX: remove removeDevice (it's now called factoryReset) git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2297 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/10_MAX.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/FHEM/10_MAX.pm b/FHEM/10_MAX.pm index edbe7c160..245569567 100755 --- a/FHEM/10_MAX.pm +++ b/FHEM/10_MAX.pm @@ -258,9 +258,8 @@ MAX_Set($@) return ($hash->{IODev}{SendDeviceCmd})->($hash->{IODev},$payload); }else{ - my $removeDevice = exists($hash->{IODev}{RemoveDevice}) ? " removeDevice" : ""; my $templist = join(",",map { sprintf("%2.1f",$_/2) } (9..61)); - my $ret = "Unknown argument $setting, choose one of wakeUp factoryReset groupid$removeDevice"; + my $ret = "Unknown argument $setting, choose one of wakeUp factoryReset groupid"; my $assoclist; #Build list of devices which this device can be associated to @@ -539,7 +538,7 @@ MAX_Parse($$)
  • windowOpenDuration <value>
    For devices of type HeatingThermostat only. Writes the given window open duration to the device's memory. That is the duration the heater will temporarily set the window open temperature if an open window is detected by a rapid temperature decrease. (Not used if open window is detected by ShutterControl. Must be between 0 and 60 minutes in multiples of 5.
  • factoryReset
    - Resets the device to factory values. It has to be paired again afterwards. (If you use MAXLAN, you have to use removeDevice, before you can re-pair.)
  • + Resets the device to factory values. It has to be paired again afterwards.
  • associate
    Associating a ShutterContact to a {Heating,WallMounted}Thermostat makes it send message to that device to automatically lower temperature to windowOpenTemperature while the shutter is opened.