Typos a/an (#13846)
This commit is contained in:
@@ -60,7 +60,7 @@ The devices support some of the following channels:
|
||||
| `alarm_burglary` | Switch | Indicates if a burglary alarm is active. | `area` |
|
||||
| `alarm_fire` | Switch | Indicates if a fire alarm is active. | `area` |
|
||||
| `alarm_gas` | Switch | Indicates if a gas alarm is active. | `area` |
|
||||
| `alarm_auxiliary` | Switch | Indicates if a auxiliary alarm is active. | `area` |
|
||||
| `alarm_auxiliary` | Switch | Indicates if an auxiliary alarm is active. | `area` |
|
||||
| `alarm_freeze` | Switch | Indicates if a freeze alarm is active. | `area` |
|
||||
| `alarm_water` | Switch | Indicates if a water alarm is active. | `area` |
|
||||
| `alarm_duress` | Switch | Indicates if a duress alarm is active. | `area` |
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user