Interface deviceWebhookContext

interface deviceWebhookContext {
    deviceMac: string;
    deviceType: string;
    timeOfSample: number;
}

Properties

deviceMac: string
deviceType: string
timeOfSample: number