mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
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:
parent
87b93f6444
commit
d66185921c
@ -31,7 +31,7 @@ sub
|
|||||||
DevIo_getState($)
|
DevIo_getState($)
|
||||||
{
|
{
|
||||||
my ($hash) = @_;
|
my ($hash) = @_;
|
||||||
return ReadingsVal($hash->{NAME}, "state", "")
|
return ReadingsVal($hash->{NAME}, "state", "disconnected")
|
||||||
}
|
}
|
||||||
|
|
||||||
########################
|
########################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user