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> 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();
|
||||
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