2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-24 02:59:22 +00:00

HMConfig:remove experimental command "getSerial"

git-svn-id: https://svn.fhem.de/fhem/trunk@22607 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2020-08-15 13:36:44 +00:00
parent 46306dda01
commit b3b44a8c02

View File

@ -1680,7 +1680,7 @@ $culHmRegChan{"HM-OU-CFM-TW02"} = $culHmRegChan{"HM-OU-CFM-PL02"};
); );
%culHmVrtGets = ( %culHmVrtGets = (
param => "-param-", param => "-param-",
cmdList => "", cmdList => "[short|long]",
); );
%culHmSubTypeGets = ( %culHmSubTypeGets = (
none4Type =>{ "test"=>"" } none4Type =>{ "test"=>"" }
@ -1701,7 +1701,7 @@ $culHmRegChan{"HM-OU-CFM-TW02"} = $culHmRegChan{"HM-OU-CFM-PL02"};
,getConfig => "" ,getConfig => ""
,regSet => "[prep|exec] -regName- -value- ... [-peerChannel-]" ,regSet => "[prep|exec] -regName- -value- ... [-peerChannel-]"
,clear => "[readings|trigger|register|oldRegs|rssi|msgEvents|msgErrors|attack|all]" ,clear => "[readings|trigger|register|oldRegs|rssi|msgEvents|msgErrors|attack|all]"
,tplDel => "tmplt" ,tplDel => "-tplDel-"
); );
%culHmGlobalSetsVrtDev = (# virtuals and devices without subtype %culHmGlobalSetsVrtDev = (# virtuals and devices without subtype
virtual => "-noButtons-" virtual => "-noButtons-"
@ -1733,15 +1733,16 @@ $culHmRegChan{"HM-OU-CFM-TW02"} = $culHmRegChan{"HM-OU-CFM-PL02"};
); );
%culHmSubTypeDevSets = (# device of this subtype %culHmSubTypeDevSets = (# device of this subtype
switch =>{ getSerial => "" switch =>{
,pair => "" pair => ""
,getVersion => "" ,getVersion => ""
# ,getSerial => ""
# ,getDevInfo => "" # ,getDevInfo => ""
} }
# ,winMatic =>{ statusRequest => ""} not working at least for FW 1.6 # ,winMatic =>{ statusRequest => ""} not working at least for FW 1.6
,keyMatic =>{ statusRequest => ""} ,keyMatic =>{ statusRequest => ""}
,repeater =>{ statusRequest => "" ,repeater =>{ statusRequest => ""
,getSerial => "" # ,getSerial => ""
} }
); );
$culHmSubTypeDevSets{dimmer} = $culHmSubTypeDevSets{dimmer} =
@ -1865,7 +1866,7 @@ $culHmModelSets{"HM-HM-LC-DW-WM"} = $culHmSubTypeSets{dimmer}; ##### re
"HM-CC-TC00" =>{ "desired-temp" =>"[on|off|6.0..30.0]" "HM-CC-TC00" =>{ "desired-temp" =>"[on|off|6.0..30.0]"
,statusRequest =>"" ,statusRequest =>""
,sysTime =>"" ,sysTime =>""
,getSerial => "" # ,getSerial =>""
} }
,"HM-DIS-EP-WM5501" =>{ text =>"-txt1- -txt2-..." ,"HM-DIS-EP-WM5501" =>{ text =>"-txt1- -txt2-..."
,peerChan =>"-btnNumber- -actChn- ... single [set|unset] [actor|remote|both]" ,peerChan =>"-btnNumber- -actChn- ... single [set|unset] [actor|remote|both]"
@ -1907,7 +1908,7 @@ $culHmModelSets{"HM-HM-LC-DW-WM"} = $culHmSubTypeSets{dimmer}; ##### re
,sysTime =>"" ,sysTime =>""
} }
,"HM-TC-IT-WM-W-EU00" =>{ sysTime =>"" ,"HM-TC-IT-WM-W-EU00" =>{ sysTime =>""
,getSerial => "" # ,getSerial => ""
} }
,"HM-TC-IT-WM-W-EU01" =>{ peerChan =>"-btnNumber- -actChn- ... single [set|unset] [actor|remote|both]"} ,"HM-TC-IT-WM-W-EU01" =>{ peerChan =>"-btnNumber- -actChn- ... single [set|unset] [actor|remote|both]"}
,"HM-TC-IT-WM-W-EU02" =>{ controlMode =>"[auto|manual|boost|day|night]" ,"HM-TC-IT-WM-W-EU02" =>{ controlMode =>"[auto|manual|boost|day|night]"
@ -1940,9 +1941,9 @@ $culHmModelSets{"HM-HM-LC-DW-WM"} = $culHmSubTypeSets{dimmer}; ##### re
,inhibit =>"[on|off]" ,inhibit =>"[on|off]"
,statusRequest =>"" ,statusRequest =>""
} }
,"HM-ES-PMSW1-PL00" =>{ getSerial => "" # ,"HM-ES-PMSW1-PL00" =>{ getSerial => ""
# ,getDevInfo => "" # ,getDevInfo => ""
} # }
,"HM-LC-RGBW-WM01" =>{ "on-for-timer" =>"-ontime- [-ramptime-]..." ,"HM-LC-RGBW-WM01" =>{ "on-for-timer" =>"-ontime- [-ramptime-]..."
,"on-till" =>"-time- [-ramptime-]..." ,"on-till" =>"-time- [-ramptime-]..."
,on =>"" ,on =>""