@camstack/ui-library 0.1.56 → 0.1.58
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/composites/battery-badge.d.ts +3 -0
- package/dist/composites/camera-stream-player.d.ts +101 -1
- package/dist/composites/cap-settings/ConsumablesPanel.d.ts +2 -0
- package/dist/composites/cap-settings/CoverageTrack.d.ts +12 -0
- package/dist/composites/cap-settings/EventBucketStrip.d.ts +25 -0
- package/dist/composites/cap-settings/EventHeatmap.d.ts +10 -0
- package/dist/composites/cap-settings/MaskShapeCanvas.d.ts +48 -0
- package/dist/composites/cap-settings/MotionZonesSettings.d.ts +1 -1
- package/dist/composites/cap-settings/PrivacyMaskSettings.d.ts +2 -0
- package/dist/composites/cap-settings/RecordingPanel.d.ts +2 -0
- package/dist/composites/cap-settings/RecordingRulesEditor.d.ts +7 -0
- package/dist/composites/cap-settings/RecordingSettings.d.ts +8 -0
- package/dist/composites/cap-settings/RecordingTimeline.d.ts +5 -0
- package/dist/composites/cap-settings/TimelineControls.d.ts +21 -0
- package/dist/composites/cap-settings/event-thumb.d.ts +11 -0
- package/dist/composites/cap-settings/index.d.ts +7 -0
- package/dist/composites/cap-settings/recording-config-form.d.ts +5 -0
- package/dist/composites/cap-settings/recording-spans.d.ts +22 -0
- package/dist/composites/cap-settings/recording-timeline-model.d.ts +84 -0
- package/dist/composites/device-activity-panel.d.ts +5 -1
- package/dist/composites/device-controls/alarm-hero-card.d.ts +24 -0
- package/dist/composites/device-controls/atoms.d.ts +81 -0
- package/dist/composites/device-controls/brightness-panel.d.ts +3 -0
- package/dist/composites/device-controls/button-control.d.ts +18 -0
- package/dist/composites/device-controls/climate-panel.d.ts +16 -0
- package/dist/composites/device-controls/container-primary-hero.d.ts +24 -0
- package/dist/composites/device-controls/container-primary.d.ts +46 -0
- package/dist/composites/device-controls/control-panel.d.ts +10 -0
- package/dist/composites/device-controls/control-registry.d.ts +74 -0
- package/dist/composites/device-controls/cover-hero-card.d.ts +27 -0
- package/dist/composites/device-controls/cover-inline.d.ts +27 -0
- package/dist/composites/device-controls/cover-panel.d.ts +3 -0
- package/dist/composites/device-controls/dummy-hero-card.d.ts +6 -0
- package/dist/composites/device-controls/fan-hero-card.d.ts +21 -0
- package/dist/composites/device-controls/fan-panel.d.ts +3 -0
- package/dist/composites/device-controls/humidifier-control.d.ts +37 -0
- package/dist/composites/device-controls/image-control.d.ts +24 -0
- package/dist/composites/device-controls/index.d.ts +33 -0
- package/dist/composites/device-controls/lawn-mower-control.d.ts +24 -0
- package/dist/composites/device-controls/light-hero-card.d.ts +16 -0
- package/dist/composites/device-controls/lock-hero-card.d.ts +15 -0
- package/dist/composites/device-controls/lock-panel.d.ts +3 -0
- package/dist/composites/device-controls/media-player-hero-card.d.ts +17 -0
- package/dist/composites/device-controls/media-player-panel.d.ts +9 -0
- package/dist/composites/device-controls/offline-badge.d.ts +11 -0
- package/dist/composites/device-controls/panel-controls.d.ts +17 -0
- package/dist/composites/device-controls/popover-row-action.d.ts +9 -0
- package/dist/composites/device-controls/primary-child.d.ts +18 -0
- package/dist/composites/device-controls/radial-gauge.d.ts +20 -0
- package/dist/composites/device-controls/sensor-hero-card.d.ts +10 -0
- package/dist/composites/device-controls/sensor-inline-control.d.ts +11 -0
- package/dist/composites/device-controls/sensor-value-atom.d.ts +106 -0
- package/dist/composites/device-controls/switch-hero-card.d.ts +13 -0
- package/dist/composites/device-controls/switch-panel.d.ts +3 -0
- package/dist/composites/device-controls/tap-toggle.d.ts +17 -0
- package/dist/composites/device-controls/thermostat-hero-card.d.ts +17 -0
- package/dist/composites/device-controls/types.d.ts +17 -0
- package/dist/composites/device-controls/update-control.d.ts +11 -0
- package/dist/composites/device-controls/vacuum-control.d.ts +36 -0
- package/dist/composites/device-controls/valve-control.d.ts +46 -0
- package/dist/composites/device-controls/water-heater-control.d.ts +41 -0
- package/dist/composites/device-controls/weather-control.d.ts +41 -0
- package/dist/composites/device-export-panel.d.ts +8 -1
- package/dist/composites/device-item/actions.d.ts +12 -1
- package/dist/composites/device-item/child-layout.d.ts +32 -0
- package/dist/composites/device-item/child-section-accordion.d.ts +9 -0
- package/dist/composites/device-item/container-children-context.d.ts +15 -0
- package/dist/composites/device-item/device-delete-action.d.ts +8 -0
- package/dist/composites/device-item/header.d.ts +8 -1
- package/dist/composites/device-item/helpers.d.ts +117 -2
- package/dist/composites/device-item/index.d.ts +4 -0
- package/dist/composites/device-item/preview.d.ts +3 -3
- package/dist/composites/device-item/reboot-quick-action.d.ts +9 -0
- package/dist/composites/device-item/status-dot.d.ts +4 -1
- package/dist/composites/device-list/batch-actions-bar.d.ts +15 -0
- package/dist/composites/device-list/batch-toolbar.d.ts +15 -0
- package/dist/composites/device-list/cards-layout.d.ts +18 -0
- package/dist/composites/device-list/columns.d.ts +68 -0
- package/dist/composites/device-list/device-mode.d.ts +115 -0
- package/dist/composites/device-list/filter-chips.d.ts +24 -13
- package/dist/composites/device-list/fuzzy-match.d.ts +27 -0
- package/dist/composites/device-list/generic-mode.d.ts +81 -0
- package/dist/composites/device-list/group.d.ts +19 -0
- package/dist/composites/device-list/hardware-cell.d.ts +7 -0
- package/dist/composites/device-list/hardware.d.ts +26 -0
- package/dist/composites/device-list/icon-action.d.ts +17 -0
- package/dist/composites/device-list/index.d.ts +23 -30
- package/dist/composites/device-list/multi-select.d.ts +22 -0
- package/dist/composites/device-list/sort.d.ts +18 -0
- package/dist/composites/device-list/sortable-header.d.ts +10 -0
- package/dist/composites/device-list/table-layout.d.ts +25 -0
- package/dist/composites/device-list/type-filter.d.ts +19 -0
- package/dist/composites/device-list/url-state.d.ts +14 -4
- package/dist/composites/device-meta.d.ts +38 -0
- package/dist/composites/discovery-panel.d.ts +3 -3
- package/dist/composites/hls-quality.d.ts +35 -0
- package/dist/composites/hls-video.d.ts +26 -0
- package/dist/composites/hover-zoom-image.d.ts +18 -0
- package/dist/composites/index.d.ts +13 -2
- package/dist/composites/log-stream-scroll.d.ts +32 -0
- package/dist/composites/log-stream.d.ts +8 -1
- package/dist/composites/stream-panel.d.ts +60 -9
- package/dist/composites/timezone-selector.d.ts +18 -0
- package/dist/composites/widget-panel.d.ts +28 -0
- package/dist/contexts/vod-playback.d.ts +17 -0
- package/dist/generated/system-hooks.d.ts +358 -56
- package/dist/hooks/index.d.ts +6 -0
- package/dist/hooks/use-device-cap-slice.d.ts +19 -0
- package/dist/hooks/use-device-capability.d.ts +12 -0
- package/dist/hooks/use-device-list-page-size.d.ts +14 -0
- package/dist/hooks/use-device-webrtc.d.ts +101 -4
- package/dist/hooks/use-optimistic-slice.d.ts +11 -0
- package/dist/index.cjs +53123 -9819
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +52791 -9767
- package/dist/index.js.map +1 -1
- package/dist/lib/cap-error.d.ts +41 -0
- package/dist/lib/format-control-datetime.d.ts +18 -0
- package/dist/lib/format-last-seen.d.ts +12 -0
- package/dist/lib/format-numeric.d.ts +9 -0
- package/dist/lib/index.d.ts +4 -0
- package/dist/primitives/dialog.d.ts +13 -0
- package/dist/primitives/tooltip.d.ts +9 -3
- package/package.json +3 -1
- package/dist/composites/cap-settings/MotionGridCanvas.d.ts +0 -9
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { trpc } from '../trpc-react.js';
|
|
2
|
+
/** Generated alias around `trpc.accessories.setChildHidden.useMutation`. */
|
|
3
|
+
export declare const useAccessoriesSetChildHidden: typeof trpc.accessories.setChildHidden.useMutation;
|
|
2
4
|
/** Generated alias around `trpc.accessories.getStatus.useQuery`. */
|
|
3
5
|
export declare const useAccessoriesGetStatus: typeof trpc.accessories.getStatus.useQuery;
|
|
4
6
|
/** Generated alias around `trpc.addonPages.listPages.useQuery`. */
|
|
@@ -43,6 +45,14 @@ export declare const useAddonsListCapabilityProviders: typeof trpc.addons.listCa
|
|
|
43
45
|
export declare const useAddonsSetCapabilityProviderEnabled: typeof trpc.addons.setCapabilityProviderEnabled.useMutation;
|
|
44
46
|
/** Generated alias around `trpc.addons.updateFrameworkPackage.useMutation`. */
|
|
45
47
|
export declare const useAddonsUpdateFrameworkPackage: typeof trpc.addons.updateFrameworkPackage.useMutation;
|
|
48
|
+
/** Generated alias around `trpc.addons.startBulkUpdate.useMutation`. */
|
|
49
|
+
export declare const useAddonsStartBulkUpdate: typeof trpc.addons.startBulkUpdate.useMutation;
|
|
50
|
+
/** Generated alias around `trpc.addons.getBulkUpdateState.useQuery`. */
|
|
51
|
+
export declare const useAddonsGetBulkUpdateState: typeof trpc.addons.getBulkUpdateState.useQuery;
|
|
52
|
+
/** Generated alias around `trpc.addons.cancelBulkUpdate.useMutation`. */
|
|
53
|
+
export declare const useAddonsCancelBulkUpdate: typeof trpc.addons.cancelBulkUpdate.useMutation;
|
|
54
|
+
/** Generated alias around `trpc.addons.listActiveBulkUpdates.useQuery`. */
|
|
55
|
+
export declare const useAddonsListActiveBulkUpdates: typeof trpc.addons.listActiveBulkUpdates.useQuery;
|
|
46
56
|
/** Generated alias around `trpc.addons.getVersions.useQuery`. */
|
|
47
57
|
export declare const useAddonsGetVersions: typeof trpc.addons.getVersions.useQuery;
|
|
48
58
|
/** Generated alias around `trpc.addons.restartAddon.useMutation`. */
|
|
@@ -73,6 +83,16 @@ export declare const useAddonSettingsGetDeviceSettings: typeof trpc.addonSetting
|
|
|
73
83
|
export declare const useAddonSettingsUpdateDeviceSettings: typeof trpc.addonSettings.updateDeviceSettings.useMutation;
|
|
74
84
|
/** Generated alias around `trpc.addonWidgets.listWidgets.useQuery`. */
|
|
75
85
|
export declare const useAddonWidgetsListWidgets: typeof trpc.addonWidgets.listWidgets.useQuery;
|
|
86
|
+
/** Generated alias around `trpc.airQualitySensor.getStatus.useQuery`. */
|
|
87
|
+
export declare const useAirQualitySensorGetStatus: typeof trpc.airQualitySensor.getStatus.useQuery;
|
|
88
|
+
/** Generated alias around `trpc.alarmPanel.arm.useMutation`. */
|
|
89
|
+
export declare const useAlarmPanelArm: typeof trpc.alarmPanel.arm.useMutation;
|
|
90
|
+
/** Generated alias around `trpc.alarmPanel.disarm.useMutation`. */
|
|
91
|
+
export declare const useAlarmPanelDisarm: typeof trpc.alarmPanel.disarm.useMutation;
|
|
92
|
+
/** Generated alias around `trpc.alarmPanel.trigger.useMutation`. */
|
|
93
|
+
export declare const useAlarmPanelTrigger: typeof trpc.alarmPanel.trigger.useMutation;
|
|
94
|
+
/** Generated alias around `trpc.alarmPanel.getStatus.useQuery`. */
|
|
95
|
+
export declare const useAlarmPanelGetStatus: typeof trpc.alarmPanel.getStatus.useQuery;
|
|
76
96
|
/** Generated alias around `trpc.alerts.emit.useMutation`. */
|
|
77
97
|
export declare const useAlertsEmit: typeof trpc.alerts.emit.useMutation;
|
|
78
98
|
/** Generated alias around `trpc.alerts.update.useMutation`. */
|
|
@@ -87,6 +107,8 @@ export declare const useAlertsMarkRead: typeof trpc.alerts.markRead.useMutation;
|
|
|
87
107
|
export declare const useAlertsMarkAllRead: typeof trpc.alerts.markAllRead.useMutation;
|
|
88
108
|
/** Generated alias around `trpc.alerts.dismiss.useMutation`. */
|
|
89
109
|
export declare const useAlertsDismiss: typeof trpc.alerts.dismiss.useMutation;
|
|
110
|
+
/** Generated alias around `trpc.ambientLightSensor.getStatus.useQuery`. */
|
|
111
|
+
export declare const useAmbientLightSensorGetStatus: typeof trpc.ambientLightSensor.getStatus.useQuery;
|
|
90
112
|
/** Generated alias around `trpc.audioAnalysis.resolveDeviceSettings.useQuery`. */
|
|
91
113
|
export declare const useAudioAnalysisResolveDeviceSettings: typeof trpc.audioAnalysis.resolveDeviceSettings.useQuery;
|
|
92
114
|
/** Generated alias around `trpc.audioAnalysis.getDeviceSettingsContribution.useQuery`. */
|
|
@@ -131,6 +153,14 @@ export declare const useAudioCodecListActiveSessions: typeof trpc.audioCodec.lis
|
|
|
131
153
|
export declare const useAudioMetricsGetCurrentSnapshot: typeof trpc.audioMetrics.getCurrentSnapshot.useQuery;
|
|
132
154
|
/** Generated alias around `trpc.audioMetrics.getHistory.useQuery`. */
|
|
133
155
|
export declare const useAudioMetricsGetHistory: typeof trpc.audioMetrics.getHistory.useQuery;
|
|
156
|
+
/** Generated alias around `trpc.automationControl.enable.useMutation`. */
|
|
157
|
+
export declare const useAutomationControlEnable: typeof trpc.automationControl.enable.useMutation;
|
|
158
|
+
/** Generated alias around `trpc.automationControl.disable.useMutation`. */
|
|
159
|
+
export declare const useAutomationControlDisable: typeof trpc.automationControl.disable.useMutation;
|
|
160
|
+
/** Generated alias around `trpc.automationControl.trigger.useMutation`. */
|
|
161
|
+
export declare const useAutomationControlTrigger: typeof trpc.automationControl.trigger.useMutation;
|
|
162
|
+
/** Generated alias around `trpc.automationControl.getStatus.useQuery`. */
|
|
163
|
+
export declare const useAutomationControlGetStatus: typeof trpc.automationControl.getStatus.useQuery;
|
|
134
164
|
/** Generated alias around `trpc.backup.listDestinations.useQuery`. */
|
|
135
165
|
export declare const useBackupListDestinations: typeof trpc.backup.listDestinations.useQuery;
|
|
136
166
|
/** Generated alias around `trpc.backup.trigger.useMutation`. */
|
|
@@ -151,22 +181,114 @@ export declare const useBackupListArchives: typeof trpc.backup.listArchives.useQ
|
|
|
151
181
|
export declare const useBackupUpsertDestinationPolicy: typeof trpc.backup.upsertDestinationPolicy.useMutation;
|
|
152
182
|
/** Generated alias around `trpc.backup.previewSchedule.useQuery`. */
|
|
153
183
|
export declare const useBackupPreviewSchedule: typeof trpc.backup.previewSchedule.useQuery;
|
|
184
|
+
/** Generated alias around `trpc.battery.wakeForStream.useMutation`. */
|
|
185
|
+
export declare const useBatteryWakeForStream: typeof trpc.battery.wakeForStream.useMutation;
|
|
154
186
|
/** Generated alias around `trpc.battery.getStatus.useQuery`. */
|
|
155
187
|
export declare const useBatteryGetStatus: typeof trpc.battery.getStatus.useQuery;
|
|
188
|
+
/** Generated alias around `trpc.binary.getStatus.useQuery`. */
|
|
189
|
+
export declare const useBinaryGetStatus: typeof trpc.binary.getStatus.useQuery;
|
|
156
190
|
/** Generated alias around `trpc.brightness.setBrightness.useMutation`. */
|
|
157
191
|
export declare const useBrightnessSetBrightness: typeof trpc.brightness.setBrightness.useMutation;
|
|
158
192
|
/** Generated alias around `trpc.brightness.getStatus.useQuery`. */
|
|
159
193
|
export declare const useBrightnessGetStatus: typeof trpc.brightness.getStatus.useQuery;
|
|
194
|
+
/** Generated alias around `trpc.broker.list.useQuery`. */
|
|
195
|
+
export declare const useBrokerList: typeof trpc.broker.list.useQuery;
|
|
196
|
+
/** Generated alias around `trpc.broker.get.useQuery`. */
|
|
197
|
+
export declare const useBrokerGet: typeof trpc.broker.get.useQuery;
|
|
198
|
+
/** Generated alias around `trpc.broker.listProviders.useQuery`. */
|
|
199
|
+
export declare const useBrokerListProviders: typeof trpc.broker.listProviders.useQuery;
|
|
200
|
+
/** Generated alias around `trpc.broker.add.useMutation`. */
|
|
201
|
+
export declare const useBrokerAdd: typeof trpc.broker.add.useMutation;
|
|
202
|
+
/** Generated alias around `trpc.broker.remove.useMutation`. */
|
|
203
|
+
export declare const useBrokerRemove: typeof trpc.broker.remove.useMutation;
|
|
204
|
+
/** Generated alias around `trpc.broker.testConnection.useMutation`. */
|
|
205
|
+
export declare const useBrokerTestConnection: typeof trpc.broker.testConnection.useMutation;
|
|
206
|
+
/** Generated alias around `trpc.broker.getSettings.useQuery`. */
|
|
207
|
+
export declare const useBrokerGetSettings: typeof trpc.broker.getSettings.useQuery;
|
|
208
|
+
/** Generated alias around `trpc.broker.setSettings.useMutation`. */
|
|
209
|
+
export declare const useBrokerSetSettings: typeof trpc.broker.setSettings.useMutation;
|
|
210
|
+
/** Generated alias around `trpc.broker.getBrokerConfig.useQuery`. */
|
|
211
|
+
export declare const useBrokerGetBrokerConfig: typeof trpc.broker.getBrokerConfig.useQuery;
|
|
212
|
+
/** Generated alias around `trpc.broker.getSettingsSchema.useQuery`. */
|
|
213
|
+
export declare const useBrokerGetSettingsSchema: typeof trpc.broker.getSettingsSchema.useQuery;
|
|
214
|
+
/** Generated alias around `trpc.broker.testSettings.useMutation`. */
|
|
215
|
+
export declare const useBrokerTestSettings: typeof trpc.broker.testSettings.useMutation;
|
|
216
|
+
/** Generated alias around `trpc.broker.publish.useMutation`. */
|
|
217
|
+
export declare const useBrokerPublish: typeof trpc.broker.publish.useMutation;
|
|
218
|
+
/** Generated alias around `trpc.broker.subscribe.useMutation`. */
|
|
219
|
+
export declare const useBrokerSubscribe: typeof trpc.broker.subscribe.useMutation;
|
|
220
|
+
/** Generated alias around `trpc.broker.unsubscribe.useMutation`. */
|
|
221
|
+
export declare const useBrokerUnsubscribe: typeof trpc.broker.unsubscribe.useMutation;
|
|
222
|
+
/** Generated alias around `trpc.broker.getState.useQuery`. */
|
|
223
|
+
export declare const useBrokerGetState: typeof trpc.broker.getState.useQuery;
|
|
224
|
+
/** Generated alias around `trpc.broker.getStatus.useQuery`. */
|
|
225
|
+
export declare const useBrokerGetStatus: typeof trpc.broker.getStatus.useQuery;
|
|
226
|
+
/** Generated alias around `trpc.button.press.useMutation`. */
|
|
227
|
+
export declare const useButtonPress: typeof trpc.button.press.useMutation;
|
|
160
228
|
/** Generated alias around `trpc.cameraCredentials.getCredentials.useQuery`. */
|
|
161
229
|
export declare const useCameraCredentialsGetCredentials: typeof trpc.cameraCredentials.getCredentials.useQuery;
|
|
162
230
|
/** Generated alias around `trpc.cameraCredentials.getStatus.useQuery`. */
|
|
163
231
|
export declare const useCameraCredentialsGetStatus: typeof trpc.cameraCredentials.getStatus.useQuery;
|
|
232
|
+
/** Generated alias around `trpc.cameraPipelineConfig.getDeviceSettingsContribution.useQuery`. */
|
|
233
|
+
export declare const useCameraPipelineConfigGetDeviceSettingsContribution: typeof trpc.cameraPipelineConfig.getDeviceSettingsContribution.useQuery;
|
|
234
|
+
/** Generated alias around `trpc.cameraPipelineConfig.getDeviceLiveContribution.useQuery`. */
|
|
235
|
+
export declare const useCameraPipelineConfigGetDeviceLiveContribution: typeof trpc.cameraPipelineConfig.getDeviceLiveContribution.useQuery;
|
|
236
|
+
/** Generated alias around `trpc.cameraPipelineConfig.applyDeviceSettingsPatch.useMutation`. */
|
|
237
|
+
export declare const useCameraPipelineConfigApplyDeviceSettingsPatch: typeof trpc.cameraPipelineConfig.applyDeviceSettingsPatch.useMutation;
|
|
164
238
|
/** Generated alias around `trpc.cameraStreams.getCameraStreams.useQuery`. */
|
|
165
239
|
export declare const useCameraStreamsGetCameraStreams: typeof trpc.cameraStreams.getCameraStreams.useQuery;
|
|
166
240
|
/** Generated alias around `trpc.cameraStreams.getBrokerStreams.useQuery`. */
|
|
167
241
|
export declare const useCameraStreamsGetBrokerStreams: typeof trpc.cameraStreams.getBrokerStreams.useQuery;
|
|
168
242
|
/** Generated alias around `trpc.cameraStreams.getRtspEntries.useQuery`. */
|
|
169
243
|
export declare const useCameraStreamsGetRtspEntries: typeof trpc.cameraStreams.getRtspEntries.useQuery;
|
|
244
|
+
/** Generated alias around `trpc.cameraStreams.getProfileRtspEntries.useQuery`. */
|
|
245
|
+
export declare const useCameraStreamsGetProfileRtspEntries: typeof trpc.cameraStreams.getProfileRtspEntries.useQuery;
|
|
246
|
+
/** Generated alias around `trpc.cameraStreams.pickStream.useQuery`. */
|
|
247
|
+
export declare const useCameraStreamsPickStream: typeof trpc.cameraStreams.pickStream.useQuery;
|
|
248
|
+
/** Generated alias around `trpc.carbonMonoxide.getStatus.useQuery`. */
|
|
249
|
+
export declare const useCarbonMonoxideGetStatus: typeof trpc.carbonMonoxide.getStatus.useQuery;
|
|
250
|
+
/** Generated alias around `trpc.climateControl.setMode.useMutation`. */
|
|
251
|
+
export declare const useClimateControlSetMode: typeof trpc.climateControl.setMode.useMutation;
|
|
252
|
+
/** Generated alias around `trpc.climateControl.setFanMode.useMutation`. */
|
|
253
|
+
export declare const useClimateControlSetFanMode: typeof trpc.climateControl.setFanMode.useMutation;
|
|
254
|
+
/** Generated alias around `trpc.climateControl.setPreset.useMutation`. */
|
|
255
|
+
export declare const useClimateControlSetPreset: typeof trpc.climateControl.setPreset.useMutation;
|
|
256
|
+
/** Generated alias around `trpc.climateControl.setTarget.useMutation`. */
|
|
257
|
+
export declare const useClimateControlSetTarget: typeof trpc.climateControl.setTarget.useMutation;
|
|
258
|
+
/** Generated alias around `trpc.climateControl.setTargetRange.useMutation`. */
|
|
259
|
+
export declare const useClimateControlSetTargetRange: typeof trpc.climateControl.setTargetRange.useMutation;
|
|
260
|
+
/** Generated alias around `trpc.climateControl.setTargetHumidity.useMutation`. */
|
|
261
|
+
export declare const useClimateControlSetTargetHumidity: typeof trpc.climateControl.setTargetHumidity.useMutation;
|
|
262
|
+
/** Generated alias around `trpc.climateControl.getStatus.useQuery`. */
|
|
263
|
+
export declare const useClimateControlGetStatus: typeof trpc.climateControl.getStatus.useQuery;
|
|
264
|
+
/** Generated alias around `trpc.color.setColor.useMutation`. */
|
|
265
|
+
export declare const useColorSetColor: typeof trpc.color.setColor.useMutation;
|
|
266
|
+
/** Generated alias around `trpc.color.getStatus.useQuery`. */
|
|
267
|
+
export declare const useColorGetStatus: typeof trpc.color.getStatus.useQuery;
|
|
268
|
+
/** Generated alias around `trpc.connectivity.getStatus.useQuery`. */
|
|
269
|
+
export declare const useConnectivityGetStatus: typeof trpc.connectivity.getStatus.useQuery;
|
|
270
|
+
/** Generated alias around `trpc.consumables.reset.useMutation`. */
|
|
271
|
+
export declare const useConsumablesReset: typeof trpc.consumables.reset.useMutation;
|
|
272
|
+
/** Generated alias around `trpc.consumables.getStatus.useQuery`. */
|
|
273
|
+
export declare const useConsumablesGetStatus: typeof trpc.consumables.getStatus.useQuery;
|
|
274
|
+
/** Generated alias around `trpc.contact.getStatus.useQuery`. */
|
|
275
|
+
export declare const useContactGetStatus: typeof trpc.contact.getStatus.useQuery;
|
|
276
|
+
/** Generated alias around `trpc.control.setValue.useMutation`. */
|
|
277
|
+
export declare const useControlSetValue: typeof trpc.control.setValue.useMutation;
|
|
278
|
+
/** Generated alias around `trpc.control.getStatus.useQuery`. */
|
|
279
|
+
export declare const useControlGetStatus: typeof trpc.control.getStatus.useQuery;
|
|
280
|
+
/** Generated alias around `trpc.cover.open.useMutation`. */
|
|
281
|
+
export declare const useCoverOpen: typeof trpc.cover.open.useMutation;
|
|
282
|
+
/** Generated alias around `trpc.cover.close.useMutation`. */
|
|
283
|
+
export declare const useCoverClose: typeof trpc.cover.close.useMutation;
|
|
284
|
+
/** Generated alias around `trpc.cover.stop.useMutation`. */
|
|
285
|
+
export declare const useCoverStop: typeof trpc.cover.stop.useMutation;
|
|
286
|
+
/** Generated alias around `trpc.cover.setPosition.useMutation`. */
|
|
287
|
+
export declare const useCoverSetPosition: typeof trpc.cover.setPosition.useMutation;
|
|
288
|
+
/** Generated alias around `trpc.cover.setTiltPosition.useMutation`. */
|
|
289
|
+
export declare const useCoverSetTiltPosition: typeof trpc.cover.setTiltPosition.useMutation;
|
|
290
|
+
/** Generated alias around `trpc.cover.getStatus.useQuery`. */
|
|
291
|
+
export declare const useCoverGetStatus: typeof trpc.cover.getStatus.useQuery;
|
|
170
292
|
/** Generated alias around `trpc.decoder.supportsCodec.useQuery`. */
|
|
171
293
|
export declare const useDecoderSupportsCodec: typeof trpc.decoder.supportsCodec.useQuery;
|
|
172
294
|
/** Generated alias around `trpc.decoder.getInfo.useQuery`. */
|
|
@@ -201,6 +323,22 @@ export declare const useDetectionPipelineGetDeviceSettingsContribution: typeof t
|
|
|
201
323
|
export declare const useDetectionPipelineGetDeviceLiveContribution: typeof trpc.detectionPipeline.getDeviceLiveContribution.useQuery;
|
|
202
324
|
/** Generated alias around `trpc.detectionPipeline.applyDeviceSettingsPatch.useMutation`. */
|
|
203
325
|
export declare const useDetectionPipelineApplyDeviceSettingsPatch: typeof trpc.detectionPipeline.applyDeviceSettingsPatch.useMutation;
|
|
326
|
+
/** Generated alias around `trpc.deviceAdoption.listCandidateFilters.useQuery`. */
|
|
327
|
+
export declare const useDeviceAdoptionListCandidateFilters: typeof trpc.deviceAdoption.listCandidateFilters.useQuery;
|
|
328
|
+
/** Generated alias around `trpc.deviceAdoption.listCandidates.useQuery`. */
|
|
329
|
+
export declare const useDeviceAdoptionListCandidates: typeof trpc.deviceAdoption.listCandidates.useQuery;
|
|
330
|
+
/** Generated alias around `trpc.deviceAdoption.getCandidate.useQuery`. */
|
|
331
|
+
export declare const useDeviceAdoptionGetCandidate: typeof trpc.deviceAdoption.getCandidate.useQuery;
|
|
332
|
+
/** Generated alias around `trpc.deviceAdoption.refresh.useMutation`. */
|
|
333
|
+
export declare const useDeviceAdoptionRefresh: typeof trpc.deviceAdoption.refresh.useMutation;
|
|
334
|
+
/** Generated alias around `trpc.deviceAdoption.adopt.useMutation`. */
|
|
335
|
+
export declare const useDeviceAdoptionAdopt: typeof trpc.deviceAdoption.adopt.useMutation;
|
|
336
|
+
/** Generated alias around `trpc.deviceAdoption.release.useMutation`. */
|
|
337
|
+
export declare const useDeviceAdoptionRelease: typeof trpc.deviceAdoption.release.useMutation;
|
|
338
|
+
/** Generated alias around `trpc.deviceAdoption.resync.useMutation`. */
|
|
339
|
+
export declare const useDeviceAdoptionResync: typeof trpc.deviceAdoption.resync.useMutation;
|
|
340
|
+
/** Generated alias around `trpc.deviceAdoption.getStatus.useQuery`. */
|
|
341
|
+
export declare const useDeviceAdoptionGetStatus: typeof trpc.deviceAdoption.getStatus.useQuery;
|
|
204
342
|
/** Generated alias around `trpc.deviceDiscovery.listDiscovered.useQuery`. */
|
|
205
343
|
export declare const useDeviceDiscoveryListDiscovered: typeof trpc.deviceDiscovery.listDiscovered.useQuery;
|
|
206
344
|
/** Generated alias around `trpc.deviceDiscovery.refreshDiscovery.useMutation`. */
|
|
@@ -245,6 +383,24 @@ export declare const useDeviceManagerLoadMeta: typeof trpc.deviceManager.loadMet
|
|
|
245
383
|
export declare const useDeviceManagerSetName: typeof trpc.deviceManager.setName.useMutation;
|
|
246
384
|
/** Generated alias around `trpc.deviceManager.setLocation.useMutation`. */
|
|
247
385
|
export declare const useDeviceManagerSetLocation: typeof trpc.deviceManager.setLocation.useMutation;
|
|
386
|
+
/** Generated alias around `trpc.deviceManager.setType.useMutation`. */
|
|
387
|
+
export declare const useDeviceManagerSetType: typeof trpc.deviceManager.setType.useMutation;
|
|
388
|
+
/** Generated alias around `trpc.deviceManager.setIntegrationId.useMutation`. */
|
|
389
|
+
export declare const useDeviceManagerSetIntegrationId: typeof trpc.deviceManager.setIntegrationId.useMutation;
|
|
390
|
+
/** Generated alias around `trpc.deviceManager.setLinkDeviceId.useMutation`. */
|
|
391
|
+
export declare const useDeviceManagerSetLinkDeviceId: typeof trpc.deviceManager.setLinkDeviceId.useMutation;
|
|
392
|
+
/** Generated alias around `trpc.deviceManager.setPrimaryChildEntityId.useMutation`. */
|
|
393
|
+
export declare const useDeviceManagerSetPrimaryChildEntityId: typeof trpc.deviceManager.setPrimaryChildEntityId.useMutation;
|
|
394
|
+
/** Generated alias around `trpc.deviceManager.setChildLayout.useMutation`. */
|
|
395
|
+
export declare const useDeviceManagerSetChildLayout: typeof trpc.deviceManager.setChildLayout.useMutation;
|
|
396
|
+
/** Generated alias around `trpc.deviceManager.setDeviceLinks.useMutation`. */
|
|
397
|
+
export declare const useDeviceManagerSetDeviceLinks: typeof trpc.deviceManager.setDeviceLinks.useMutation;
|
|
398
|
+
/** Generated alias around `trpc.deviceManager.getWireableFields.useQuery`. */
|
|
399
|
+
export declare const useDeviceManagerGetWireableFields: typeof trpc.deviceManager.getWireableFields.useQuery;
|
|
400
|
+
/** Generated alias around `trpc.deviceManager.setRole.useMutation`. */
|
|
401
|
+
export declare const useDeviceManagerSetRole: typeof trpc.deviceManager.setRole.useMutation;
|
|
402
|
+
/** Generated alias around `trpc.deviceManager.applyInitialMeta.useMutation`. */
|
|
403
|
+
export declare const useDeviceManagerApplyInitialMeta: typeof trpc.deviceManager.applyInitialMeta.useMutation;
|
|
248
404
|
/** Generated alias around `trpc.deviceManager.setMetadata.useMutation`. */
|
|
249
405
|
export declare const useDeviceManagerSetMetadata: typeof trpc.deviceManager.setMetadata.useMutation;
|
|
250
406
|
/** Generated alias around `trpc.deviceManager.listLocations.useQuery`. */
|
|
@@ -277,6 +433,8 @@ export declare const useDeviceManagerEnable: typeof trpc.deviceManager.enable.us
|
|
|
277
433
|
export declare const useDeviceManagerDisable: typeof trpc.deviceManager.disable.useMutation;
|
|
278
434
|
/** Generated alias around `trpc.deviceManager.remove.useMutation`. */
|
|
279
435
|
export declare const useDeviceManagerRemove: typeof trpc.deviceManager.remove.useMutation;
|
|
436
|
+
/** Generated alias around `trpc.deviceManager.removeByIntegration.useMutation`. */
|
|
437
|
+
export declare const useDeviceManagerRemoveByIntegration: typeof trpc.deviceManager.removeByIntegration.useMutation;
|
|
280
438
|
/** Generated alias around `trpc.deviceManager.getStreamProfileMap.useQuery`. */
|
|
281
439
|
export declare const useDeviceManagerGetStreamProfileMap: typeof trpc.deviceManager.getStreamProfileMap.useQuery;
|
|
282
440
|
/** Generated alias around `trpc.deviceManager.setStreamProfileMap.useMutation`. */
|
|
@@ -299,6 +457,8 @@ export declare const useDeviceManagerGetDeviceSettingsAggregate: typeof trpc.dev
|
|
|
299
457
|
export declare const useDeviceManagerGetDeviceLiveInfoAggregate: typeof trpc.deviceManager.getDeviceLiveInfoAggregate.useQuery;
|
|
300
458
|
/** Generated alias around `trpc.deviceManager.getDeviceAggregate.useQuery`. */
|
|
301
459
|
export declare const useDeviceManagerGetDeviceAggregate: typeof trpc.deviceManager.getDeviceAggregate.useQuery;
|
|
460
|
+
/** Generated alias around `trpc.deviceManager.runDeviceAction.useMutation`. */
|
|
461
|
+
export declare const useDeviceManagerRunDeviceAction: typeof trpc.deviceManager.runDeviceAction.useMutation;
|
|
302
462
|
/** Generated alias around `trpc.deviceManager.updateDeviceField.useMutation`. */
|
|
303
463
|
export declare const useDeviceManagerUpdateDeviceField: typeof trpc.deviceManager.updateDeviceField.useMutation;
|
|
304
464
|
/** Generated alias around `trpc.deviceManager.updateDeviceFieldsBatch.useMutation`. */
|
|
@@ -313,6 +473,14 @@ export declare const useDeviceManagerGetCreationSchema: typeof trpc.deviceManage
|
|
|
313
473
|
export declare const useDeviceManagerCreateDevice: typeof trpc.deviceManager.createDevice.useMutation;
|
|
314
474
|
/** Generated alias around `trpc.deviceManager.testCreationField.useMutation`. */
|
|
315
475
|
export declare const useDeviceManagerTestCreationField: typeof trpc.deviceManager.testCreationField.useMutation;
|
|
476
|
+
/** Generated alias around `trpc.deviceManager.adoptionListCandidates.useQuery`. */
|
|
477
|
+
export declare const useDeviceManagerAdoptionListCandidates: typeof trpc.deviceManager.adoptionListCandidates.useQuery;
|
|
478
|
+
/** Generated alias around `trpc.deviceManager.adoptionRefresh.useMutation`. */
|
|
479
|
+
export declare const useDeviceManagerAdoptionRefresh: typeof trpc.deviceManager.adoptionRefresh.useMutation;
|
|
480
|
+
/** Generated alias around `trpc.deviceManager.adoptionAdopt.useMutation`. */
|
|
481
|
+
export declare const useDeviceManagerAdoptionAdopt: typeof trpc.deviceManager.adoptionAdopt.useMutation;
|
|
482
|
+
/** Generated alias around `trpc.deviceManager.adoptionRelease.useMutation`. */
|
|
483
|
+
export declare const useDeviceManagerAdoptionRelease: typeof trpc.deviceManager.adoptionRelease.useMutation;
|
|
316
484
|
/** Generated alias around `trpc.deviceManager.testField.useMutation`. */
|
|
317
485
|
export declare const useDeviceManagerTestField: typeof trpc.deviceManager.testField.useMutation;
|
|
318
486
|
/** Generated alias around `trpc.deviceManager.getDeviceStatusAggregate.useQuery`. */
|
|
@@ -323,10 +491,14 @@ export declare const useDeviceOpsGetStreamSources: typeof trpc.deviceOps.getStre
|
|
|
323
491
|
export declare const useDeviceOpsGetConfigEntries: typeof trpc.deviceOps.getConfigEntries.useQuery;
|
|
324
492
|
/** Generated alias around `trpc.deviceOps.setConfig.useMutation`. */
|
|
325
493
|
export declare const useDeviceOpsSetConfig: typeof trpc.deviceOps.setConfig.useMutation;
|
|
494
|
+
/** Generated alias around `trpc.deviceOps.runAction.useMutation`. */
|
|
495
|
+
export declare const useDeviceOpsRunAction: typeof trpc.deviceOps.runAction.useMutation;
|
|
326
496
|
/** Generated alias around `trpc.deviceOps.removeDevice.useMutation`. */
|
|
327
497
|
export declare const useDeviceOpsRemoveDevice: typeof trpc.deviceOps.removeDevice.useMutation;
|
|
328
498
|
/** Generated alias around `trpc.deviceOps.getSettingsSchema.useQuery`. */
|
|
329
499
|
export declare const useDeviceOpsGetSettingsSchema: typeof trpc.deviceOps.getSettingsSchema.useQuery;
|
|
500
|
+
/** Generated alias around `trpc.deviceOps.getRawState.useQuery`. */
|
|
501
|
+
export declare const useDeviceOpsGetRawState: typeof trpc.deviceOps.getRawState.useQuery;
|
|
330
502
|
/** Generated alias around `trpc.deviceProvider.start.useMutation`. */
|
|
331
503
|
export declare const useDeviceProviderStart: typeof trpc.deviceProvider.start.useMutation;
|
|
332
504
|
/** Generated alias around `trpc.deviceProvider.stop.useMutation`. */
|
|
@@ -361,14 +533,44 @@ export declare const useDeviceStateSetCapSlice: typeof trpc.deviceState.setCapSl
|
|
|
361
533
|
export declare const useDeviceStatusGetStatus: typeof trpc.deviceStatus.getStatus.useQuery;
|
|
362
534
|
/** Generated alias around `trpc.doorbell.getStatus.useQuery`. */
|
|
363
535
|
export declare const useDoorbellGetStatus: typeof trpc.doorbell.getStatus.useQuery;
|
|
536
|
+
/** Generated alias around `trpc.enumSensor.getStatus.useQuery`. */
|
|
537
|
+
export declare const useEnumSensorGetStatus: typeof trpc.enumSensor.getStatus.useQuery;
|
|
538
|
+
/** Generated alias around `trpc.eventEmitter.getStatus.useQuery`. */
|
|
539
|
+
export declare const useEventEmitterGetStatus: typeof trpc.eventEmitter.getStatus.useQuery;
|
|
364
540
|
/** Generated alias around `trpc.events.getEvents.useQuery`. */
|
|
365
541
|
export declare const useEventsGetEvents: typeof trpc.events.getEvents.useQuery;
|
|
366
542
|
/** Generated alias around `trpc.events.getEventThumbnail.useQuery`. */
|
|
367
543
|
export declare const useEventsGetEventThumbnail: typeof trpc.events.getEventThumbnail.useQuery;
|
|
368
544
|
/** Generated alias around `trpc.events.getEventClipUrl.useQuery`. */
|
|
369
545
|
export declare const useEventsGetEventClipUrl: typeof trpc.events.getEventClipUrl.useQuery;
|
|
546
|
+
/** Generated alias around `trpc.fanControl.setPercentage.useMutation`. */
|
|
547
|
+
export declare const useFanControlSetPercentage: typeof trpc.fanControl.setPercentage.useMutation;
|
|
548
|
+
/** Generated alias around `trpc.fanControl.setPreset.useMutation`. */
|
|
549
|
+
export declare const useFanControlSetPreset: typeof trpc.fanControl.setPreset.useMutation;
|
|
550
|
+
/** Generated alias around `trpc.fanControl.setDirection.useMutation`. */
|
|
551
|
+
export declare const useFanControlSetDirection: typeof trpc.fanControl.setDirection.useMutation;
|
|
552
|
+
/** Generated alias around `trpc.fanControl.setOscillating.useMutation`. */
|
|
553
|
+
export declare const useFanControlSetOscillating: typeof trpc.fanControl.setOscillating.useMutation;
|
|
554
|
+
/** Generated alias around `trpc.fanControl.getStatus.useQuery`. */
|
|
555
|
+
export declare const useFanControlGetStatus: typeof trpc.fanControl.getStatus.useQuery;
|
|
370
556
|
/** Generated alias around `trpc.featureProbe.getStatus.useQuery`. */
|
|
371
557
|
export declare const useFeatureProbeGetStatus: typeof trpc.featureProbe.getStatus.useQuery;
|
|
558
|
+
/** Generated alias around `trpc.flood.getStatus.useQuery`. */
|
|
559
|
+
export declare const useFloodGetStatus: typeof trpc.flood.getStatus.useQuery;
|
|
560
|
+
/** Generated alias around `trpc.gas.getStatus.useQuery`. */
|
|
561
|
+
export declare const useGasGetStatus: typeof trpc.gas.getStatus.useQuery;
|
|
562
|
+
/** Generated alias around `trpc.humidifier.setOn.useMutation`. */
|
|
563
|
+
export declare const useHumidifierSetOn: typeof trpc.humidifier.setOn.useMutation;
|
|
564
|
+
/** Generated alias around `trpc.humidifier.setTargetHumidity.useMutation`. */
|
|
565
|
+
export declare const useHumidifierSetTargetHumidity: typeof trpc.humidifier.setTargetHumidity.useMutation;
|
|
566
|
+
/** Generated alias around `trpc.humidifier.setMode.useMutation`. */
|
|
567
|
+
export declare const useHumidifierSetMode: typeof trpc.humidifier.setMode.useMutation;
|
|
568
|
+
/** Generated alias around `trpc.humidifier.getStatus.useQuery`. */
|
|
569
|
+
export declare const useHumidifierGetStatus: typeof trpc.humidifier.getStatus.useQuery;
|
|
570
|
+
/** Generated alias around `trpc.humiditySensor.getStatus.useQuery`. */
|
|
571
|
+
export declare const useHumiditySensorGetStatus: typeof trpc.humiditySensor.getStatus.useQuery;
|
|
572
|
+
/** Generated alias around `trpc.image.getStatus.useQuery`. */
|
|
573
|
+
export declare const useImageGetStatus: typeof trpc.image.getStatus.useQuery;
|
|
372
574
|
/** Generated alias around `trpc.integrations.list.useQuery`. */
|
|
373
575
|
export declare const useIntegrationsList: typeof trpc.integrations.list.useQuery;
|
|
374
576
|
/** Generated alias around `trpc.integrations.get.useQuery`. */
|
|
@@ -397,12 +599,20 @@ export declare const useIntercomHandleAnswer: typeof trpc.intercom.handleAnswer.
|
|
|
397
599
|
export declare const useIntercomStopSession: typeof trpc.intercom.stopSession.useMutation;
|
|
398
600
|
/** Generated alias around `trpc.intercom.startTalkSession.useMutation`. */
|
|
399
601
|
export declare const useIntercomStartTalkSession: typeof trpc.intercom.startTalkSession.useMutation;
|
|
400
|
-
/** Generated alias around `trpc.intercom.
|
|
401
|
-
export declare const
|
|
602
|
+
/** Generated alias around `trpc.intercom.pushTalkAudio.useMutation`. */
|
|
603
|
+
export declare const useIntercomPushTalkAudio: typeof trpc.intercom.pushTalkAudio.useMutation;
|
|
402
604
|
/** Generated alias around `trpc.intercom.endTalkSession.useMutation`. */
|
|
403
605
|
export declare const useIntercomEndTalkSession: typeof trpc.intercom.endTalkSession.useMutation;
|
|
404
606
|
/** Generated alias around `trpc.intercom.getStatus.useQuery`. */
|
|
405
607
|
export declare const useIntercomGetStatus: typeof trpc.intercom.getStatus.useQuery;
|
|
608
|
+
/** Generated alias around `trpc.lawnMowerControl.startMowing.useMutation`. */
|
|
609
|
+
export declare const useLawnMowerControlStartMowing: typeof trpc.lawnMowerControl.startMowing.useMutation;
|
|
610
|
+
/** Generated alias around `trpc.lawnMowerControl.pause.useMutation`. */
|
|
611
|
+
export declare const useLawnMowerControlPause: typeof trpc.lawnMowerControl.pause.useMutation;
|
|
612
|
+
/** Generated alias around `trpc.lawnMowerControl.dock.useMutation`. */
|
|
613
|
+
export declare const useLawnMowerControlDock: typeof trpc.lawnMowerControl.dock.useMutation;
|
|
614
|
+
/** Generated alias around `trpc.lawnMowerControl.getStatus.useQuery`. */
|
|
615
|
+
export declare const useLawnMowerControlGetStatus: typeof trpc.lawnMowerControl.getStatus.useQuery;
|
|
406
616
|
/** Generated alias around `trpc.localNetwork.list.useQuery`. */
|
|
407
617
|
export declare const useLocalNetworkList: typeof trpc.localNetwork.list.useQuery;
|
|
408
618
|
/** Generated alias around `trpc.localNetwork.getPreferred.useQuery`. */
|
|
@@ -415,6 +625,40 @@ export declare const useLocalNetworkGetAllowedAddresses: typeof trpc.localNetwor
|
|
|
415
625
|
export declare const useLocalNetworkSetAllowedAddresses: typeof trpc.localNetwork.setAllowedAddresses.useMutation;
|
|
416
626
|
/** Generated alias around `trpc.localNetwork.resetAllowlistToBestMatch.useMutation`. */
|
|
417
627
|
export declare const useLocalNetworkResetAllowlistToBestMatch: typeof trpc.localNetwork.resetAllowlistToBestMatch.useMutation;
|
|
628
|
+
/** Generated alias around `trpc.lockControl.lock.useMutation`. */
|
|
629
|
+
export declare const useLockControlLock: typeof trpc.lockControl.lock.useMutation;
|
|
630
|
+
/** Generated alias around `trpc.lockControl.unlock.useMutation`. */
|
|
631
|
+
export declare const useLockControlUnlock: typeof trpc.lockControl.unlock.useMutation;
|
|
632
|
+
/** Generated alias around `trpc.lockControl.open.useMutation`. */
|
|
633
|
+
export declare const useLockControlOpen: typeof trpc.lockControl.open.useMutation;
|
|
634
|
+
/** Generated alias around `trpc.lockControl.getStatus.useQuery`. */
|
|
635
|
+
export declare const useLockControlGetStatus: typeof trpc.lockControl.getStatus.useQuery;
|
|
636
|
+
/** Generated alias around `trpc.mediaPlayer.play.useMutation`. */
|
|
637
|
+
export declare const useMediaPlayerPlay: typeof trpc.mediaPlayer.play.useMutation;
|
|
638
|
+
/** Generated alias around `trpc.mediaPlayer.pause.useMutation`. */
|
|
639
|
+
export declare const useMediaPlayerPause: typeof trpc.mediaPlayer.pause.useMutation;
|
|
640
|
+
/** Generated alias around `trpc.mediaPlayer.stop.useMutation`. */
|
|
641
|
+
export declare const useMediaPlayerStop: typeof trpc.mediaPlayer.stop.useMutation;
|
|
642
|
+
/** Generated alias around `trpc.mediaPlayer.next.useMutation`. */
|
|
643
|
+
export declare const useMediaPlayerNext: typeof trpc.mediaPlayer.next.useMutation;
|
|
644
|
+
/** Generated alias around `trpc.mediaPlayer.previous.useMutation`. */
|
|
645
|
+
export declare const useMediaPlayerPrevious: typeof trpc.mediaPlayer.previous.useMutation;
|
|
646
|
+
/** Generated alias around `trpc.mediaPlayer.seek.useMutation`. */
|
|
647
|
+
export declare const useMediaPlayerSeek: typeof trpc.mediaPlayer.seek.useMutation;
|
|
648
|
+
/** Generated alias around `trpc.mediaPlayer.setVolume.useMutation`. */
|
|
649
|
+
export declare const useMediaPlayerSetVolume: typeof trpc.mediaPlayer.setVolume.useMutation;
|
|
650
|
+
/** Generated alias around `trpc.mediaPlayer.setMute.useMutation`. */
|
|
651
|
+
export declare const useMediaPlayerSetMute: typeof trpc.mediaPlayer.setMute.useMutation;
|
|
652
|
+
/** Generated alias around `trpc.mediaPlayer.setShuffle.useMutation`. */
|
|
653
|
+
export declare const useMediaPlayerSetShuffle: typeof trpc.mediaPlayer.setShuffle.useMutation;
|
|
654
|
+
/** Generated alias around `trpc.mediaPlayer.setRepeat.useMutation`. */
|
|
655
|
+
export declare const useMediaPlayerSetRepeat: typeof trpc.mediaPlayer.setRepeat.useMutation;
|
|
656
|
+
/** Generated alias around `trpc.mediaPlayer.selectSource.useMutation`. */
|
|
657
|
+
export declare const useMediaPlayerSelectSource: typeof trpc.mediaPlayer.selectSource.useMutation;
|
|
658
|
+
/** Generated alias around `trpc.mediaPlayer.playMedia.useMutation`. */
|
|
659
|
+
export declare const useMediaPlayerPlayMedia: typeof trpc.mediaPlayer.playMedia.useMutation;
|
|
660
|
+
/** Generated alias around `trpc.mediaPlayer.getStatus.useQuery`. */
|
|
661
|
+
export declare const useMediaPlayerGetStatus: typeof trpc.mediaPlayer.getStatus.useQuery;
|
|
418
662
|
/** Generated alias around `trpc.meshNetwork.getStatus.useQuery`. */
|
|
419
663
|
export declare const useMeshNetworkGetStatus: typeof trpc.meshNetwork.getStatus.useQuery;
|
|
420
664
|
/** Generated alias around `trpc.meshNetwork.join.useMutation`. */
|
|
@@ -493,6 +737,8 @@ export declare const useMqttBrokerStartEmbeddedBroker: typeof trpc.mqttBroker.st
|
|
|
493
737
|
export declare const useMqttBrokerStopEmbeddedBroker: typeof trpc.mqttBroker.stopEmbeddedBroker.useMutation;
|
|
494
738
|
/** Generated alias around `trpc.mqttBroker.getStatus.useQuery`. */
|
|
495
739
|
export declare const useMqttBrokerGetStatus: typeof trpc.mqttBroker.getStatus.useQuery;
|
|
740
|
+
/** Generated alias around `trpc.nativeObjectDetection.setEnabled.useMutation`. */
|
|
741
|
+
export declare const useNativeObjectDetectionSetEnabled: typeof trpc.nativeObjectDetection.setEnabled.useMutation;
|
|
496
742
|
/** Generated alias around `trpc.nativeObjectDetection.getStatus.useQuery`. */
|
|
497
743
|
export declare const useNativeObjectDetectionGetStatus: typeof trpc.nativeObjectDetection.getStatus.useQuery;
|
|
498
744
|
/** Generated alias around `trpc.networkAccess.start.useMutation`. */
|
|
@@ -541,6 +787,14 @@ export declare const useNodesExecuteQuery: typeof trpc.nodes.executeQuery.useMut
|
|
|
541
787
|
export declare const useNotificationOutputSend: typeof trpc.notificationOutput.send.useMutation;
|
|
542
788
|
/** Generated alias around `trpc.notificationOutput.sendTest.useMutation`. */
|
|
543
789
|
export declare const useNotificationOutputSendTest: typeof trpc.notificationOutput.sendTest.useMutation;
|
|
790
|
+
/** Generated alias around `trpc.notifier.send.useMutation`. */
|
|
791
|
+
export declare const useNotifierSend: typeof trpc.notifier.send.useMutation;
|
|
792
|
+
/** Generated alias around `trpc.notifier.cancel.useMutation`. */
|
|
793
|
+
export declare const useNotifierCancel: typeof trpc.notifier.cancel.useMutation;
|
|
794
|
+
/** Generated alias around `trpc.notifier.getStatus.useQuery`. */
|
|
795
|
+
export declare const useNotifierGetStatus: typeof trpc.notifier.getStatus.useQuery;
|
|
796
|
+
/** Generated alias around `trpc.numericSensor.getStatus.useQuery`. */
|
|
797
|
+
export declare const useNumericSensorGetStatus: typeof trpc.numericSensor.getStatus.useQuery;
|
|
544
798
|
/** Generated alias around `trpc.osd.setOverlay.useMutation`. */
|
|
545
799
|
export declare const useOsdSetOverlay: typeof trpc.osd.setOverlay.useMutation;
|
|
546
800
|
/** Generated alias around `trpc.osd.getStatus.useQuery`. */
|
|
@@ -559,6 +813,10 @@ export declare const usePipelineAnalyticsGetMotionEvents: typeof trpc.pipelineAn
|
|
|
559
813
|
export declare const usePipelineAnalyticsGetObjectEvents: typeof trpc.pipelineAnalytics.getObjectEvents.useQuery;
|
|
560
814
|
/** Generated alias around `trpc.pipelineAnalytics.getAudioEvents.useQuery`. */
|
|
561
815
|
export declare const usePipelineAnalyticsGetAudioEvents: typeof trpc.pipelineAnalytics.getAudioEvents.useQuery;
|
|
816
|
+
/** Generated alias around `trpc.pipelineAnalytics.getEventDensity.useQuery`. */
|
|
817
|
+
export declare const usePipelineAnalyticsGetEventDensity: typeof trpc.pipelineAnalytics.getEventDensity.useQuery;
|
|
818
|
+
/** Generated alias around `trpc.pipelineAnalytics.pruneEventsBefore.useMutation`. */
|
|
819
|
+
export declare const usePipelineAnalyticsPruneEventsBefore: typeof trpc.pipelineAnalytics.pruneEventsBefore.useMutation;
|
|
562
820
|
/** Generated alias around `trpc.pipelineAnalytics.getEventMedia.useQuery`. */
|
|
563
821
|
export declare const usePipelineAnalyticsGetEventMedia: typeof trpc.pipelineAnalytics.getEventMedia.useQuery;
|
|
564
822
|
/** Generated alias around `trpc.pipelineAnalytics.getTrackMedia.useQuery`. */
|
|
@@ -727,18 +985,18 @@ export declare const usePipelineRunnerGetCameraMetrics: typeof trpc.pipelineRunn
|
|
|
727
985
|
export declare const usePipelineRunnerGetAllCameraMetrics: typeof trpc.pipelineRunner.getAllCameraMetrics.useQuery;
|
|
728
986
|
/** Generated alias around `trpc.pipelineRunner.getLocalCameras.useQuery`. */
|
|
729
987
|
export declare const usePipelineRunnerGetLocalCameras: typeof trpc.pipelineRunner.getLocalCameras.useQuery;
|
|
730
|
-
/** Generated alias around `trpc.
|
|
731
|
-
export declare const
|
|
732
|
-
/** Generated alias around `trpc.
|
|
733
|
-
export declare const
|
|
734
|
-
/** Generated alias around `trpc.
|
|
735
|
-
export declare const
|
|
736
|
-
/** Generated alias around `trpc.
|
|
737
|
-
export declare const
|
|
738
|
-
/** Generated alias around `trpc.
|
|
739
|
-
export declare const
|
|
740
|
-
/** Generated alias around `trpc.
|
|
741
|
-
export declare const
|
|
988
|
+
/** Generated alias around `trpc.powerMeter.getStatus.useQuery`. */
|
|
989
|
+
export declare const usePowerMeterGetStatus: typeof trpc.powerMeter.getStatus.useQuery;
|
|
990
|
+
/** Generated alias around `trpc.presence.getStatus.useQuery`. */
|
|
991
|
+
export declare const usePresenceGetStatus: typeof trpc.presence.getStatus.useQuery;
|
|
992
|
+
/** Generated alias around `trpc.pressureSensor.getStatus.useQuery`. */
|
|
993
|
+
export declare const usePressureSensorGetStatus: typeof trpc.pressureSensor.getStatus.useQuery;
|
|
994
|
+
/** Generated alias around `trpc.privacyMask.getOptions.useQuery`. */
|
|
995
|
+
export declare const usePrivacyMaskGetOptions: typeof trpc.privacyMask.getOptions.useQuery;
|
|
996
|
+
/** Generated alias around `trpc.privacyMask.setMask.useMutation`. */
|
|
997
|
+
export declare const usePrivacyMaskSetMask: typeof trpc.privacyMask.setMask.useMutation;
|
|
998
|
+
/** Generated alias around `trpc.privacyMask.getStatus.useQuery`. */
|
|
999
|
+
export declare const usePrivacyMaskGetStatus: typeof trpc.privacyMask.getStatus.useQuery;
|
|
742
1000
|
/** Generated alias around `trpc.ptz.move.useMutation`. */
|
|
743
1001
|
export declare const usePtzMove: typeof trpc.ptz.move.useMutation;
|
|
744
1002
|
/** Generated alias around `trpc.ptz.continuousMove.useMutation`. */
|
|
@@ -773,48 +1031,34 @@ export declare const usePtzAutotrackGetSettings: typeof trpc.ptzAutotrack.getSet
|
|
|
773
1031
|
export declare const usePtzAutotrackSetSettings: typeof trpc.ptzAutotrack.setSettings.useMutation;
|
|
774
1032
|
/** Generated alias around `trpc.reboot.reboot.useMutation`. */
|
|
775
1033
|
export declare const useRebootReboot: typeof trpc.reboot.reboot.useMutation;
|
|
776
|
-
/** Generated alias around `trpc.recording.
|
|
777
|
-
export declare const
|
|
778
|
-
/** Generated alias around `trpc.recording.
|
|
779
|
-
export declare const
|
|
780
|
-
/** Generated alias around `trpc.recording.
|
|
781
|
-
export declare const
|
|
782
|
-
/** Generated alias around `trpc.
|
|
783
|
-
export declare const
|
|
784
|
-
/** Generated alias around `trpc.
|
|
785
|
-
export declare const
|
|
786
|
-
/** Generated alias around `trpc.
|
|
787
|
-
export declare const
|
|
788
|
-
/** Generated alias around `trpc.
|
|
789
|
-
export declare const
|
|
790
|
-
/** Generated alias around `trpc.
|
|
791
|
-
export declare const
|
|
792
|
-
/** Generated alias around `trpc.
|
|
793
|
-
export declare const
|
|
794
|
-
/** Generated alias around `trpc.
|
|
795
|
-
export declare const
|
|
796
|
-
/** Generated alias around `trpc.
|
|
797
|
-
export declare const
|
|
798
|
-
/** Generated alias around `trpc.
|
|
799
|
-
export declare const
|
|
800
|
-
/** Generated alias around `trpc.
|
|
801
|
-
export declare const
|
|
802
|
-
/** Generated alias around `trpc.
|
|
803
|
-
export declare const
|
|
804
|
-
/** Generated alias around `trpc.recordingEngine.getStorageUsage.useQuery`. */
|
|
805
|
-
export declare const useRecordingEngineGetStorageUsage: typeof trpc.recordingEngine.getStorageUsage.useQuery;
|
|
806
|
-
/** Generated alias around `trpc.recordingEngine.setPolicy.useMutation`. */
|
|
807
|
-
export declare const useRecordingEngineSetPolicy: typeof trpc.recordingEngine.setPolicy.useMutation;
|
|
808
|
-
/** Generated alias around `trpc.recordingEngine.getPolicy.useQuery`. */
|
|
809
|
-
export declare const useRecordingEngineGetPolicy: typeof trpc.recordingEngine.getPolicy.useQuery;
|
|
810
|
-
/** Generated alias around `trpc.recordingEngine.getPolicyStatus.useQuery`. */
|
|
811
|
-
export declare const useRecordingEngineGetPolicyStatus: typeof trpc.recordingEngine.getPolicyStatus.useQuery;
|
|
812
|
-
/** Generated alias around `trpc.recordingEngine.getRetentionConfig.useQuery`. */
|
|
813
|
-
export declare const useRecordingEngineGetRetentionConfig: typeof trpc.recordingEngine.getRetentionConfig.useQuery;
|
|
814
|
-
/** Generated alias around `trpc.recordingEngine.updateRetentionConfig.useMutation`. */
|
|
815
|
-
export declare const useRecordingEngineUpdateRetentionConfig: typeof trpc.recordingEngine.updateRetentionConfig.useMutation;
|
|
816
|
-
/** Generated alias around `trpc.recordingEngine.getMotionStats.useQuery`. */
|
|
817
|
-
export declare const useRecordingEngineGetMotionStats: typeof trpc.recordingEngine.getMotionStats.useQuery;
|
|
1034
|
+
/** Generated alias around `trpc.recording.getAvailability.useQuery`. */
|
|
1035
|
+
export declare const useRecordingGetAvailability: typeof trpc.recording.getAvailability.useQuery;
|
|
1036
|
+
/** Generated alias around `trpc.recording.getPlaybackManifest.useQuery`. */
|
|
1037
|
+
export declare const useRecordingGetPlaybackManifest: typeof trpc.recording.getPlaybackManifest.useQuery;
|
|
1038
|
+
/** Generated alias around `trpc.recording.getStorageUsage.useQuery`. */
|
|
1039
|
+
export declare const useRecordingGetStorageUsage: typeof trpc.recording.getStorageUsage.useQuery;
|
|
1040
|
+
/** Generated alias around `trpc.recording.getDeviceConfig.useQuery`. */
|
|
1041
|
+
export declare const useRecordingGetDeviceConfig: typeof trpc.recording.getDeviceConfig.useQuery;
|
|
1042
|
+
/** Generated alias around `trpc.recording.setDeviceConfig.useMutation`. */
|
|
1043
|
+
export declare const useRecordingSetDeviceConfig: typeof trpc.recording.setDeviceConfig.useMutation;
|
|
1044
|
+
/** Generated alias around `trpc.recording.rescanStorage.useMutation`. */
|
|
1045
|
+
export declare const useRecordingRescanStorage: typeof trpc.recording.rescanStorage.useMutation;
|
|
1046
|
+
/** Generated alias around `trpc.recording.pruneFootage.useMutation`. */
|
|
1047
|
+
export declare const useRecordingPruneFootage: typeof trpc.recording.pruneFootage.useMutation;
|
|
1048
|
+
/** Generated alias around `trpc.recording.getStatus.useQuery`. */
|
|
1049
|
+
export declare const useRecordingGetStatus: typeof trpc.recording.getStatus.useQuery;
|
|
1050
|
+
/** Generated alias around `trpc.recording.getDeviceSettingsContribution.useQuery`. */
|
|
1051
|
+
export declare const useRecordingGetDeviceSettingsContribution: typeof trpc.recording.getDeviceSettingsContribution.useQuery;
|
|
1052
|
+
/** Generated alias around `trpc.recording.getDeviceLiveContribution.useQuery`. */
|
|
1053
|
+
export declare const useRecordingGetDeviceLiveContribution: typeof trpc.recording.getDeviceLiveContribution.useQuery;
|
|
1054
|
+
/** Generated alias around `trpc.recording.applyDeviceSettingsPatch.useMutation`. */
|
|
1055
|
+
export declare const useRecordingApplyDeviceSettingsPatch: typeof trpc.recording.applyDeviceSettingsPatch.useMutation;
|
|
1056
|
+
/** Generated alias around `trpc.scriptRunner.run.useMutation`. */
|
|
1057
|
+
export declare const useScriptRunnerRun: typeof trpc.scriptRunner.run.useMutation;
|
|
1058
|
+
/** Generated alias around `trpc.scriptRunner.stop.useMutation`. */
|
|
1059
|
+
export declare const useScriptRunnerStop: typeof trpc.scriptRunner.stop.useMutation;
|
|
1060
|
+
/** Generated alias around `trpc.scriptRunner.getStatus.useQuery`. */
|
|
1061
|
+
export declare const useScriptRunnerGetStatus: typeof trpc.scriptRunner.getStatus.useQuery;
|
|
818
1062
|
/** Generated alias around `trpc.settingsStore.get.useQuery`. */
|
|
819
1063
|
export declare const useSettingsStoreGet: typeof trpc.settingsStore.get.useQuery;
|
|
820
1064
|
/** Generated alias around `trpc.settingsStore.set.useMutation`. */
|
|
@@ -829,10 +1073,14 @@ export declare const useSettingsStoreUpdate: typeof trpc.settingsStore.update.us
|
|
|
829
1073
|
export declare const useSettingsStoreDelete: typeof trpc.settingsStore.delete.useMutation;
|
|
830
1074
|
/** Generated alias around `trpc.settingsStore.count.useQuery`. */
|
|
831
1075
|
export declare const useSettingsStoreCount: typeof trpc.settingsStore.count.useQuery;
|
|
1076
|
+
/** Generated alias around `trpc.settingsStore.histogram.useQuery`. */
|
|
1077
|
+
export declare const useSettingsStoreHistogram: typeof trpc.settingsStore.histogram.useQuery;
|
|
832
1078
|
/** Generated alias around `trpc.settingsStore.isEmpty.useQuery`. */
|
|
833
1079
|
export declare const useSettingsStoreIsEmpty: typeof trpc.settingsStore.isEmpty.useQuery;
|
|
834
1080
|
/** Generated alias around `trpc.settingsStore.declareCollection.useMutation`. */
|
|
835
1081
|
export declare const useSettingsStoreDeclareCollection: typeof trpc.settingsStore.declareCollection.useMutation;
|
|
1082
|
+
/** Generated alias around `trpc.smoke.getStatus.useQuery`. */
|
|
1083
|
+
export declare const useSmokeGetStatus: typeof trpc.smoke.getStatus.useQuery;
|
|
836
1084
|
/** Generated alias around `trpc.snapshot.getSnapshot.useQuery`. */
|
|
837
1085
|
export declare const useSnapshotGetSnapshot: typeof trpc.snapshot.getSnapshot.useQuery;
|
|
838
1086
|
/** Generated alias around `trpc.snapshot.invalidateCache.useMutation`. */
|
|
@@ -881,6 +1129,8 @@ export declare const useStorageEndDownload: typeof trpc.storage.endDownload.useM
|
|
|
881
1129
|
export declare const useStorageListLocations: typeof trpc.storage.listLocations.useQuery;
|
|
882
1130
|
/** Generated alias around `trpc.storage.getDefaultLocation.useQuery`. */
|
|
883
1131
|
export declare const useStorageGetDefaultLocation: typeof trpc.storage.getDefaultLocation.useQuery;
|
|
1132
|
+
/** Generated alias around `trpc.storage.listLocationDeclarations.useQuery`. */
|
|
1133
|
+
export declare const useStorageListLocationDeclarations: typeof trpc.storage.listLocationDeclarations.useQuery;
|
|
884
1134
|
/** Generated alias around `trpc.storage.upsertLocation.useMutation`. */
|
|
885
1135
|
export declare const useStorageUpsertLocation: typeof trpc.storage.upsertLocation.useMutation;
|
|
886
1136
|
/** Generated alias around `trpc.storage.deleteLocation.useMutation`. */
|
|
@@ -951,6 +1201,8 @@ export declare const useStreamBrokerGetDeviceSettingsContribution: typeof trpc.s
|
|
|
951
1201
|
export declare const useStreamBrokerGetDeviceLiveContribution: typeof trpc.streamBroker.getDeviceLiveContribution.useQuery;
|
|
952
1202
|
/** Generated alias around `trpc.streamBroker.applyDeviceSettingsPatch.useMutation`. */
|
|
953
1203
|
export declare const useStreamBrokerApplyDeviceSettingsPatch: typeof trpc.streamBroker.applyDeviceSettingsPatch.useMutation;
|
|
1204
|
+
/** Generated alias around `trpc.streamCatalog.getCatalog.useQuery`. */
|
|
1205
|
+
export declare const useStreamCatalogGetCatalog: typeof trpc.streamCatalog.getCatalog.useQuery;
|
|
954
1206
|
/** Generated alias around `trpc.streamParams.getOptions.useQuery`. */
|
|
955
1207
|
export declare const useStreamParamsGetOptions: typeof trpc.streamParams.getOptions.useQuery;
|
|
956
1208
|
/** Generated alias around `trpc.streamParams.setProfile.useMutation`. */
|
|
@@ -977,10 +1229,18 @@ export declare const useSystemGetRetentionConfig: typeof trpc.system.getRetentio
|
|
|
977
1229
|
export declare const useSystemSetRetentionConfig: typeof trpc.system.setRetentionConfig.useMutation;
|
|
978
1230
|
/** Generated alias around `trpc.system.forceRetentionCleanup.useMutation`. */
|
|
979
1231
|
export declare const useSystemForceRetentionCleanup: typeof trpc.system.forceRetentionCleanup.useMutation;
|
|
1232
|
+
/** Generated alias around `trpc.tamper.getStatus.useQuery`. */
|
|
1233
|
+
export declare const useTamperGetStatus: typeof trpc.tamper.getStatus.useQuery;
|
|
1234
|
+
/** Generated alias around `trpc.temperatureSensor.getStatus.useQuery`. */
|
|
1235
|
+
export declare const useTemperatureSensorGetStatus: typeof trpc.temperatureSensor.getStatus.useQuery;
|
|
980
1236
|
/** Generated alias around `trpc.toast.onToast.useSubscription`. */
|
|
981
1237
|
export declare const useToastOnToast: typeof trpc.toast.onToast.useSubscription;
|
|
982
1238
|
/** Generated alias around `trpc.turnProvider.getTurnServers.useQuery`. */
|
|
983
1239
|
export declare const useTurnProviderGetTurnServers: typeof trpc.turnProvider.getTurnServers.useQuery;
|
|
1240
|
+
/** Generated alias around `trpc.update.installUpdate.useMutation`. */
|
|
1241
|
+
export declare const useUpdateInstallUpdate: typeof trpc.update.installUpdate.useMutation;
|
|
1242
|
+
/** Generated alias around `trpc.update.getStatus.useQuery`. */
|
|
1243
|
+
export declare const useUpdateGetStatus: typeof trpc.update.getStatus.useQuery;
|
|
984
1244
|
/** Generated alias around `trpc.userManagement.listUsers.useQuery`. */
|
|
985
1245
|
export declare const useUserManagementListUsers: typeof trpc.userManagement.listUsers.useQuery;
|
|
986
1246
|
/** Generated alias around `trpc.userManagement.createUser.useMutation`. */
|
|
@@ -1033,6 +1293,42 @@ export declare const useUserManagementOauthVerifyAccessToken: typeof trpc.userMa
|
|
|
1033
1293
|
export declare const useUserManagementListOauthSessions: typeof trpc.userManagement.listOauthSessions.useQuery;
|
|
1034
1294
|
/** Generated alias around `trpc.userManagement.revokeOauthSession.useMutation`. */
|
|
1035
1295
|
export declare const useUserManagementRevokeOauthSession: typeof trpc.userManagement.revokeOauthSession.useMutation;
|
|
1296
|
+
/** Generated alias around `trpc.vacuumControl.start.useMutation`. */
|
|
1297
|
+
export declare const useVacuumControlStart: typeof trpc.vacuumControl.start.useMutation;
|
|
1298
|
+
/** Generated alias around `trpc.vacuumControl.pause.useMutation`. */
|
|
1299
|
+
export declare const useVacuumControlPause: typeof trpc.vacuumControl.pause.useMutation;
|
|
1300
|
+
/** Generated alias around `trpc.vacuumControl.stop.useMutation`. */
|
|
1301
|
+
export declare const useVacuumControlStop: typeof trpc.vacuumControl.stop.useMutation;
|
|
1302
|
+
/** Generated alias around `trpc.vacuumControl.returnToBase.useMutation`. */
|
|
1303
|
+
export declare const useVacuumControlReturnToBase: typeof trpc.vacuumControl.returnToBase.useMutation;
|
|
1304
|
+
/** Generated alias around `trpc.vacuumControl.locate.useMutation`. */
|
|
1305
|
+
export declare const useVacuumControlLocate: typeof trpc.vacuumControl.locate.useMutation;
|
|
1306
|
+
/** Generated alias around `trpc.vacuumControl.setFanSpeed.useMutation`. */
|
|
1307
|
+
export declare const useVacuumControlSetFanSpeed: typeof trpc.vacuumControl.setFanSpeed.useMutation;
|
|
1308
|
+
/** Generated alias around `trpc.vacuumControl.getStatus.useQuery`. */
|
|
1309
|
+
export declare const useVacuumControlGetStatus: typeof trpc.vacuumControl.getStatus.useQuery;
|
|
1310
|
+
/** Generated alias around `trpc.valve.open.useMutation`. */
|
|
1311
|
+
export declare const useValveOpen: typeof trpc.valve.open.useMutation;
|
|
1312
|
+
/** Generated alias around `trpc.valve.close.useMutation`. */
|
|
1313
|
+
export declare const useValveClose: typeof trpc.valve.close.useMutation;
|
|
1314
|
+
/** Generated alias around `trpc.valve.stop.useMutation`. */
|
|
1315
|
+
export declare const useValveStop: typeof trpc.valve.stop.useMutation;
|
|
1316
|
+
/** Generated alias around `trpc.valve.setPosition.useMutation`. */
|
|
1317
|
+
export declare const useValveSetPosition: typeof trpc.valve.setPosition.useMutation;
|
|
1318
|
+
/** Generated alias around `trpc.valve.getStatus.useQuery`. */
|
|
1319
|
+
export declare const useValveGetStatus: typeof trpc.valve.getStatus.useQuery;
|
|
1320
|
+
/** Generated alias around `trpc.vibration.getStatus.useQuery`. */
|
|
1321
|
+
export declare const useVibrationGetStatus: typeof trpc.vibration.getStatus.useQuery;
|
|
1322
|
+
/** Generated alias around `trpc.waterHeater.setTargetTemp.useMutation`. */
|
|
1323
|
+
export declare const useWaterHeaterSetTargetTemp: typeof trpc.waterHeater.setTargetTemp.useMutation;
|
|
1324
|
+
/** Generated alias around `trpc.waterHeater.setOperationMode.useMutation`. */
|
|
1325
|
+
export declare const useWaterHeaterSetOperationMode: typeof trpc.waterHeater.setOperationMode.useMutation;
|
|
1326
|
+
/** Generated alias around `trpc.waterHeater.setAway.useMutation`. */
|
|
1327
|
+
export declare const useWaterHeaterSetAway: typeof trpc.waterHeater.setAway.useMutation;
|
|
1328
|
+
/** Generated alias around `trpc.waterHeater.getStatus.useQuery`. */
|
|
1329
|
+
export declare const useWaterHeaterGetStatus: typeof trpc.waterHeater.getStatus.useQuery;
|
|
1330
|
+
/** Generated alias around `trpc.weather.getStatus.useQuery`. */
|
|
1331
|
+
export declare const useWeatherGetStatus: typeof trpc.weather.getStatus.useQuery;
|
|
1036
1332
|
/** Generated alias around `trpc.webrtcSession.listStreams.useQuery`. */
|
|
1037
1333
|
export declare const useWebrtcSessionListStreams: typeof trpc.webrtcSession.listStreams.useQuery;
|
|
1038
1334
|
/** Generated alias around `trpc.webrtcSession.createSession.useMutation`. */
|
|
@@ -1041,10 +1337,16 @@ export declare const useWebrtcSessionCreateSession: typeof trpc.webrtcSession.cr
|
|
|
1041
1337
|
export declare const useWebrtcSessionHandleOffer: typeof trpc.webrtcSession.handleOffer.useMutation;
|
|
1042
1338
|
/** Generated alias around `trpc.webrtcSession.handleAnswer.useMutation`. */
|
|
1043
1339
|
export declare const useWebrtcSessionHandleAnswer: typeof trpc.webrtcSession.handleAnswer.useMutation;
|
|
1340
|
+
/** Generated alias around `trpc.webrtcSession.addIceCandidate.useMutation`. */
|
|
1341
|
+
export declare const useWebrtcSessionAddIceCandidate: typeof trpc.webrtcSession.addIceCandidate.useMutation;
|
|
1342
|
+
/** Generated alias around `trpc.webrtcSession.getIceCandidates.useQuery`. */
|
|
1343
|
+
export declare const useWebrtcSessionGetIceCandidates: typeof trpc.webrtcSession.getIceCandidates.useQuery;
|
|
1044
1344
|
/** Generated alias around `trpc.webrtcSession.closeSession.useMutation`. */
|
|
1045
1345
|
export declare const useWebrtcSessionCloseSession: typeof trpc.webrtcSession.closeSession.useMutation;
|
|
1046
1346
|
/** Generated alias around `trpc.webrtcSession.hasAdaptiveBitrate.useQuery`. */
|
|
1047
1347
|
export declare const useWebrtcSessionHasAdaptiveBitrate: typeof trpc.webrtcSession.hasAdaptiveBitrate.useQuery;
|
|
1348
|
+
/** Generated alias around `trpc.webrtcSession.getSessionState.useQuery`. */
|
|
1349
|
+
export declare const useWebrtcSessionGetSessionState: typeof trpc.webrtcSession.getSessionState.useQuery;
|
|
1048
1350
|
/** Generated alias around `trpc.zoneAnalytics.getCurrentSnapshot.useQuery`. */
|
|
1049
1351
|
export declare const useZoneAnalyticsGetCurrentSnapshot: typeof trpc.zoneAnalytics.getCurrentSnapshot.useQuery;
|
|
1050
1352
|
/** Generated alias around `trpc.zoneAnalytics.getZoneHistory.useQuery`. */
|