Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SystemEvent

import type { SystemEvent } from "https://aws-api.deno.dev/v0.4/services/ioteventsdata.ts?docs=full";

Contains information about alarm state changes.

interface SystemEvent {
eventType?: EventType | null;
stateChangeConfiguration?: StateChangeConfiguration | null;
}

§Properties

§
eventType?: EventType | null
[src]

The event type. If the value is STATE_CHANGE, the event contains information about alarm state changes.

§
stateChangeConfiguration?: StateChangeConfiguration | null
[src]

Contains the configuration information of alarm state changes.