2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

FULLY: Support for Fully version 1.33

git-svn-id: https://svn.fhem.de/fhem/trunk@19966 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
zap 2019-08-08 20:24:24 +00:00
parent 9f0c6b24a8
commit a3ccad3299

View File

@ -37,7 +37,7 @@ sub FULLY_ProcessDeviceInfo ($$);
sub FULLY_UpdateReadings ($$);
sub FULLY_Ping ($$);
my $FULLY_VERSION = "1.2";
my $FULLY_VERSION = "1.3";
# Timeout for Fully requests
my $FULLY_TIMEOUT = 5;