mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Unify error messages (#17746)
Signed-off-by: Felix Schneider <mail@fschneider.me>
This commit is contained in:
parent
1b686f81c8
commit
9d1c0a6dfa
@ -184,7 +184,7 @@ public class SmartHomeDeviceHandler extends BaseThingHandler {
|
||||
AccountHandler accountHandler = getAccountHandler();
|
||||
SmartHomeBaseDevice smartHomeBaseDevice = this.smartHomeBaseDevice;
|
||||
if (smartHomeBaseDevice == null) {
|
||||
updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.NONE, "Can't find smarthomeBaseDevice!");
|
||||
updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.NONE, "Can't find smarthomeBaseDevice");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user