interface PushcutNodeParameters {
additionalFields?: {
devices?: unknown[];
input?: string;
text?: string;
title?: string;
};
notificationName?: string;
operation?: "send";
resource?: "notification";
}Properties§
§§§
readonly additional Fields?: { ... }§
readonly notification Name?: stringChoose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getNotifications"}
readonly operation?: "send"Default: "send"
readonly resource?: "notification"Default: "notification"
Default: {}