hcifootprint/sensorInterfaces
EdgeCoverage
Interface: EdgeCoverage
Defined in: src/sensor/binding-index.ts:58
One row of coverage(): a live edge and whether the sensor is watching it.
Properties
blocked?
readonlyoptionalblocked?:BlockedBy
Defined in: src/sensor/binding-index.ts:64
Present only when unwatched — which of the three walls it hit.
edge
readonlyedge:string
Defined in: src/sensor/binding-index.ts:59
reason?
readonlyoptionalreason?:string
Defined in: src/sensor/binding-index.ts:62
Present only when unwatched — the plain sentence saying why, and what to do.
status
readonlystatus:"unwatched"|"watching"
Defined in: src/sensor/binding-index.ts:60