@camstack/types 0.1.40 → 0.1.41

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.
Files changed (296) hide show
  1. package/dist/addon/base-addon.d.ts +12 -0
  2. package/dist/addon/base-addon.d.ts.map +1 -1
  3. package/dist/addon/durable-state.d.ts +33 -0
  4. package/dist/addon/durable-state.d.ts.map +1 -0
  5. package/dist/capabilities/accessories.cap.d.ts +56 -8
  6. package/dist/capabilities/accessories.cap.d.ts.map +1 -1
  7. package/dist/capabilities/advanced-notifier.cap.d.ts +4 -0
  8. package/dist/capabilities/advanced-notifier.cap.d.ts.map +1 -1
  9. package/dist/capabilities/air-quality-sensor.cap.d.ts +56 -0
  10. package/dist/capabilities/air-quality-sensor.cap.d.ts.map +1 -0
  11. package/dist/capabilities/alarm-panel.cap.d.ts +154 -0
  12. package/dist/capabilities/alarm-panel.cap.d.ts.map +1 -0
  13. package/dist/capabilities/ambient-light-sensor.cap.d.ts +39 -0
  14. package/dist/capabilities/ambient-light-sensor.cap.d.ts.map +1 -0
  15. package/dist/capabilities/automation-control.cap.d.ts +65 -0
  16. package/dist/capabilities/automation-control.cap.d.ts.map +1 -0
  17. package/dist/capabilities/battery.cap.d.ts +30 -1
  18. package/dist/capabilities/battery.cap.d.ts.map +1 -1
  19. package/dist/capabilities/binary.cap.d.ts +40 -0
  20. package/dist/capabilities/binary.cap.d.ts.map +1 -0
  21. package/dist/capabilities/brightness.cap.d.ts +3 -2
  22. package/dist/capabilities/brightness.cap.d.ts.map +1 -1
  23. package/dist/capabilities/broker.cap.d.ts +291 -0
  24. package/dist/capabilities/broker.cap.d.ts.map +1 -0
  25. package/dist/capabilities/button.cap.d.ts +27 -0
  26. package/dist/capabilities/button.cap.d.ts.map +1 -0
  27. package/dist/capabilities/camera-credentials.cap.d.ts +1 -0
  28. package/dist/capabilities/camera-credentials.cap.d.ts.map +1 -1
  29. package/dist/capabilities/camera-streams.cap.d.ts +147 -10
  30. package/dist/capabilities/camera-streams.cap.d.ts.map +1 -1
  31. package/dist/capabilities/capability-definition.d.ts +15 -0
  32. package/dist/capabilities/capability-definition.d.ts.map +1 -1
  33. package/dist/capabilities/carbon-monoxide.cap.d.ts +33 -0
  34. package/dist/capabilities/carbon-monoxide.cap.d.ts.map +1 -0
  35. package/dist/capabilities/climate-control.cap.d.ts +183 -0
  36. package/dist/capabilities/climate-control.cap.d.ts.map +1 -0
  37. package/dist/capabilities/color.cap.d.ts +186 -0
  38. package/dist/capabilities/color.cap.d.ts.map +1 -0
  39. package/dist/capabilities/connectivity.cap.d.ts +37 -0
  40. package/dist/capabilities/connectivity.cap.d.ts.map +1 -0
  41. package/dist/capabilities/consumables.cap.d.ts +105 -0
  42. package/dist/capabilities/consumables.cap.d.ts.map +1 -0
  43. package/dist/capabilities/contact.cap.d.ts +41 -0
  44. package/dist/capabilities/contact.cap.d.ts.map +1 -0
  45. package/dist/capabilities/control.cap.d.ts +167 -0
  46. package/dist/capabilities/control.cap.d.ts.map +1 -0
  47. package/dist/capabilities/cover.cap.d.ts +104 -0
  48. package/dist/capabilities/cover.cap.d.ts.map +1 -0
  49. package/dist/capabilities/custom-actions.d.ts +6 -0
  50. package/dist/capabilities/custom-actions.d.ts.map +1 -1
  51. package/dist/capabilities/decoder.cap.d.ts +1 -1
  52. package/dist/capabilities/device-adoption.cap.d.ts +203 -0
  53. package/dist/capabilities/device-adoption.cap.d.ts.map +1 -0
  54. package/dist/capabilities/device-discovery.cap.d.ts +44 -143
  55. package/dist/capabilities/device-discovery.cap.d.ts.map +1 -1
  56. package/dist/capabilities/device-manager.cap.d.ts +469 -0
  57. package/dist/capabilities/device-manager.cap.d.ts.map +1 -1
  58. package/dist/capabilities/device-ops.cap.d.ts +30 -0
  59. package/dist/capabilities/device-ops.cap.d.ts.map +1 -1
  60. package/dist/capabilities/device-provider.cap.d.ts +36 -0
  61. package/dist/capabilities/device-provider.cap.d.ts.map +1 -1
  62. package/dist/capabilities/device-status.cap.d.ts +1 -0
  63. package/dist/capabilities/device-status.cap.d.ts.map +1 -1
  64. package/dist/capabilities/doorbell.cap.d.ts +1 -0
  65. package/dist/capabilities/doorbell.cap.d.ts.map +1 -1
  66. package/dist/capabilities/enum-sensor.cap.d.ts +60 -0
  67. package/dist/capabilities/enum-sensor.cap.d.ts.map +1 -0
  68. package/dist/capabilities/event-emitter.cap.d.ts +79 -0
  69. package/dist/capabilities/event-emitter.cap.d.ts.map +1 -0
  70. package/dist/capabilities/fan-control.cap.d.ts +100 -0
  71. package/dist/capabilities/fan-control.cap.d.ts.map +1 -0
  72. package/dist/capabilities/feature-probe.cap.d.ts +1 -0
  73. package/dist/capabilities/feature-probe.cap.d.ts.map +1 -1
  74. package/dist/capabilities/flood.cap.d.ts +37 -0
  75. package/dist/capabilities/flood.cap.d.ts.map +1 -0
  76. package/dist/capabilities/gas.cap.d.ts +34 -0
  77. package/dist/capabilities/gas.cap.d.ts.map +1 -0
  78. package/dist/capabilities/humidifier.cap.d.ts +82 -0
  79. package/dist/capabilities/humidifier.cap.d.ts.map +1 -0
  80. package/dist/capabilities/humidity-sensor.cap.d.ts +43 -0
  81. package/dist/capabilities/humidity-sensor.cap.d.ts.map +1 -0
  82. package/dist/capabilities/image.cap.d.ts +44 -0
  83. package/dist/capabilities/image.cap.d.ts.map +1 -0
  84. package/dist/capabilities/index.d.ts +93 -12
  85. package/dist/capabilities/index.d.ts.map +1 -1
  86. package/dist/capabilities/integrations.cap.d.ts +12 -0
  87. package/dist/capabilities/integrations.cap.d.ts.map +1 -1
  88. package/dist/capabilities/intercom.cap.d.ts +49 -9
  89. package/dist/capabilities/intercom.cap.d.ts.map +1 -1
  90. package/dist/capabilities/lawn-mower-control.cap.d.ts +83 -0
  91. package/dist/capabilities/lawn-mower-control.cap.d.ts.map +1 -0
  92. package/dist/capabilities/lock-control.cap.d.ts +92 -0
  93. package/dist/capabilities/lock-control.cap.d.ts.map +1 -0
  94. package/dist/capabilities/media-player.cap.d.ts +201 -0
  95. package/dist/capabilities/media-player.cap.d.ts.map +1 -0
  96. package/dist/capabilities/motion-trigger.cap.d.ts +1 -0
  97. package/dist/capabilities/motion-trigger.cap.d.ts.map +1 -1
  98. package/dist/capabilities/motion-zones.cap.d.ts +1 -0
  99. package/dist/capabilities/motion-zones.cap.d.ts.map +1 -1
  100. package/dist/capabilities/native-object-detection.cap.d.ts +1 -0
  101. package/dist/capabilities/native-object-detection.cap.d.ts.map +1 -1
  102. package/dist/capabilities/network-quality.cap.d.ts +5 -0
  103. package/dist/capabilities/network-quality.cap.d.ts.map +1 -1
  104. package/dist/capabilities/notifier.cap.d.ts +173 -0
  105. package/dist/capabilities/notifier.cap.d.ts.map +1 -0
  106. package/dist/capabilities/numeric-sensor.cap.d.ts +52 -0
  107. package/dist/capabilities/numeric-sensor.cap.d.ts.map +1 -0
  108. package/dist/capabilities/osd.cap.d.ts +1 -0
  109. package/dist/capabilities/osd.cap.d.ts.map +1 -1
  110. package/dist/capabilities/pipeline-analytics.cap.d.ts +69 -22
  111. package/dist/capabilities/pipeline-analytics.cap.d.ts.map +1 -1
  112. package/dist/capabilities/pipeline-executor.cap.d.ts +2 -2
  113. package/dist/capabilities/pipeline-orchestrator.cap.d.ts +1 -1
  114. package/dist/capabilities/pipeline-runner.cap.d.ts +2 -2
  115. package/dist/capabilities/platform-probe.cap.d.ts +25 -0
  116. package/dist/capabilities/platform-probe.cap.d.ts.map +1 -1
  117. package/dist/capabilities/power-meter.cap.d.ts +65 -0
  118. package/dist/capabilities/power-meter.cap.d.ts.map +1 -0
  119. package/dist/capabilities/presence.cap.d.ts +79 -0
  120. package/dist/capabilities/presence.cap.d.ts.map +1 -0
  121. package/dist/capabilities/pressure-sensor.cap.d.ts +43 -0
  122. package/dist/capabilities/pressure-sensor.cap.d.ts.map +1 -0
  123. package/dist/capabilities/privacy-mask.cap.d.ts +1 -0
  124. package/dist/capabilities/privacy-mask.cap.d.ts.map +1 -1
  125. package/dist/capabilities/ptz-autotrack.cap.d.ts +1 -0
  126. package/dist/capabilities/ptz-autotrack.cap.d.ts.map +1 -1
  127. package/dist/capabilities/ptz.cap.d.ts +1 -0
  128. package/dist/capabilities/ptz.cap.d.ts.map +1 -1
  129. package/dist/capabilities/reboot.cap.d.ts +1 -0
  130. package/dist/capabilities/reboot.cap.d.ts.map +1 -1
  131. package/dist/capabilities/recording.cap.d.ts +238 -32
  132. package/dist/capabilities/recording.cap.d.ts.map +1 -1
  133. package/dist/capabilities/restreamer.cap.d.ts +2 -2
  134. package/dist/capabilities/schemas/orchestrator-metrics.d.ts +2 -2
  135. package/dist/capabilities/schemas/streaming-shared.d.ts +64 -1
  136. package/dist/capabilities/schemas/streaming-shared.d.ts.map +1 -1
  137. package/dist/capabilities/script-runner.cap.d.ts +62 -0
  138. package/dist/capabilities/script-runner.cap.d.ts.map +1 -0
  139. package/dist/capabilities/settings-store.cap.d.ts +25 -0
  140. package/dist/capabilities/settings-store.cap.d.ts.map +1 -1
  141. package/dist/capabilities/smoke.cap.d.ts +38 -0
  142. package/dist/capabilities/smoke.cap.d.ts.map +1 -0
  143. package/dist/capabilities/snapshot-provider.cap.d.ts +1 -1
  144. package/dist/capabilities/snapshot.cap.d.ts +1 -0
  145. package/dist/capabilities/snapshot.cap.d.ts.map +1 -1
  146. package/dist/capabilities/storage-evictable.cap.d.ts +54 -0
  147. package/dist/capabilities/storage-evictable.cap.d.ts.map +1 -0
  148. package/dist/capabilities/storage-provider.cap.d.ts +31 -186
  149. package/dist/capabilities/storage-provider.cap.d.ts.map +1 -1
  150. package/dist/capabilities/storage.cap.d.ts +35 -226
  151. package/dist/capabilities/storage.cap.d.ts.map +1 -1
  152. package/dist/capabilities/stream-broker.cap.d.ts +309 -25
  153. package/dist/capabilities/stream-broker.cap.d.ts.map +1 -1
  154. package/dist/capabilities/stream-catalog.cap.d.ts +3 -0
  155. package/dist/capabilities/stream-catalog.cap.d.ts.map +1 -1
  156. package/dist/capabilities/stream-params.cap.d.ts +27 -26
  157. package/dist/capabilities/stream-params.cap.d.ts.map +1 -1
  158. package/dist/capabilities/switch.cap.d.ts +1 -0
  159. package/dist/capabilities/switch.cap.d.ts.map +1 -1
  160. package/dist/capabilities/tamper.cap.d.ts +33 -0
  161. package/dist/capabilities/tamper.cap.d.ts.map +1 -0
  162. package/dist/capabilities/temperature-sensor.cap.d.ts +51 -0
  163. package/dist/capabilities/temperature-sensor.cap.d.ts.map +1 -0
  164. package/dist/capabilities/update.cap.d.ts +49 -0
  165. package/dist/capabilities/update.cap.d.ts.map +1 -0
  166. package/dist/capabilities/vacuum-control.cap.d.ts +229 -0
  167. package/dist/capabilities/vacuum-control.cap.d.ts.map +1 -0
  168. package/dist/capabilities/valve.cap.d.ts +93 -0
  169. package/dist/capabilities/valve.cap.d.ts.map +1 -0
  170. package/dist/capabilities/vibration.cap.d.ts +33 -0
  171. package/dist/capabilities/vibration.cap.d.ts.map +1 -0
  172. package/dist/capabilities/water-heater.cap.d.ts +78 -0
  173. package/dist/capabilities/water-heater.cap.d.ts.map +1 -0
  174. package/dist/capabilities/weather.cap.d.ts +76 -0
  175. package/dist/capabilities/weather.cap.d.ts.map +1 -0
  176. package/dist/capabilities/webrtc-session.cap.d.ts +95 -1
  177. package/dist/capabilities/webrtc-session.cap.d.ts.map +1 -1
  178. package/dist/constants.d.ts +0 -2
  179. package/dist/constants.d.ts.map +1 -1
  180. package/dist/device/base-device-provider.d.ts +11 -0
  181. package/dist/device/base-device-provider.d.ts.map +1 -1
  182. package/dist/device/base-device.d.ts +52 -0
  183. package/dist/device/base-device.d.ts.map +1 -1
  184. package/dist/device/device-context.d.ts +29 -0
  185. package/dist/device/device-context.d.ts.map +1 -1
  186. package/dist/device/device-link-transform.d.ts +6 -0
  187. package/dist/device/device-link-transform.d.ts.map +1 -0
  188. package/dist/device/device-management.d.ts +116 -4
  189. package/dist/device/device-management.d.ts.map +1 -1
  190. package/dist/device/device-type.d.ts +214 -3
  191. package/dist/device/device-type.d.ts.map +1 -1
  192. package/dist/device/device.d.ts +25 -0
  193. package/dist/device/device.d.ts.map +1 -1
  194. package/dist/device/index.d.ts +5 -1
  195. package/dist/device/index.d.ts.map +1 -1
  196. package/dist/device/path-util.d.ts +13 -0
  197. package/dist/device/path-util.d.ts.map +1 -0
  198. package/dist/device/schema-fields.d.ts +12 -0
  199. package/dist/device/schema-fields.d.ts.map +1 -0
  200. package/dist/device/source-info.d.ts +87 -0
  201. package/dist/device/source-info.d.ts.map +1 -0
  202. package/dist/device/system-mirror.d.ts +6 -2
  203. package/dist/device/system-mirror.d.ts.map +1 -1
  204. package/dist/encode-profile.d.ts +126 -0
  205. package/dist/encode-profile.d.ts.map +1 -0
  206. package/dist/enums/event-category.d.ts +64 -6
  207. package/dist/enums/event-category.d.ts.map +1 -1
  208. package/dist/generated/addon-api.d.ts +12345 -8129
  209. package/dist/generated/addon-api.d.ts.map +1 -1
  210. package/dist/generated/cap-status-types.d.ts +85 -1
  211. package/dist/generated/cap-status-types.d.ts.map +1 -1
  212. package/dist/generated/capability-router-map.d.ts +133 -7
  213. package/dist/generated/capability-router-map.d.ts.map +1 -1
  214. package/dist/generated/device-local-state.d.ts +117 -0
  215. package/dist/generated/device-local-state.d.ts.map +1 -1
  216. package/dist/generated/device-proxy.d.ts +124 -5
  217. package/dist/generated/device-proxy.d.ts.map +1 -1
  218. package/dist/generated/method-access-map.d.ts +1 -1
  219. package/dist/generated/method-access-map.d.ts.map +1 -1
  220. package/dist/generated/provider-kind-map.d.ts +1 -1
  221. package/dist/generated/provider-kind-map.d.ts.map +1 -1
  222. package/dist/generated/system-proxy.d.ts +9 -7
  223. package/dist/generated/system-proxy.d.ts.map +1 -1
  224. package/dist/{index-DnpdVFKv.js → index-BSA_TBea.js} +4170 -728
  225. package/dist/index-BSA_TBea.js.map +1 -0
  226. package/dist/{index-C2zzIDdX.mjs → index-Bpj3ScIH.mjs} +4563 -1121
  227. package/dist/index-Bpj3ScIH.mjs.map +1 -0
  228. package/dist/index.d.ts +21 -3
  229. package/dist/index.d.ts.map +1 -1
  230. package/dist/index.js +1323 -116
  231. package/dist/index.js.map +1 -1
  232. package/dist/index.mjs +1637 -430
  233. package/dist/index.mjs.map +1 -1
  234. package/dist/interfaces/addon-data-plane.d.ts +76 -0
  235. package/dist/interfaces/addon-data-plane.d.ts.map +1 -0
  236. package/dist/interfaces/addon.d.ts +60 -0
  237. package/dist/interfaces/addon.d.ts.map +1 -1
  238. package/dist/interfaces/advanced-notifier.d.ts +4 -0
  239. package/dist/interfaces/advanced-notifier.d.ts.map +1 -1
  240. package/dist/interfaces/capability.d.ts +42 -1
  241. package/dist/interfaces/capability.d.ts.map +1 -1
  242. package/dist/interfaces/config-ui.d.ts +70 -6
  243. package/dist/interfaces/config-ui.d.ts.map +1 -1
  244. package/dist/interfaces/device-capabilities/camera.d.ts +2 -1
  245. package/dist/interfaces/device-capabilities/camera.d.ts.map +1 -1
  246. package/dist/interfaces/event-bus.d.ts +49 -3
  247. package/dist/interfaces/event-bus.d.ts.map +1 -1
  248. package/dist/interfaces/kernel-abstractions.d.ts +10 -1
  249. package/dist/interfaces/kernel-abstractions.d.ts.map +1 -1
  250. package/dist/interfaces/network-quality.d.ts +8 -0
  251. package/dist/interfaces/network-quality.d.ts.map +1 -1
  252. package/dist/interfaces/pipeline-executor-capability.d.ts +2 -2
  253. package/dist/interfaces/pipeline-orchestrator-capability.d.ts +2 -1
  254. package/dist/interfaces/pipeline-orchestrator-capability.d.ts.map +1 -1
  255. package/dist/interfaces/pipeline-runner-capability.d.ts +7 -0
  256. package/dist/interfaces/pipeline-runner-capability.d.ts.map +1 -1
  257. package/dist/interfaces/recording-config.d.ts +91 -0
  258. package/dist/interfaces/recording-config.d.ts.map +1 -0
  259. package/dist/interfaces/rtp-egress.d.ts +2 -3
  260. package/dist/interfaces/rtp-egress.d.ts.map +1 -1
  261. package/dist/interfaces/storage-location-declaration.d.ts +34 -0
  262. package/dist/interfaces/storage-location-declaration.d.ts.map +1 -0
  263. package/dist/interfaces/storage-location.d.ts +18 -74
  264. package/dist/interfaces/storage-location.d.ts.map +1 -1
  265. package/dist/interfaces/storage.d.ts +15 -4
  266. package/dist/interfaces/storage.d.ts.map +1 -1
  267. package/dist/interfaces/stream-broker.d.ts +18 -3
  268. package/dist/interfaces/stream-broker.d.ts.map +1 -1
  269. package/dist/interfaces/timezones.d.ts +59 -0
  270. package/dist/interfaces/timezones.d.ts.map +1 -0
  271. package/dist/node.d.ts +3 -0
  272. package/dist/node.d.ts.map +1 -1
  273. package/dist/node.js +50 -8
  274. package/dist/node.js.map +1 -1
  275. package/dist/node.mjs +51 -9
  276. package/dist/node.mjs.map +1 -1
  277. package/dist/storage/filesystem-storage-provider.d.ts +2 -1
  278. package/dist/storage/filesystem-storage-provider.d.ts.map +1 -1
  279. package/dist/stream-selection.d.ts +85 -0
  280. package/dist/stream-selection.d.ts.map +1 -0
  281. package/dist/types/detection.d.ts +3 -3
  282. package/dist/types/io.d.ts +1 -1
  283. package/dist/types/io.d.ts.map +1 -1
  284. package/dist/util/location-match.d.ts +15 -0
  285. package/dist/util/location-match.d.ts.map +1 -0
  286. package/dist/utils/canonical-hash.d.ts +20 -0
  287. package/dist/utils/canonical-hash.d.ts.map +1 -0
  288. package/dist/utils/export-reconciler.d.ts +101 -0
  289. package/dist/utils/export-reconciler.d.ts.map +1 -0
  290. package/dist/utils/sleep.d.ts +36 -0
  291. package/dist/utils/sleep.d.ts.map +1 -0
  292. package/package.json +1 -1
  293. package/dist/capabilities/recording-engine.cap.d.ts +0 -477
  294. package/dist/capabilities/recording-engine.cap.d.ts.map +0 -1
  295. package/dist/index-C2zzIDdX.mjs.map +0 -1
  296. package/dist/index-DnpdVFKv.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"encode-profile.d.ts","sourceRoot":"","sources":["../src/encode-profile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB;;;;;;;;;;;GAWG;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAa5B,CAAA;AACF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAE3D,eAAO,MAAM,iBAAiB;;;;;;;;;;;mBAQ5B,CAAA;AACF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAE3D,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgB9B,CAAA;AACF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAE/D;;;;;;;;;;GAUG;AACH,wBAAgB,4BAA4B,CAAC,MAAM,EAAE;IACnD,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAA;IACvB,QAAQ,CAAC,UAAU,CAAC,EAAE;QAAE,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAA;IACzE,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,CAAA;CACtB,GAAG,aAAa,GAAG,SAAS,CAgB5B"}
@@ -83,6 +83,21 @@ export declare enum EventCategory {
83
83
  * fires on hardware-config changes (host/port/credentials/etc).
84
84
  */
85
85
  DeviceMetaChanged = "device.meta-changed",
86
+ /**
87
+ * Emitted by `BaseDevice.updateSourceInfo()` after a successful patch
88
+ * to the device's upstream-system identity / rendering envelope. The
89
+ * full new SourceInfo travels in the payload so cross-process listeners
90
+ * (UI, export adapters) don't need to re-read the meta blob.
91
+ *
92
+ * Payload: `{deviceId, sourceInfo}`.
93
+ *
94
+ * Distinct from `DeviceMetaChanged` which covers the operator-edited
95
+ * surface (`name` / `location` / `disabled`). The two share the
96
+ * persistence layer (both ride on `device-manager.setMetadata` for
97
+ * SourceInfo, or `setName`/`setLocation`/`setDisabled` for the meta
98
+ * fields) but consumers care about different subsets.
99
+ */
100
+ DeviceSourceInfoChanged = "device.source-info-changed",
86
101
  /**
87
102
  * Emitted by DeviceStreamWiringService after a successful
88
103
  * `stream-broker.registerDeviceStreams` call. Payload includes
@@ -92,9 +107,33 @@ export declare enum EventCategory {
92
107
  * Replaces the legacy `StreamRouterService.onDeviceRegistered` callback.
93
108
  */
94
109
  DeviceStreamsRegistered = "device.streams-registered",
110
+ /**
111
+ * Device-level "fully provisioned" signal — the EXPORT trigger. Emitted once
112
+ * a device's persisted export-relevant shape (its `DeviceFeature` set) is
113
+ * established or changes, carrying `{deviceId, fingerprint, generation}`.
114
+ * Export adapters (Alexa / HAP) react to THIS instead of the chatty per-cap
115
+ * `DeviceBindingsChanged`, turning a boot's incomplete→complete trickle into
116
+ * one clean delta. `fingerprint` is `canonicalDeviceFingerprint(shape)`.
117
+ *
118
+ * Spec: docs/superpowers/specs/2026-06-01-alexa-hap-export-reconciler-design.md
119
+ */
120
+ DeviceProvisioned = "device.provisioned",
121
+ /**
122
+ * Fires once when a device's initial feature-probe completes successfully
123
+ * (lastProbedAt 0→>0); exported shape is now stable. Telemetry (may be
124
+ * dropped) — consumers MUST also gate on the device record's `probed` flag.
125
+ */
126
+ DeviceReady = "device.ready",
95
127
  IntegrationEnabled = "integration.enabled",
96
128
  IntegrationDisabled = "integration.disabled",
97
129
  IntegrationDeleted = "integration.deleted",
130
+ /** Emitted when a broker connection's status flips (connected /
131
+ * disconnected / error). Carries `{ brokerId, status, error? }`. */
132
+ BrokerStatusChanged = "broker.status-changed",
133
+ /** Emitted for every subscription-matched message routed by a
134
+ * broker provider. Carries `{ brokerId, subscriptionId, key, payload }`.
135
+ * Consumers filter by `brokerId` + `subscriptionId` in the handler. */
136
+ BrokerMessage = "broker.message",
98
137
  ProviderStarted = "provider.started",
99
138
  ProviderStopped = "provider.stopped",
100
139
  ProcessCrashed = "process.crashed",
@@ -183,12 +222,11 @@ export declare enum EventCategory {
183
222
  /**
184
223
  * Cap event fired by `stream-broker` when a broker fails to dial a
185
224
  * managed-loopback source (today: `pull-rfc4571`) and the publisher
186
- * needs to refresh the cached URL. Mirrors Scrypted's
187
- * `ensureRfcServer` self-heal pattern: the lib's TCP server
188
- * idle-tears-down on its own schedule, so a re-publish with a fresh
189
- * `host:port` is the only way to keep the broker dialable. Camera
190
- * providers (Reolink Baichuan native, …) subscribe and respond by
191
- * re-running their publish pipeline.
225
+ * needs to refresh the cached URL. The lib's TCP server idle-tears-down
226
+ * on its own schedule, so a re-publish with a fresh `host:port` is the
227
+ * only way to keep the broker dialable. Camera providers (Reolink
228
+ * Baichuan native, …) subscribe and respond by re-running their publish
229
+ * pipeline.
192
230
  * Payload: `{ deviceId, camStreamId, brokerId }`.
193
231
  */
194
232
  StreamBrokerOnRequestStreamSourceRefresh = "stream-broker.onRequestStreamSourceRefresh",
@@ -220,6 +258,17 @@ export declare enum EventCategory {
220
258
  * polling `batteryCapability.getStatus`.
221
259
  */
222
260
  BatteryOnStatusChanged = "battery.onStatusChanged",
261
+ /**
262
+ * Emitted by the battery cap provider WHEN `wakeForStream` enters the
263
+ * "wake in progress" window — between the Baichuan wake-up issue and
264
+ * the camera's first dialed-back RTP packet. The stream-broker
265
+ * manager subscribes to flip the per-broker placeholder reason to
266
+ * `'waking'` so viewers see a labelled "WAKING UP" tile instead of
267
+ * the generic `'reconnecting'` frame. Carries `{ deviceId }`. The
268
+ * complementary "wake complete" signal is the existing
269
+ * `BatteryOnStatusChanged { sleeping: false }` event.
270
+ */
271
+ BatteryOnWakeStarted = "battery.onWakeStarted",
223
272
  /**
224
273
  * Cap event fired by every device that registers the `doorbell`
225
274
  * capability. Mirrors `doorbellCapability.events.onPressed`. Carries
@@ -228,6 +277,15 @@ export declare enum EventCategory {
228
277
  * on the device detail page.
229
278
  */
230
279
  DoorbellOnPressed = "doorbell.onPressed",
280
+ /**
281
+ * Cap event fired by every device that registers the `event-emitter`
282
+ * capability. Mirrors `eventEmitterCapability.events.onEvent`. Carries
283
+ * `{ deviceId, eventType, data, timestamp, seq }` — the device's EXACT
284
+ * declared event verbatim (NO normalization). Subscribers (UI event
285
+ * stream, advanced-notifier rules) react to fired events without
286
+ * holding a cap reference.
287
+ */
288
+ EventEmitted = "event-emitter.event",
231
289
  /**
232
290
  * Periodic snapshot of the per-node detection-pipeline engine
233
291
  * registry (loaded engines, models resident, in-use cameras, idle
@@ -1 +1 @@
1
- {"version":3,"file":"event-category.d.ts","sourceRoot":"","sources":["../../src/enums/event-category.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"event-category.d.ts","sourceRoot":"","sources":["../../src/enums/event-category.ts"],"names":[],"mappings":"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"}