2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 07:56:03 +00:00

added model to internal

git-svn-id: https://svn.fhem.de/fhem/trunk@5223 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2014-03-14 13:33:43 +00:00
parent 7209c6a0bc
commit 6c9160414e

View File

@ -229,6 +229,7 @@ netatmo_initDevice($)
$hash->{stationName} = $device->{station_name} if( $device->{station_name} );
$hash->{model} = $device->{type};
$hash->{firmware} = $device->{firmware};
if( $device->{place} ) {
$hash->{country} = $device->{place}{country};