mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-02-04 03:14:07 +01:00
Unify error messages (#17746)
Signed-off-by: Felix Schneider <mail@fschneider.me> Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
parent
0a22630b4a
commit
6e51b2955b
@ -184,7 +184,7 @@ public class SmartHomeDeviceHandler extends BaseThingHandler {
|
|||||||
AccountHandler accountHandler = getAccountHandler();
|
AccountHandler accountHandler = getAccountHandler();
|
||||||
SmartHomeBaseDevice smartHomeBaseDevice = this.smartHomeBaseDevice;
|
SmartHomeBaseDevice smartHomeBaseDevice = this.smartHomeBaseDevice;
|
||||||
if (smartHomeBaseDevice == null) {
|
if (smartHomeBaseDevice == null) {
|
||||||
updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.NONE, "Can't find smarthomeBaseDevice!");
|
updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.NONE, "Can't find smarthomeBaseDevice");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user