added model to internal

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5223 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2014-03-14 13:33:43 +00:00
parent 4e9d878400
commit 6735aa09b0

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};