new taskerset

This commit is contained in:
Marko Oldenburg 2018-10-27 23:46:34 +02:00
parent 7861d62f29
commit db5ac59d88
2 changed files with 1503 additions and 751 deletions

View File

@ -906,7 +906,8 @@ sub AMADCommBridge_ResponseProcessing($$) {
if( AttrVal( $bname, 'enableSubCalls', 0 ) == 1 ) {
$response = AnalyzeCommand($bhash, '{'.$fhemCmd.'}');
#$response = AnalyzeCommand($bhash, '{'.$fhemCmd.'}');
$response = AnalyzePerlCommand($bhash, '{'.$fhemCmd.'}'); # AnalyzePerlCommand is new https://forum.fhem.de/index.php/topic,89619.msg820964.html#msg820964
} else {