pamoja for TypeScript - v0.1.17
    Preparing search index...

    Interface Reaction

    What a controller decided about one reading.

    interface Reaction {
        actuator?: boolean;
        alert?: profile.AlertReport;
    }
    Index
    actuator?: boolean

    The setting the output should take, or null when the profile observes rather than controls.

    The alert the reading raised, or null if it crossed nothing.