diff --git a/fhem/CHANGED b/fhem/CHANGED index 96a8a1739..14b7de85e 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - change: 72_TA_CMI_JSON: adding model attribute - feature: 93_DbLog: attr global logdir is considered by set exportCache - change: 76_SMAInverter: STP10.0-3AV-40 298 type included - bugfix: 73_AutoShuttersControl: fix little bugs, change control logic diff --git a/fhem/FHEM/72_TA_CMI_JSON.pm b/fhem/FHEM/72_TA_CMI_JSON.pm index b49152bcb..dc5db8839 100755 --- a/fhem/FHEM/72_TA_CMI_JSON.pm +++ b/fhem/FHEM/72_TA_CMI_JSON.pm @@ -174,6 +174,7 @@ sub TA_CMI_JSON_ParseHttpResponse { my $canDevice = TA_CMI_JSON_extractDeviceName($keyValues->{Header_Device}); $hash->{CAN_DEVICE} = $canDevice; + $hash->{model} = $canDevice; $hash->{CMI_API_VERSION} = TA_CMI_JSON_extractVersion($keyValues->{Header_Version}); CommandDeleteReading(undef, "$name error");