DevIo: change default for getState to disconnected (Forum #120940)

git-svn-id: https://svn.fhem.de/fhem/trunk@24601 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2021-06-08 07:50:43 +00:00
parent 7bd7caddff
commit c6d2b4c01a

View File

@@ -31,7 +31,7 @@ sub
DevIo_getState($)
{
my ($hash) = @_;
return ReadingsVal($hash->{NAME}, "state", "")
return ReadingsVal($hash->{NAME}, "state", "disconnected")
}
########################