typos: success, successful (#13997)
This commit is contained in:
@@ -107,7 +107,7 @@ public class EtherRainHandler extends BaseThingHandler {
|
||||
logger.debug("Starting Etherrain Update Job");
|
||||
this.updateJob = scheduler.scheduleWithFixedDelay(this::updateBridge, 0, config.refresh, TimeUnit.SECONDS);
|
||||
|
||||
logger.debug("EtherRain sucessfully initialized. Starting status poll at: {}", config.refresh);
|
||||
logger.debug("EtherRain successfully initialized. Starting status poll at: {}", config.refresh);
|
||||
}
|
||||
|
||||
private void stopUpdateJob() {
|
||||
|
||||
Reference in New Issue
Block a user