Type Alias stripLightWebhookContext

stripLightWebhookContext: deviceWebhookContext & {
    brightness: number;
    color: string;
    powerState: "ON" | "OFF";
}