bugfix wrong filesize in control_mish.tx

This commit is contained in:
2017-05-01 13:18:51 +02:00
parent 49c6a159ea
commit b5c70d093c
3 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ package main;
use strict;
use warnings;
my $version = "0.20";
my $version = "0.21";
sub XiaomiSmartHome_Device_updateSReading($);