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

DeviceEvent

import type { DeviceEvent } from "https://aws-api.deno.dev/v0.3/services/alexaforbusiness.ts?docs=full";

The list of device events.

interface DeviceEvent {
Timestamp?: Date | number | null;
Type?: DeviceEventType | null;
Value?: string | null;
}

§Properties

§
Timestamp?: Date | number | null
[src]

The time (in epoch) when the event occurred.

§
Type?: DeviceEventType | null
[src]

The type of device event.

§
Value?: string | null
[src]

The value of the event.