hacifootprint

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?

readonly optional blocked?: BlockedBy

Defined in: src/sensor/binding-index.ts:64

Present only when unwatched — which of the three walls it hit.


edge

readonly edge: string

Defined in: src/sensor/binding-index.ts:59


reason?

readonly optional reason?: string

Defined in: src/sensor/binding-index.ts:62

Present only when unwatched — the plain sentence saying why, and what to do.


status

readonly status: "unwatched" | "watching"

Defined in: src/sensor/binding-index.ts:60

On this page