Typos a/an (#13846)

This commit is contained in:
Дилян Палаузов
2022-12-05 19:47:43 +02:00
committed by GitHub
parent 54b2772df4
commit 2a5d6beb64
149 changed files with 196 additions and 196 deletions

View File

@@ -199,7 +199,7 @@ public abstract class AbstractAreaHandler extends AbstractOmnilinkStatusHandler<
status.getAlarms(), status.getEntryTimer(), status.getExitTimer());
/*
* According to the specification, if the 3rd bit is set on a area mode, then that mode is in a delayed state.
* According to the specification, if the 3rd bit is set on an area mode, then that mode is in a delayed state.
* Unfortunately, this is not the case, but we can fix that by looking to see if the exit timer
* is set and do this manually.
*/