@camstack/ui-library 1.1.24 → 1.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/system-hooks.d.ts +12 -0
- package/dist/index.cjs +315 -175
- package/dist/index.js +310 -176
- package/package.json +1 -1
|
@@ -293,6 +293,12 @@ export declare const useCoverSetPosition: typeof trpc.cover.setPosition.useMutat
|
|
|
293
293
|
export declare const useCoverSetTiltPosition: typeof trpc.cover.setTiltPosition.useMutation;
|
|
294
294
|
/** Generated alias around `trpc.cover.getStatus.useQuery`. */
|
|
295
295
|
export declare const useCoverGetStatus: typeof trpc.cover.getStatus.useQuery;
|
|
296
|
+
/** Generated alias around `trpc.dayNight.getOptions.useQuery`. */
|
|
297
|
+
export declare const useDayNightGetOptions: typeof trpc.dayNight.getOptions.useQuery;
|
|
298
|
+
/** Generated alias around `trpc.dayNight.setSettings.useMutation`. */
|
|
299
|
+
export declare const useDayNightSetSettings: typeof trpc.dayNight.setSettings.useMutation;
|
|
300
|
+
/** Generated alias around `trpc.dayNight.getStatus.useQuery`. */
|
|
301
|
+
export declare const useDayNightGetStatus: typeof trpc.dayNight.getStatus.useQuery;
|
|
296
302
|
/** Generated alias around `trpc.decoder.supportsCodec.useQuery`. */
|
|
297
303
|
export declare const useDecoderSupportsCodec: typeof trpc.decoder.supportsCodec.useQuery;
|
|
298
304
|
/** Generated alias around `trpc.decoder.getInfo.useQuery`. */
|
|
@@ -629,6 +635,12 @@ export declare const useHumidifierGetStatus: typeof trpc.humidifier.getStatus.us
|
|
|
629
635
|
export declare const useHumiditySensorGetStatus: typeof trpc.humiditySensor.getStatus.useQuery;
|
|
630
636
|
/** Generated alias around `trpc.image.getStatus.useQuery`. */
|
|
631
637
|
export declare const useImageGetStatus: typeof trpc.image.getStatus.useQuery;
|
|
638
|
+
/** Generated alias around `trpc.imageSettings.getOptions.useQuery`. */
|
|
639
|
+
export declare const useImageSettingsGetOptions: typeof trpc.imageSettings.getOptions.useQuery;
|
|
640
|
+
/** Generated alias around `trpc.imageSettings.setSettings.useMutation`. */
|
|
641
|
+
export declare const useImageSettingsSetSettings: typeof trpc.imageSettings.setSettings.useMutation;
|
|
642
|
+
/** Generated alias around `trpc.imageSettings.getStatus.useQuery`. */
|
|
643
|
+
export declare const useImageSettingsGetStatus: typeof trpc.imageSettings.getStatus.useQuery;
|
|
632
644
|
/** Generated alias around `trpc.integrations.list.useQuery`. */
|
|
633
645
|
export declare const useIntegrationsList: typeof trpc.integrations.list.useQuery;
|
|
634
646
|
/** Generated alias around `trpc.integrations.get.useQuery`. */
|