FULLY: Support for Fully version 1.33

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

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;