import { z } from 'zod'; /** * The shape of the model inside the application code - what the users use */ export declare const actionGet: z.ZodObject<{ type_: z.ZodOptional; id: z.ZodOptional; idV1: z.ZodOptional; owner: z.ZodOptional; rtype: z.ZodOptional>; }, "strip", z.ZodTypeAny, { rid?: string | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; }, { rid?: string | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; }>>; target: z.ZodOptional; rtype: z.ZodOptional>; }, "strip", z.ZodTypeAny, { rid?: string | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; }, { rid?: string | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; }>>; action: z.ZodOptional; }, "strip", z.ZodTypeAny, { on1?: boolean | undefined; }, { on1?: boolean | undefined; }>>; dimming: z.ZodOptional; }, "strip", z.ZodTypeAny, { brightness?: number | undefined; }, { brightness?: number | undefined; }>>; color: z.ZodOptional; y: z.ZodOptional; }, "strip", z.ZodTypeAny, { x?: number | undefined; y?: number | undefined; }, { x?: number | undefined; y?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }, { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }>>; colorTemperature: z.ZodOptional; }, "strip", z.ZodTypeAny, { mirek?: number | undefined; }, { mirek?: number | undefined; }>>; gradient: z.ZodOptional; y: z.ZodOptional; }, "strip", z.ZodTypeAny, { x?: number | undefined; y?: number | undefined; }, { x?: number | undefined; y?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }, { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }>, "many">>; mode: z.ZodOptional>; }, "strip", z.ZodTypeAny, { points?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }[] | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | undefined; }, { points?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }[] | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | undefined; }>>; effects: z.ZodOptional>; }, "strip", z.ZodTypeAny, { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; }, { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; }>>; }, "strip", z.ZodTypeAny, { on?: { on1?: boolean | undefined; } | undefined; dimming?: { brightness?: number | undefined; } | undefined; color?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; } | undefined; colorTemperature?: { mirek?: number | undefined; } | undefined; gradient?: { points?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }[] | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | undefined; } | undefined; effects?: { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; } | undefined; }, { on?: { on1?: boolean | undefined; } | undefined; dimming?: { brightness?: number | undefined; } | undefined; color?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; } | undefined; colorTemperature?: { mirek?: number | undefined; } | undefined; gradient?: { points?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }[] | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | undefined; } | undefined; effects?: { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; } | undefined; }>>; }, "strip", z.ZodTypeAny, { type_?: string | undefined; id?: string | undefined; idV1?: string | undefined; owner?: { rid?: string | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; } | undefined; target?: { rid?: string | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; } | undefined; action?: { on?: { on1?: boolean | undefined; } | undefined; dimming?: { brightness?: number | undefined; } | undefined; color?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; } | undefined; colorTemperature?: { mirek?: number | undefined; } | undefined; gradient?: { points?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }[] | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | undefined; } | undefined; effects?: { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; } | undefined; } | undefined; }, { type_?: string | undefined; id?: string | undefined; idV1?: string | undefined; owner?: { rid?: string | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; } | undefined; target?: { rid?: string | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; } | undefined; action?: { on?: { on1?: boolean | undefined; } | undefined; dimming?: { brightness?: number | undefined; } | undefined; color?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; } | undefined; colorTemperature?: { mirek?: number | undefined; } | undefined; gradient?: { points?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }[] | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | undefined; } | undefined; effects?: { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; } | undefined; } | undefined; }>; /** * * @typedef {ActionGet} actionGet * @property {string} - Type of the supported resources * @property {string} - Unique identifier representing a specific resource instance * @property {string} - Clip v1 resource identifier * @property {ResourceIdentifier} * @property {ResourceIdentifier} * @property {ActionGetAction} - The action to be executed on recall */ export type ActionGet = z.infer; /** * The shape of the model mapping from the api schema into the application shape. * Is equal to application shape if all property names match the api schema */ export declare const actionGetResponse: z.ZodEffects; id: z.ZodOptional; id_v1: z.ZodOptional; owner: z.ZodOptional; rtype: z.ZodOptional>; }, "strip", z.ZodTypeAny, { rid?: string | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; }, { rid?: string | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; }>, { rid: string | undefined; rtype: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; }, { rid?: string | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; }>>; target: z.ZodOptional; rtype: z.ZodOptional>; }, "strip", z.ZodTypeAny, { rid?: string | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; }, { rid?: string | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; }>, { rid: string | undefined; rtype: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; }, { rid?: string | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; }>>; action: z.ZodOptional; }, "strip", z.ZodTypeAny, { on?: boolean | undefined; }, { on?: boolean | undefined; }>, { on1: boolean | undefined; }, { on?: boolean | undefined; }>>; dimming: z.ZodOptional; }, "strip", z.ZodTypeAny, { brightness?: number | undefined; }, { brightness?: number | undefined; }>, { brightness: number | undefined; }, { brightness?: number | undefined; }>>; color: z.ZodOptional; y: z.ZodOptional; }, "strip", z.ZodTypeAny, { x?: number | undefined; y?: number | undefined; }, { x?: number | undefined; y?: number | undefined; }>, { x: number | undefined; y: number | undefined; }, { x?: number | undefined; y?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { xy?: { x: number | undefined; y: number | undefined; } | undefined; }, { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }>, { xy: { x: number | undefined; y: number | undefined; } | undefined; }, { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }>>; color_temperature: z.ZodOptional; }, "strip", z.ZodTypeAny, { mirek?: number | undefined; }, { mirek?: number | undefined; }>, { mirek: number | undefined; }, { mirek?: number | undefined; }>>; gradient: z.ZodOptional; y: z.ZodOptional; }, "strip", z.ZodTypeAny, { x?: number | undefined; y?: number | undefined; }, { x?: number | undefined; y?: number | undefined; }>, { x: number | undefined; y: number | undefined; }, { x?: number | undefined; y?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { xy?: { x: number | undefined; y: number | undefined; } | undefined; }, { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }>, { xy: { x: number | undefined; y: number | undefined; } | undefined; }, { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }>, "many">>; mode: z.ZodOptional>; }, "strip", z.ZodTypeAny, { points?: { xy: { x: number | undefined; y: number | undefined; } | undefined; }[] | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | undefined; }, { points?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }[] | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | undefined; }>, { points: { xy: { x: number | undefined; y: number | undefined; } | undefined; }[] | undefined; mode: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | undefined; }, { points?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }[] | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | undefined; }>>; effects: z.ZodOptional>; }, "strip", z.ZodTypeAny, { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; }, { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; }>, { effect: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; }, { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; }>>; }, "strip", z.ZodTypeAny, { on?: { on1: boolean | undefined; } | undefined; dimming?: { brightness: number | undefined; } | undefined; color?: { xy: { x: number | undefined; y: number | undefined; } | undefined; } | undefined; color_temperature?: { mirek: number | undefined; } | undefined; gradient?: { points: { xy: { x: number | undefined; y: number | undefined; } | undefined; }[] | undefined; mode: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | undefined; } | undefined; effects?: { effect: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; } | undefined; }, { on?: { on?: boolean | undefined; } | undefined; dimming?: { brightness?: number | undefined; } | undefined; color?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; } | undefined; color_temperature?: { mirek?: number | undefined; } | undefined; gradient?: { points?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }[] | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | undefined; } | undefined; effects?: { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; } | undefined; }>, { on: { on1: boolean | undefined; } | undefined; dimming: { brightness: number | undefined; } | undefined; color: { xy: { x: number | undefined; y: number | undefined; } | undefined; } | undefined; colorTemperature: { mirek: number | undefined; } | undefined; gradient: { points: { xy: { x: number | undefined; y: number | undefined; } | undefined; }[] | undefined; mode: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | undefined; } | undefined; effects: { effect: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; } | undefined; }, { on?: { on?: boolean | undefined; } | undefined; dimming?: { brightness?: number | undefined; } | undefined; color?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; } | undefined; color_temperature?: { mirek?: number | undefined; } | undefined; gradient?: { points?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }[] | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | undefined; } | undefined; effects?: { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; } | undefined; }>>; }, "strip", z.ZodTypeAny, { type?: string | undefined; id?: string | undefined; id_v1?: string | undefined; owner?: { rid: string | undefined; rtype: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; } | undefined; target?: { rid: string | undefined; rtype: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; } | undefined; action?: { on: { on1: boolean | undefined; } | undefined; dimming: { brightness: number | undefined; } | undefined; color: { xy: { x: number | undefined; y: number | undefined; } | undefined; } | undefined; colorTemperature: { mirek: number | undefined; } | undefined; gradient: { points: { xy: { x: number | undefined; y: number | undefined; } | undefined; }[] | undefined; mode: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | undefined; } | undefined; effects: { effect: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; } | undefined; } | undefined; }, { type?: string | undefined; id?: string | undefined; id_v1?: string | undefined; owner?: { rid?: string | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; } | undefined; target?: { rid?: string | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; } | undefined; action?: { on?: { on?: boolean | undefined; } | undefined; dimming?: { brightness?: number | undefined; } | undefined; color?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; } | undefined; color_temperature?: { mirek?: number | undefined; } | undefined; gradient?: { points?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }[] | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | undefined; } | undefined; effects?: { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; } | undefined; } | undefined; }>, { type_: string | undefined; id: string | undefined; idV1: string | undefined; owner: { rid: string | undefined; rtype: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; } | undefined; target: { rid: string | undefined; rtype: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; } | undefined; action: { on: { on1: boolean | undefined; } | undefined; dimming: { brightness: number | undefined; } | undefined; color: { xy: { x: number | undefined; y: number | undefined; } | undefined; } | undefined; colorTemperature: { mirek: number | undefined; } | undefined; gradient: { points: { xy: { x: number | undefined; y: number | undefined; } | undefined; }[] | undefined; mode: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | undefined; } | undefined; effects: { effect: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; } | undefined; } | undefined; }, { type?: string | undefined; id?: string | undefined; id_v1?: string | undefined; owner?: { rid?: string | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; } | undefined; target?: { rid?: string | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | undefined; } | undefined; action?: { on?: { on?: boolean | undefined; } | undefined; dimming?: { brightness?: number | undefined; } | undefined; color?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; } | undefined; color_temperature?: { mirek?: number | undefined; } | undefined; gradient?: { points?: { xy?: { x?: number | undefined; y?: number | undefined; } | undefined; }[] | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | undefined; } | undefined; effects?: { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; } | undefined; } | undefined; }>; /** * The shape of the model mapping from the application shape into the api schema. * Is equal to application shape if all property names match the api schema */ export declare const actionGetRequest: z.ZodEffects>; id: z.ZodOptional>; idV1: z.ZodOptional>; owner: z.ZodOptional>; rtype: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { rid?: string | null | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | null | undefined; }, { rid?: string | null | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | null | undefined; }>, { rid: string | null | undefined; rtype: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | null | undefined; }, { rid?: string | null | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | null | undefined; }>>>; target: z.ZodOptional>; rtype: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { rid?: string | null | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | null | undefined; }, { rid?: string | null | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | null | undefined; }>, { rid: string | null | undefined; rtype: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | null | undefined; }, { rid?: string | null | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | null | undefined; }>>>; action: z.ZodOptional>; }, "strip", z.ZodTypeAny, { on1?: boolean | null | undefined; }, { on1?: boolean | null | undefined; }>, { on: boolean | null | undefined; }, { on1?: boolean | null | undefined; }>>>; dimming: z.ZodOptional>; }, "strip", z.ZodTypeAny, { brightness?: number | null | undefined; }, { brightness?: number | null | undefined; }>, { brightness: number | null | undefined; }, { brightness?: number | null | undefined; }>>>; color: z.ZodOptional>; y: z.ZodOptional>; }, "strip", z.ZodTypeAny, { x?: number | null | undefined; y?: number | null | undefined; }, { x?: number | null | undefined; y?: number | null | undefined; }>, { x: number | null | undefined; y: number | null | undefined; }, { x?: number | null | undefined; y?: number | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { xy?: { x: number | null | undefined; y: number | null | undefined; } | null | undefined; }, { xy?: { x?: number | null | undefined; y?: number | null | undefined; } | null | undefined; }>, { xy: { x: number | null | undefined; y: number | null | undefined; } | null | undefined; }, { xy?: { x?: number | null | undefined; y?: number | null | undefined; } | null | undefined; }>>>; colorTemperature: z.ZodOptional>; }, "strip", z.ZodTypeAny, { mirek?: number | null | undefined; }, { mirek?: number | null | undefined; }>, { mirek: number | null | undefined; }, { mirek?: number | null | undefined; }>>>; gradient: z.ZodOptional>; y: z.ZodOptional>; }, "strip", z.ZodTypeAny, { x?: number | null | undefined; y?: number | null | undefined; }, { x?: number | null | undefined; y?: number | null | undefined; }>, { x: number | null | undefined; y: number | null | undefined; }, { x?: number | null | undefined; y?: number | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { xy?: { x: number | null | undefined; y: number | null | undefined; } | null | undefined; }, { xy?: { x?: number | null | undefined; y?: number | null | undefined; } | null | undefined; }>, { xy: { x: number | null | undefined; y: number | null | undefined; } | null | undefined; }, { xy?: { x?: number | null | undefined; y?: number | null | undefined; } | null | undefined; }>, "many">>>; mode: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { points?: { xy: { x: number | null | undefined; y: number | null | undefined; } | null | undefined; }[] | null | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | null | undefined; }, { points?: { xy?: { x?: number | null | undefined; y?: number | null | undefined; } | null | undefined; }[] | null | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | null | undefined; }>, { points: { xy: { x: number | null | undefined; y: number | null | undefined; } | null | undefined; }[] | null | undefined; mode: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | null | undefined; }, { points?: { xy?: { x?: number | null | undefined; y?: number | null | undefined; } | null | undefined; }[] | null | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | null | undefined; }>>>; effects: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | null | undefined; }, { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | null | undefined; }>, { /** * The shape of the model mapping from the api schema into the application shape. * Is equal to application shape if all property names match the api schema */ effect: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | null | undefined; }, { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { on?: { on: boolean | null | undefined; } | null | undefined; dimming?: { brightness: number | null | undefined; } | null | undefined; color?: { xy: { x: number | null | undefined; y: number | null | undefined; } | null | undefined; } | null | undefined; colorTemperature?: { mirek: number | null | undefined; } | null | undefined; gradient?: { points: { xy: { x: number | null | undefined; y: number | null | undefined; } | null | undefined; }[] | null | undefined; mode: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | null | undefined; } | null | undefined; effects?: { /** * The shape of the model mapping from the api schema into the application shape. * Is equal to application shape if all property names match the api schema */ effect: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | null | undefined; } | null | undefined; }, { on?: { on1?: boolean | null | undefined; } | null | undefined; dimming?: { brightness?: number | null | undefined; } | null | undefined; color?: { xy?: { x?: number | null | undefined; y?: number | null | undefined; } | null | undefined; } | null | undefined; colorTemperature?: { mirek?: number | null | undefined; } | null | undefined; gradient?: { points?: { xy?: { x?: number | null | undefined; y?: number | null | undefined; } | null | undefined; }[] | null | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | null | undefined; } | null | undefined; effects?: { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | null | undefined; } | null | undefined; }>, { on: { on: boolean | null | undefined; } | null | undefined; dimming: { brightness: number | null | undefined; } | null | undefined; color: { xy: { x: number | null | undefined; y: number | null | undefined; } | null | undefined; } | null | undefined; color_temperature: { mirek: number | null | undefined; } | null | undefined; gradient: { points: { xy: { x: number | null | undefined; y: number | null | undefined; } | null | undefined; }[] | null | undefined; mode: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | null | undefined; } | null | undefined; effects: { /** * The shape of the model mapping from the api schema into the application shape. * Is equal to application shape if all property names match the api schema */ effect: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | null | undefined; } | null | undefined; }, { on?: { on1?: boolean | null | undefined; } | null | undefined; dimming?: { brightness?: number | null | undefined; } | null | undefined; color?: { xy?: { x?: number | null | undefined; y?: number | null | undefined; } | null | undefined; } | null | undefined; colorTemperature?: { mirek?: number | null | undefined; } | null | undefined; gradient?: { points?: { xy?: { x?: number | null | undefined; y?: number | null | undefined; } | null | undefined; }[] | null | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | null | undefined; } | null | undefined; effects?: { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | null | undefined; } | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { type_?: string | null | undefined; id?: string | null | undefined; idV1?: string | null | undefined; owner?: { rid: string | null | undefined; rtype: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | null | undefined; } | null | undefined; target?: { rid: string | null | undefined; rtype: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | null | undefined; } | null | undefined; action?: { on: { on: boolean | null | undefined; } | null | undefined; dimming: { brightness: number | null | undefined; } | null | undefined; color: { xy: { x: number | null | undefined; y: number | null | undefined; } | null | undefined; } | null | undefined; color_temperature: { mirek: number | null | undefined; } | null | undefined; gradient: { points: { xy: { x: number | null | undefined; y: number | null | undefined; } | null | undefined; }[] | null | undefined; mode: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | null | undefined; } | null | undefined; effects: { /** * The shape of the model mapping from the api schema into the application shape. * Is equal to application shape if all property names match the api schema */ effect: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | null | undefined; } | null | undefined; } | null | undefined; }, { type_?: string | null | undefined; id?: string | null | undefined; idV1?: string | null | undefined; owner?: { rid?: string | null | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | null | undefined; } | null | undefined; target?: { rid?: string | null | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | null | undefined; } | null | undefined; action?: { on?: { on1?: boolean | null | undefined; } | null | undefined; dimming?: { brightness?: number | null | undefined; } | null | undefined; color?: { xy?: { x?: number | null | undefined; y?: number | null | undefined; } | null | undefined; } | null | undefined; colorTemperature?: { mirek?: number | null | undefined; } | null | undefined; gradient?: { points?: { xy?: { x?: number | null | undefined; y?: number | null | undefined; } | null | undefined; }[] | null | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | null | undefined; } | null | undefined; effects?: { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | null | undefined; } | null | undefined; } | null | undefined; }>, { type: string | null | undefined; id: string | null | undefined; id_v1: string | null | undefined; owner: { rid: string | null | undefined; rtype: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | null | undefined; } | null | undefined; target: { rid: string | null | undefined; rtype: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | null | undefined; } | null | undefined; action: { on: { on: boolean | null | undefined; } | null | undefined; dimming: { brightness: number | null | undefined; } | null | undefined; color: { xy: { x: number | null | undefined; y: number | null | undefined; } | null | undefined; } | null | undefined; color_temperature: { mirek: number | null | undefined; } | null | undefined; gradient: { points: { xy: { x: number | null | undefined; y: number | null | undefined; } | null | undefined; }[] | null | undefined; mode: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | null | undefined; } | null | undefined; effects: { /** * The shape of the model mapping from the api schema into the application shape. * Is equal to application shape if all property names match the api schema */ effect: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | null | undefined; } | null | undefined; } | null | undefined; }, { type_?: string | null | undefined; id?: string | null | undefined; idV1?: string | null | undefined; owner?: { rid?: string | null | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | null | undefined; } | null | undefined; target?: { rid?: string | null | undefined; rtype?: "device" | "bridge_home" | "room" | "zone" | "light" | "button" | "relative_rotary" | "temperature" | "light_level" | "motion" | "camera_motion" | "entertainment" | "contact" | "tamper" | "grouped_light" | "device_power" | "zigbee_bridge_connectivity" | "zigbee_connectivity" | "zgp_connectivity" | "bridge" | "zigbee_device_discovery" | "homekit" | "matter" | "matter_fabric" | "scene" | "entertainment_configuration" | "public_image" | "auth_v1" | "behavior_script" | "behavior_instance" | "geofence" | "geofence_client" | "geolocation" | "smart_scene" | null | undefined; } | null | undefined; action?: { on?: { on1?: boolean | null | undefined; } | null | undefined; dimming?: { brightness?: number | null | undefined; } | null | undefined; color?: { xy?: { x?: number | null | undefined; y?: number | null | undefined; } | null | undefined; } | null | undefined; colorTemperature?: { mirek?: number | null | undefined; } | null | undefined; gradient?: { points?: { xy?: { x?: number | null | undefined; y?: number | null | undefined; } | null | undefined; }[] | null | undefined; mode?: "interpolated_palette" | "interpolated_palette_mirrored" | "random_pixelated" | null | undefined; } | null | undefined; effects?: { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | null | undefined; } | null | undefined; } | null | undefined; }>; //# sourceMappingURL=action-get.d.ts.map