fix: motd 0 0 0 is no longer displayed

after a fhem restart the global attribut motd is no longer filled with 0
This commit is contained in:
2017-04-03 14:35:58 +02:00
parent ff51744f10
commit 383cf54998
3 changed files with 6 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ use SetExtensions;
sub XiaomiSmartHome_Notify($$);
sub XiaomiSmartHome_updateSingleReading($$);
my $iv="\x17\x99\x6d\x09\x3d\x28\xdd\xb3\xba\x69\x5a\x2e\x6f\x58\x56\x2e";
my $version = "0.09";
my $version = "0.10";
my %XiaomiSmartHome_gets = (
"getDevices" => ["get_id_list", '^.+get_id_list_ack' ],