Bump spotless to 2.35 and Eclipse Java Formatter to 4.26 (#14645)
Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
@@ -216,7 +216,7 @@ public class FloureonThermostatHandler extends BroadlinkBaseHandler {
|
||||
try {
|
||||
new SetTimeCommand(tob(zonedDateTime.getHour()), tob(zonedDateTime.getMinute()),
|
||||
tob(zonedDateTime.getSecond()), tob(zonedDateTime.getDayOfWeek().getValue()))
|
||||
.execute(floureonDevice);
|
||||
.execute(floureonDevice);
|
||||
} catch (Exception e) {
|
||||
logger.warn("Error while setting time of {} to {}: {}", thing.getUID(), command, e.getMessage());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user