[openwebnet] Added refresh of devices after reboot or disconnect (#10508)
* Refresh devices after reboot or disconnect Signed-off-by: Massimo Valla <mvcode00@gmail.com> * Cancel refreshSchdule in dispose. updateStatus messages @text cleanup. Signed-off-by: Massimo Valla <mvcode00@gmail.com>
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
# Thing status descriptions
|
||||
offline.conf-error-no-ip-address = Cannot connect to gateway. No host/IP has been provided in Bridge configuration.
|
||||
offline.conf-error-no-serial-port = Cannot connect to gateway. No serial port has been provided in Bridge configuration.
|
||||
offline.wrong-configuration = Invalid configuration. Check Thing configuration parameters.
|
||||
offline.conf-error-where = WHERE parameter in Thing configuration is null or invalid
|
||||
offline.conf-error-no-bridge = No bridge associated, please assign a bridge in Thing configuration.
|
||||
offline.conf-error-auth = Authentication error. Check gateway password in Thing Configuration Parameters
|
||||
|
||||
offline.comm-error-disconnected = Disconnected from gateway
|
||||
offline.comm-error-timeout = Connection to gateway timed out
|
||||
offline.comm-error-connection = Could not connect to gateway
|
||||
|
||||
unknown.waiting-state = Waiting state update...
|
||||
|
||||
Reference in New Issue
Block a user