diff --git a/web/src/types/trigger.ts b/web/src/types/trigger.ts index f2874878e..acf58da76 100644 --- a/web/src/types/trigger.ts +++ b/web/src/types/trigger.ts @@ -1,5 +1,5 @@ export type TriggerType = "thumbnail" | "description"; -export type TriggerAction = "notification"; +export type TriggerAction = "notification" | "sub_label" | "attribute"; export type Trigger = { enabled: boolean;