2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +00:00

38_BEOK: fix version info

git-svn-id: https://svn.fhem.de/fhem/trunk@19131 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Wzut 2019-04-06 16:46:38 +00:00
parent 874eb9d360
commit b9d328dc3b

View File

@ -34,7 +34,7 @@ use Time::Local;
use IO::Socket::INET;
use IO::Select;
my $version = 'V1.3 / 03.03.19';
my $version = 'V1.4 / 06.04.19';
my %gets = ('status:noArg' => '', 'auth:noArg' =>'' , 'temperature:noArg' => '');