aes70 2.0.3 → 2.0.6

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 (245) hide show
  1. package/dist/AES70.es5.js +15277 -9362
  2. package/package.json +1 -1
  3. package/src/OCP1/OcaInterval.js +0 -1
  4. package/src/connection.d.ts +1 -1
  5. package/src/connection.js +6 -0
  6. package/src/controller/ControlClasses/OcaActuator.d.ts +2 -2
  7. package/src/controller/ControlClasses/OcaAgent.d.ts +4 -4
  8. package/src/controller/ControlClasses/OcaApplicationNetwork.d.ts +6 -6
  9. package/src/controller/ControlClasses/OcaAudioLevelSensor.d.ts +4 -4
  10. package/src/controller/ControlClasses/OcaAudioProcessingManager.d.ts +2 -2
  11. package/src/controller/ControlClasses/OcaBasicActuator.d.ts +2 -2
  12. package/src/controller/ControlClasses/OcaBasicSensor.d.ts +2 -2
  13. package/src/controller/ControlClasses/OcaBitstringActuator.d.ts +3 -3
  14. package/src/controller/ControlClasses/OcaBitstringSensor.d.ts +3 -3
  15. package/src/controller/ControlClasses/OcaBlock.d.ts +15 -15
  16. package/src/controller/ControlClasses/OcaBlockFactoryAgent.d.ts +11 -11
  17. package/src/controller/ControlClasses/OcaBooleanActuator.d.ts +3 -3
  18. package/src/controller/ControlClasses/OcaBooleanSensor.d.ts +3 -3
  19. package/src/controller/ControlClasses/OcaCodingManager.d.ts +3 -3
  20. package/src/controller/ControlClasses/OcaCommandSet.d.ts +4 -4
  21. package/src/controller/ControlClasses/OcaCommandSetAgent.d.ts +4 -4
  22. package/src/controller/ControlClasses/OcaControlNetwork.d.ts +4 -4
  23. package/src/controller/ControlClasses/OcaCounterNotifier.d.ts +6 -6
  24. package/src/controller/ControlClasses/OcaCurrentSensor.d.ts +4 -4
  25. package/src/controller/ControlClasses/OcaDataset.d.ts +6 -6
  26. package/src/controller/ControlClasses/OcaDatasetWorker.d.ts +3 -3
  27. package/src/controller/ControlClasses/OcaDelay.d.ts +4 -4
  28. package/src/controller/ControlClasses/OcaDelayExtended.d.ts +6 -6
  29. package/src/controller/ControlClasses/OcaDeviceManager.d.ts +11 -11
  30. package/src/controller/ControlClasses/OcaDeviceTimeManager.d.ts +4 -4
  31. package/src/controller/ControlClasses/OcaDiagnosticManager.d.ts +2 -2
  32. package/src/controller/ControlClasses/OcaDynamics.d.ts +9 -9
  33. package/src/controller/ControlClasses/OcaDynamicsCurve.d.ts +6 -6
  34. package/src/controller/ControlClasses/OcaDynamicsDetector.d.ts +6 -6
  35. package/src/controller/ControlClasses/OcaFilterArbitraryCurve.d.ts +5 -5
  36. package/src/controller/ControlClasses/OcaFilterClassical.d.ts +7 -7
  37. package/src/controller/ControlClasses/OcaFilterFIR.d.ts +4 -4
  38. package/src/controller/ControlClasses/OcaFilterParametric.d.ts +6 -6
  39. package/src/controller/ControlClasses/OcaFilterPolynomial.d.ts +4 -4
  40. package/src/controller/ControlClasses/OcaFirmwareManager.d.ts +5 -5
  41. package/src/controller/ControlClasses/OcaFloat32Actuator.d.ts +4 -4
  42. package/src/controller/ControlClasses/OcaFloat32Sensor.d.ts +4 -4
  43. package/src/controller/ControlClasses/OcaFloat64Actuator.d.ts +4 -4
  44. package/src/controller/ControlClasses/OcaFloat64Sensor.d.ts +4 -4
  45. package/src/controller/ControlClasses/OcaFrequencyActuator.d.ts +4 -4
  46. package/src/controller/ControlClasses/OcaFrequencySensor.d.ts +4 -4
  47. package/src/controller/ControlClasses/OcaGain.d.ts +4 -4
  48. package/src/controller/ControlClasses/OcaGainSensor.d.ts +4 -4
  49. package/src/controller/ControlClasses/OcaGroup.d.ts +4 -4
  50. package/src/controller/ControlClasses/OcaGrouper.d.ts +9 -9
  51. package/src/controller/ControlClasses/OcaIdentificationActuator.d.ts +3 -3
  52. package/src/controller/ControlClasses/OcaIdentificationSensor.d.ts +3 -3
  53. package/src/controller/ControlClasses/OcaImpedanceSensor.d.ts +5 -5
  54. package/src/controller/ControlClasses/OcaInt16Actuator.d.ts +4 -4
  55. package/src/controller/ControlClasses/OcaInt16Sensor.d.ts +4 -4
  56. package/src/controller/ControlClasses/OcaInt32Actuator.d.ts +4 -4
  57. package/src/controller/ControlClasses/OcaInt32Sensor.d.ts +4 -4
  58. package/src/controller/ControlClasses/OcaInt64Actuator.d.ts +4 -4
  59. package/src/controller/ControlClasses/OcaInt64Sensor.d.ts +4 -4
  60. package/src/controller/ControlClasses/OcaInt8Actuator.d.ts +4 -4
  61. package/src/controller/ControlClasses/OcaInt8Sensor.d.ts +4 -4
  62. package/src/controller/ControlClasses/OcaJsonActuator.d.ts +3 -3
  63. package/src/controller/ControlClasses/OcaJsonSensor.d.ts +3 -3
  64. package/src/controller/ControlClasses/OcaLevelSensor.d.ts +4 -4
  65. package/src/controller/ControlClasses/OcaLibraryManager.d.ts +6 -6
  66. package/src/controller/ControlClasses/OcaLockManager.d.ts +3 -3
  67. package/src/controller/ControlClasses/OcaLog.d.ts +7 -7
  68. package/src/controller/ControlClasses/OcaManager.d.ts +2 -2
  69. package/src/controller/ControlClasses/OcaMatrix.d.ts +8 -8
  70. package/src/controller/ControlClasses/OcaMediaClock.d.ts +6 -6
  71. package/src/controller/ControlClasses/OcaMediaClock3.d.ts +7 -7
  72. package/src/controller/ControlClasses/OcaMediaClockManager.d.ts +4 -4
  73. package/src/controller/ControlClasses/OcaMediaRecorderPlayer.d.ts +10 -10
  74. package/src/controller/ControlClasses/OcaMediaTransportApplication.d.ts +18 -18
  75. package/src/controller/ControlClasses/OcaMediaTransportNetwork.d.ts +15 -15
  76. package/src/controller/ControlClasses/OcaMediaTransportSessionAgent.d.ts +6 -6
  77. package/src/controller/ControlClasses/OcaMute.d.ts +4 -4
  78. package/src/controller/ControlClasses/OcaNetwork.d.ts +9 -9
  79. package/src/controller/ControlClasses/OcaNetworkApplication.d.ts +7 -7
  80. package/src/controller/ControlClasses/OcaNetworkInterface.d.ts +8 -8
  81. package/src/controller/ControlClasses/OcaNetworkManager.d.ts +3 -3
  82. package/src/controller/ControlClasses/OcaNetworkSignalChannel.d.ts +5 -5
  83. package/src/controller/ControlClasses/OcaNumericObserver.d.ts +7 -7
  84. package/src/controller/ControlClasses/OcaNumericObserverList.d.ts +7 -7
  85. package/src/controller/ControlClasses/OcaPanBalance.d.ts +4 -4
  86. package/src/controller/ControlClasses/OcaPhysicalPosition.d.ts +7 -7
  87. package/src/controller/ControlClasses/OcaPolarity.d.ts +4 -4
  88. package/src/controller/ControlClasses/OcaPowerManager.d.ts +4 -4
  89. package/src/controller/ControlClasses/OcaPowerSensor.d.ts +4 -4
  90. package/src/controller/ControlClasses/OcaPowerSupply.d.ts +6 -6
  91. package/src/controller/ControlClasses/OcaProgram.d.ts +4 -4
  92. package/src/controller/ControlClasses/OcaRamper.d.ts +11 -11
  93. package/src/controller/ControlClasses/OcaRoot.d.ts +6 -6
  94. package/src/controller/ControlClasses/OcaSamplingRateConverter.d.ts +3 -3
  95. package/src/controller/ControlClasses/OcaSecurityManager.d.ts +3 -3
  96. package/src/controller/ControlClasses/OcaSensor.d.ts +4 -4
  97. package/src/controller/ControlClasses/OcaSignalGenerator.d.ts +10 -7
  98. package/src/controller/ControlClasses/OcaSignalInput.d.ts +2 -2
  99. package/src/controller/ControlClasses/OcaSignalOutput.d.ts +2 -2
  100. package/src/controller/ControlClasses/OcaStateSensor.d.ts +4 -4
  101. package/src/controller/ControlClasses/OcaStreamConnector.d.ts +6 -6
  102. package/src/controller/ControlClasses/OcaStreamNetwork.d.ts +9 -9
  103. package/src/controller/ControlClasses/OcaStringActuator.d.ts +3 -3
  104. package/src/controller/ControlClasses/OcaStringSensor.d.ts +3 -3
  105. package/src/controller/ControlClasses/OcaSubscriptionManager.d.ts +10 -10
  106. package/src/controller/ControlClasses/OcaSummingPoint.d.ts +2 -2
  107. package/src/controller/ControlClasses/OcaSwitch.d.ts +4 -4
  108. package/src/controller/ControlClasses/OcaTaskAgent.d.ts +6 -6
  109. package/src/controller/ControlClasses/OcaTaskManager.d.ts +8 -8
  110. package/src/controller/ControlClasses/OcaTaskScheduler.d.ts +9 -6
  111. package/src/controller/ControlClasses/OcaTemperatureActuator.d.ts +4 -4
  112. package/src/controller/ControlClasses/OcaTemperatureSensor.d.ts +4 -4
  113. package/src/controller/ControlClasses/OcaTimeIntervalSensor.d.ts +4 -4
  114. package/src/controller/ControlClasses/OcaTimeSource.d.ts +7 -7
  115. package/src/controller/ControlClasses/OcaUint16Actuator.d.ts +4 -4
  116. package/src/controller/ControlClasses/OcaUint16Sensor.d.ts +4 -4
  117. package/src/controller/ControlClasses/OcaUint32Actuator.d.ts +4 -4
  118. package/src/controller/ControlClasses/OcaUint32Sensor.d.ts +4 -4
  119. package/src/controller/ControlClasses/OcaUint64Actuator.d.ts +4 -4
  120. package/src/controller/ControlClasses/OcaUint64Sensor.d.ts +4 -4
  121. package/src/controller/ControlClasses/OcaUint8Actuator.d.ts +4 -4
  122. package/src/controller/ControlClasses/OcaUint8Sensor.d.ts +4 -4
  123. package/src/controller/ControlClasses/OcaVoltageSensor.d.ts +4 -4
  124. package/src/controller/ControlClasses/OcaWorker.d.ts +8 -8
  125. package/src/controller/ControlClasses.d.ts +220 -185
  126. package/src/controller/ControlClasses.js +199 -164
  127. package/src/controller/client_connection.d.ts +10 -1
  128. package/src/controller/client_connection.js +34 -0
  129. package/src/controller/fetch_device_content.d.ts +1 -1
  130. package/src/controller/object_base.d.ts +2 -2
  131. package/src/controller/remote_device.d.ts +19 -19
  132. package/src/controller/remote_error.d.ts +1 -1
  133. package/src/controller/udp_connection.d.ts +1 -1
  134. package/src/controller/websocket_connection.d.ts +1 -1
  135. package/src/controller/websocket_connection_base.d.ts +1 -1
  136. package/src/controller/websocket_connection_node.d.ts +1 -1
  137. package/src/events.d.ts +14 -3
  138. package/src/events.js +28 -0
  139. package/src/index.browser.d.ts +2 -2
  140. package/src/index.d.ts +4 -4
  141. package/src/index.default.d.ts +20 -20
  142. package/src/types/OcaActionObjectSearchResult.d.ts +1 -1
  143. package/src/types/OcaBlockMember.d.ts +1 -1
  144. package/src/types/OcaCommand.d.ts +1 -1
  145. package/src/types/OcaCommandResult.d.ts +1 -1
  146. package/src/types/OcaCommandSetResult.d.ts +5 -2
  147. package/src/types/OcaConstructionParameter.d.ts +1 -1
  148. package/src/types/OcaCounterNotifierFilterParameters.d.ts +1 -1
  149. package/src/types/OcaCounterSet.d.ts +1 -1
  150. package/src/types/OcaCounterUpdateEventData.d.ts +1 -1
  151. package/src/types/OcaDatasetSearchResult.d.ts +1 -1
  152. package/src/types/OcaDelayValue.d.ts +1 -1
  153. package/src/types/OcaDeviceOperationalState.d.ts +1 -1
  154. package/src/types/OcaEvent.d.ts +1 -1
  155. package/src/types/OcaGroupException.d.ts +2 -2
  156. package/src/types/OcaGrouperCitizen.d.ts +1 -1
  157. package/src/types/OcaGrouperStatusChangeEventData.d.ts +1 -1
  158. package/src/types/OcaIP4NetworkSettings.d.ts +2 -2
  159. package/src/types/OcaIP6NetworkSettings.d.ts +2 -2
  160. package/src/types/OcaJobDisposedEventData.d.ts +2 -2
  161. package/src/types/OcaJobQueueItem.d.ts +3 -3
  162. package/src/types/OcaLibraryIdentifier.d.ts +1 -1
  163. package/src/types/OcaLogFilter.d.ts +2 -2
  164. package/src/types/OcaLogRecord.d.ts +1 -1
  165. package/src/types/OcaMatrixCommand.d.ts +2 -2
  166. package/src/types/OcaMediaConnection.d.ts +1 -1
  167. package/src/types/OcaMediaConnectorStatus.d.ts +1 -1
  168. package/src/types/OcaMediaSinkConnector.d.ts +6 -3
  169. package/src/types/OcaMediaSinkConnectorChangedEventData.d.ts +3 -3
  170. package/src/types/OcaMediaSourceConnector.d.ts +6 -3
  171. package/src/types/OcaMediaSourceConnectorChangedEventData.d.ts +3 -3
  172. package/src/types/OcaMediaStreamEndpoint.d.ts +8 -5
  173. package/src/types/OcaMediaStreamEndpointStatus.d.ts +1 -1
  174. package/src/types/OcaMediaStreamMode.d.ts +1 -1
  175. package/src/types/OcaMediaStreamModeCapability.d.ts +3 -3
  176. package/src/types/OcaMediaTransportSession.d.ts +2 -2
  177. package/src/types/OcaMediaTransportSessionConnectionState.d.ts +1 -1
  178. package/src/types/OcaMediaTransportSessionStatus.d.ts +1 -1
  179. package/src/types/OcaMediaVolumePosition.d.ts +1 -1
  180. package/src/types/OcaMethod.d.ts +1 -1
  181. package/src/types/OcaNetworkAdvertisingMechanism.d.ts +1 -1
  182. package/src/types/OcaNetworkInterfaceAssignment.d.ts +1 -1
  183. package/src/types/OcaNetworkInterfaceStatus.d.ts +1 -1
  184. package/src/types/OcaObjectIdentification.d.ts +1 -1
  185. package/src/types/OcaPort.d.ts +1 -1
  186. package/src/types/OcaPortClockMapEntry.d.ts +1 -1
  187. package/src/types/OcaPortID.d.ts +1 -1
  188. package/src/types/OcaPortIdentification.d.ts +1 -1
  189. package/src/types/OcaPositionDescriptor.d.ts +2 -2
  190. package/src/types/OcaProgramResult.d.ts +5 -2
  191. package/src/types/OcaProperty.d.ts +1 -1
  192. package/src/types/OcaPropertyDescriptor.d.ts +3 -3
  193. package/src/types/OcaProtoObjectIdentification.d.ts +1 -1
  194. package/src/types/OcaProtoPort.d.ts +1 -1
  195. package/src/types/OcaProtoPortClockMapEntry.d.ts +1 -1
  196. package/src/types/OcaProtoSignalPath.d.ts +1 -1
  197. package/src/types/OcaSignalPath.d.ts +1 -1
  198. package/src/types/OcaStream.d.ts +3 -3
  199. package/src/types/OcaTask.d.ts +3 -3
  200. package/src/types/OcaTaskExecutionTerminatedEventData.d.ts +3 -3
  201. package/src/types/OcaTaskOperationalState.d.ts +2 -2
  202. package/src/types/OcaTaskStatus.d.ts +1 -1
  203. package/src/types/OcaTaskStatusChangedEventData.d.ts +2 -2
  204. package/src/types/OcaVersion.d.ts +1 -1
  205. package/src/types/OcaWhenPhysicalAbsolute.d.ts +1 -1
  206. package/src/types/OcaWhenPhysicalRelative.d.ts +1 -1
  207. package/src/types.d.ts +200 -0
  208. package/src/types.js +87 -19
  209. package/src/controller/ControlClasses/OcaBlockFactory.d.ts +0 -198
  210. package/src/controller/ControlClasses/OcaBlockFactory.js +0 -221
  211. package/src/controller/ControlClasses/OcaEventHandler.d.ts +0 -27
  212. package/src/controller/ControlClasses/OcaEventHandler.js +0 -34
  213. package/src/controller/ControlClasses/OcaLibrary.d.ts +0 -148
  214. package/src/controller/ControlClasses/OcaLibrary.js +0 -162
  215. package/src/types/OcaClassAuthorityID.d.ts +0 -54
  216. package/src/types/OcaClassAuthorityID.js +0 -30
  217. package/src/types/OcaClassID.js +0 -22
  218. package/src/types/OcaEnumItem.d.ts +0 -25
  219. package/src/types/OcaEnumItem.js +0 -17
  220. package/src/types/OcaEnumItem16.d.ts +0 -25
  221. package/src/types/OcaEnumItem16.js +0 -17
  222. package/src/types/OcaLibAccess.d.ts +0 -56
  223. package/src/types/OcaLibAccess.js +0 -44
  224. package/src/types/OcaLibParamSetAssignment.d.ts +0 -43
  225. package/src/types/OcaLibParamSetAssignment.js +0 -23
  226. package/src/types/OcaLibVol.d.ts +0 -39
  227. package/src/types/OcaLibVol.js +0 -23
  228. package/src/types/OcaLibVolChangedEventData.d.ts +0 -43
  229. package/src/types/OcaLibVolChangedEventData.js +0 -23
  230. package/src/types/OcaLibVolMetadata.d.ts +0 -95
  231. package/src/types/OcaLibVolMetadata.js +0 -42
  232. package/src/types/OcaLibVolStandardTypeID.d.ts +0 -56
  233. package/src/types/OcaLibVolStandardTypeID.js +0 -44
  234. package/src/types/OcaMediaConnectorStatusChangedEventData.d.ts +0 -29
  235. package/src/types/OcaMediaConnectorStatusChangedEventData.js +0 -16
  236. package/src/types/OcaNetworkSystemInterfaceDescriptor.d.ts +0 -42
  237. package/src/types/OcaNetworkSystemInterfaceDescriptor.js +0 -23
  238. package/src/types/OcaPilotToneDetectorSpec.d.ts +0 -51
  239. package/src/types/OcaPilotToneDetectorSpec.js +0 -27
  240. package/src/types/OcaProtoPortID.d.ts +0 -40
  241. package/src/types/OcaProtoPortID.js +0 -24
  242. package/src/types/OcaTaskStateChangedEventData.d.ts +0 -60
  243. package/src/types/OcaTaskStateChangedEventData.js +0 -27
  244. package/src/types/OcaTimeProtocol.d.ts +0 -92
  245. package/src/types/OcaTimeProtocol.js +0 -92
@@ -1,7 +1,7 @@
1
- import { IOcaMuteState, OcaMuteState } from '../../types/OcaMuteState';
2
- import { PropertyEvent } from '../property_event';
3
- import { RemoteDevice } from '../remote_device';
4
- import { OcaActuator } from './OcaActuator';
1
+ import { IOcaMuteState, OcaMuteState } from '../../types/OcaMuteState.js';
2
+ import { PropertyEvent } from '../property_event.js';
3
+ import { RemoteDevice } from '../remote_device.js';
4
+ import { OcaActuator } from './OcaActuator.js';
5
5
 
6
6
  /**
7
7
  * Signal mute.
@@ -1,15 +1,15 @@
1
- import { OcaNetworkControlProtocol } from '../../types/OcaNetworkControlProtocol';
2
- import { OcaNetworkLinkType } from '../../types/OcaNetworkLinkType';
3
- import { OcaNetworkMediaProtocol } from '../../types/OcaNetworkMediaProtocol';
4
- import { OcaNetworkStatistics } from '../../types/OcaNetworkStatistics';
5
- import { OcaNetworkStatus } from '../../types/OcaNetworkStatus';
1
+ import { OcaNetworkControlProtocol } from '../../types/OcaNetworkControlProtocol.js';
2
+ import { OcaNetworkLinkType } from '../../types/OcaNetworkLinkType.js';
3
+ import { OcaNetworkMediaProtocol } from '../../types/OcaNetworkMediaProtocol.js';
4
+ import { OcaNetworkStatistics } from '../../types/OcaNetworkStatistics.js';
5
+ import { OcaNetworkStatus } from '../../types/OcaNetworkStatus.js';
6
6
  import {
7
7
  IOcaNetworkSystemInterfaceID,
8
8
  OcaNetworkSystemInterfaceID,
9
- } from '../../types/OcaNetworkSystemInterfaceID';
10
- import { PropertyEvent } from '../property_event';
11
- import { RemoteDevice } from '../remote_device';
12
- import { OcaAgent } from './OcaAgent';
9
+ } from '../../types/OcaNetworkSystemInterfaceID.js';
10
+ import { PropertyEvent } from '../property_event.js';
11
+ import { RemoteDevice } from '../remote_device.js';
12
+ import { OcaAgent } from './OcaAgent.js';
13
13
 
14
14
  /**
15
15
  * **DEPRECATED CLASS** *Replaced by class* **OcaControlNetwork ***in version 3
@@ -1,13 +1,13 @@
1
- import { OcaCounter } from '../../types/OcaCounter';
2
- import { OcaCounterSet } from '../../types/OcaCounterSet';
1
+ import { OcaCounter } from '../../types/OcaCounter.js';
2
+ import { OcaCounterSet } from '../../types/OcaCounterSet.js';
3
3
  import {
4
4
  IOcaNetworkInterfaceAssignment,
5
5
  OcaNetworkInterfaceAssignment,
6
- } from '../../types/OcaNetworkInterfaceAssignment';
7
- import { Arguments } from '../arguments';
8
- import { PropertyEvent } from '../property_event';
9
- import { RemoteDevice } from '../remote_device';
10
- import { OcaRoot } from './OcaRoot';
6
+ } from '../../types/OcaNetworkInterfaceAssignment.js';
7
+ import { Arguments } from '../arguments.js';
8
+ import { PropertyEvent } from '../property_event.js';
9
+ import { RemoteDevice } from '../remote_device.js';
10
+ import { OcaRoot } from './OcaRoot.js';
11
11
 
12
12
  /**
13
13
  * Base class for network applications
@@ -1,11 +1,11 @@
1
- import { OcaCounter } from '../../types/OcaCounter';
2
- import { OcaCounterSet } from '../../types/OcaCounterSet';
3
- import { IOcaNetworkInterfaceCommand } from '../../types/OcaNetworkInterfaceCommand';
4
- import { OcaNetworkInterfaceStatus } from '../../types/OcaNetworkInterfaceStatus';
5
- import { Arguments } from '../arguments';
6
- import { PropertyEvent } from '../property_event';
7
- import { RemoteDevice } from '../remote_device';
8
- import { OcaRoot } from './OcaRoot';
1
+ import { OcaCounter } from '../../types/OcaCounter.js';
2
+ import { OcaCounterSet } from '../../types/OcaCounterSet.js';
3
+ import { IOcaNetworkInterfaceCommand } from '../../types/OcaNetworkInterfaceCommand.js';
4
+ import { OcaNetworkInterfaceStatus } from '../../types/OcaNetworkInterfaceStatus.js';
5
+ import { Arguments } from '../arguments.js';
6
+ import { PropertyEvent } from '../property_event.js';
7
+ import { RemoteDevice } from '../remote_device.js';
8
+ import { OcaRoot } from './OcaRoot.js';
9
9
 
10
10
  /**
11
11
  * Represents the device's connection to a data network.
@@ -1,6 +1,6 @@
1
- import { PropertyEvent } from '../property_event';
2
- import { RemoteDevice } from '../remote_device';
3
- import { OcaManager } from './OcaManager';
1
+ import { PropertyEvent } from '../property_event.js';
2
+ import { RemoteDevice } from '../remote_device.js';
3
+ import { OcaManager } from './OcaManager.js';
4
4
 
5
5
  /**
6
6
  * Optional manager that collects all network interface and network application
@@ -1,8 +1,8 @@
1
- import { OcaNetworkMediaSourceOrSink } from '../../types/OcaNetworkMediaSourceOrSink';
2
- import { OcaNetworkSignalChannelStatus } from '../../types/OcaNetworkSignalChannelStatus';
3
- import { PropertyEvent } from '../property_event';
4
- import { RemoteDevice } from '../remote_device';
5
- import { OcaWorker } from './OcaWorker';
1
+ import { OcaNetworkMediaSourceOrSink } from '../../types/OcaNetworkMediaSourceOrSink.js';
2
+ import { OcaNetworkSignalChannelStatus } from '../../types/OcaNetworkSignalChannelStatus.js';
3
+ import { PropertyEvent } from '../property_event.js';
4
+ import { RemoteDevice } from '../remote_device.js';
5
+ import { OcaWorker } from './OcaWorker.js';
6
6
 
7
7
  /**
8
8
  * **DEPRECATED CLASS** *Replaced by features of the* **OcaMediaSinkConnector
@@ -1,13 +1,13 @@
1
- import { OcaObserverState } from '../../types/OcaObserverState';
2
- import { IOcaProperty, OcaProperty } from '../../types/OcaProperty';
1
+ import { OcaObserverState } from '../../types/OcaObserverState.js';
2
+ import { IOcaProperty, OcaProperty } from '../../types/OcaProperty.js';
3
3
  import {
4
4
  IOcaRelationalOperator,
5
5
  OcaRelationalOperator,
6
- } from '../../types/OcaRelationalOperator';
7
- import { Event } from '../event';
8
- import { PropertyEvent } from '../property_event';
9
- import { RemoteDevice } from '../remote_device';
10
- import { OcaAgent } from './OcaAgent';
6
+ } from '../../types/OcaRelationalOperator.js';
7
+ import { Event } from '../event.js';
8
+ import { PropertyEvent } from '../property_event.js';
9
+ import { RemoteDevice } from '../remote_device.js';
10
+ import { OcaAgent } from './OcaAgent.js';
11
11
 
12
12
  /**
13
13
  * Observer of a scalar numeric or boolean property ("target property") of a
@@ -1,13 +1,13 @@
1
- import { OcaObserverState } from '../../types/OcaObserverState';
2
- import { IOcaProperty, OcaProperty } from '../../types/OcaProperty';
1
+ import { OcaObserverState } from '../../types/OcaObserverState.js';
2
+ import { IOcaProperty, OcaProperty } from '../../types/OcaProperty.js';
3
3
  import {
4
4
  IOcaRelationalOperator,
5
5
  OcaRelationalOperator,
6
- } from '../../types/OcaRelationalOperator';
7
- import { Event } from '../event';
8
- import { PropertyEvent } from '../property_event';
9
- import { RemoteDevice } from '../remote_device';
10
- import { OcaAgent } from './OcaAgent';
6
+ } from '../../types/OcaRelationalOperator.js';
7
+ import { Event } from '../event.js';
8
+ import { PropertyEvent } from '../property_event.js';
9
+ import { RemoteDevice } from '../remote_device.js';
10
+ import { OcaAgent } from './OcaAgent.js';
11
11
 
12
12
  /**
13
13
  * Observer of a scalar numeric or boolean property ("target property") of a set
@@ -1,7 +1,7 @@
1
- import { Arguments } from '../arguments';
2
- import { PropertyEvent } from '../property_event';
3
- import { RemoteDevice } from '../remote_device';
4
- import { OcaActuator } from './OcaActuator';
1
+ import { Arguments } from '../arguments.js';
2
+ import { PropertyEvent } from '../property_event.js';
3
+ import { RemoteDevice } from '../remote_device.js';
4
+ import { OcaActuator } from './OcaActuator.js';
5
5
 
6
6
  /**
7
7
  * Pan or Balance control.
@@ -1,13 +1,13 @@
1
- import { OcaPositionCoordinateSystem } from '../../types/OcaPositionCoordinateSystem';
1
+ import { OcaPositionCoordinateSystem } from '../../types/OcaPositionCoordinateSystem.js';
2
2
  import {
3
3
  IOcaPositionDescriptor,
4
4
  OcaPositionDescriptor,
5
- } from '../../types/OcaPositionDescriptor';
6
- import { IOcaPositionDescriptorFieldFlags } from '../../types/OcaPositionDescriptorFieldFlags';
7
- import { Arguments } from '../arguments';
8
- import { PropertyEvent } from '../property_event';
9
- import { RemoteDevice } from '../remote_device';
10
- import { OcaAgent } from './OcaAgent';
5
+ } from '../../types/OcaPositionDescriptor.js';
6
+ import { IOcaPositionDescriptorFieldFlags } from '../../types/OcaPositionDescriptorFieldFlags.js';
7
+ import { Arguments } from '../arguments.js';
8
+ import { PropertyEvent } from '../property_event.js';
9
+ import { RemoteDevice } from '../remote_device.js';
10
+ import { OcaAgent } from './OcaAgent.js';
11
11
 
12
12
  /**
13
13
  * Physical position of device or an element of it. AES70 supports a variety of
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  IOcaPolarityState,
3
3
  OcaPolarityState,
4
- } from '../../types/OcaPolarityState';
5
- import { PropertyEvent } from '../property_event';
6
- import { RemoteDevice } from '../remote_device';
7
- import { OcaActuator } from './OcaActuator';
4
+ } from '../../types/OcaPolarityState.js';
5
+ import { PropertyEvent } from '../property_event.js';
6
+ import { RemoteDevice } from '../remote_device.js';
7
+ import { OcaActuator } from './OcaActuator.js';
8
8
 
9
9
  /**
10
10
  * Signal inverter
@@ -1,7 +1,7 @@
1
- import { IOcaPowerState, OcaPowerState } from '../../types/OcaPowerState';
2
- import { PropertyEvent } from '../property_event';
3
- import { RemoteDevice } from '../remote_device';
4
- import { OcaManager } from './OcaManager';
1
+ import { IOcaPowerState, OcaPowerState } from '../../types/OcaPowerState.js';
2
+ import { PropertyEvent } from '../property_event.js';
3
+ import { RemoteDevice } from '../remote_device.js';
4
+ import { OcaManager } from './OcaManager.js';
5
5
 
6
6
  /**
7
7
  * Optional manager that manages power settings and state.
@@ -1,7 +1,7 @@
1
- import { Arguments } from '../arguments';
2
- import { PropertyEvent } from '../property_event';
3
- import { RemoteDevice } from '../remote_device';
4
- import { OcaSensor } from './OcaSensor';
1
+ import { Arguments } from '../arguments.js';
2
+ import { PropertyEvent } from '../property_event.js';
3
+ import { RemoteDevice } from '../remote_device.js';
4
+ import { OcaSensor } from './OcaSensor.js';
5
5
 
6
6
  /**
7
7
  * Power sensor. Reading shall be a watts value and a power factor value.
@@ -1,12 +1,12 @@
1
- import { OcaPowerSupplyLocation } from '../../types/OcaPowerSupplyLocation';
1
+ import { OcaPowerSupplyLocation } from '../../types/OcaPowerSupplyLocation.js';
2
2
  import {
3
3
  IOcaPowerSupplyState,
4
4
  OcaPowerSupplyState,
5
- } from '../../types/OcaPowerSupplyState';
6
- import { OcaPowerSupplyType } from '../../types/OcaPowerSupplyType';
7
- import { PropertyEvent } from '../property_event';
8
- import { RemoteDevice } from '../remote_device';
9
- import { OcaAgent } from './OcaAgent';
5
+ } from '../../types/OcaPowerSupplyState.js';
6
+ import { OcaPowerSupplyType } from '../../types/OcaPowerSupplyType.js';
7
+ import { PropertyEvent } from '../property_event.js';
8
+ import { RemoteDevice } from '../remote_device.js';
9
+ import { OcaAgent } from './OcaAgent.js';
10
10
 
11
11
  /**
12
12
  * A power supply.
@@ -1,7 +1,7 @@
1
- import { IOcaProgramRunMode } from '../../types/OcaProgramRunMode';
2
- import { PropertyEvent } from '../property_event';
3
- import { RemoteDevice } from '../remote_device';
4
- import { OcaDataset } from './OcaDataset';
1
+ import { IOcaProgramRunMode } from '../../types/OcaProgramRunMode.js';
2
+ import { PropertyEvent } from '../property_event.js';
3
+ import { RemoteDevice } from '../remote_device.js';
4
+ import { OcaDataset } from './OcaDataset.js';
5
5
 
6
6
  /**
7
7
  * A Program. Child of **OcaDataset**. **Execution:** A program executes in a
@@ -1,23 +1,23 @@
1
- import { IOcaProperty, OcaProperty } from '../../types/OcaProperty';
2
- import { IOcaRamperCommand } from '../../types/OcaRamperCommand';
1
+ import { IOcaProperty, OcaProperty } from '../../types/OcaProperty.js';
2
+ import { IOcaRamperCommand } from '../../types/OcaRamperCommand.js';
3
3
  import {
4
4
  IOcaRamperInterpolationLaw,
5
5
  OcaRamperInterpolationLaw,
6
- } from '../../types/OcaRamperInterpolationLaw';
7
- import { OcaRamperState } from '../../types/OcaRamperState';
8
- import { IOcaTimeMode, OcaTimeMode } from '../../types/OcaTimeMode';
6
+ } from '../../types/OcaRamperInterpolationLaw.js';
7
+ import { OcaRamperState } from '../../types/OcaRamperState.js';
8
+ import { IOcaTimeMode, OcaTimeMode } from '../../types/OcaTimeMode.js';
9
9
  import {
10
10
  IOcaWhenPhysicalAbsolute,
11
11
  OcaWhenPhysicalAbsolute,
12
- } from '../../types/OcaWhenPhysicalAbsolute';
12
+ } from '../../types/OcaWhenPhysicalAbsolute.js';
13
13
  import {
14
14
  IOcaWhenPhysicalRelative,
15
15
  OcaWhenPhysicalRelative,
16
- } from '../../types/OcaWhenPhysicalRelative';
17
- import { Arguments } from '../arguments';
18
- import { PropertyEvent } from '../property_event';
19
- import { RemoteDevice } from '../remote_device';
20
- import { OcaAgent } from './OcaAgent';
16
+ } from '../../types/OcaWhenPhysicalRelative.js';
17
+ import { Arguments } from '../arguments.js';
18
+ import { PropertyEvent } from '../property_event.js';
19
+ import { RemoteDevice } from '../remote_device.js';
20
+ import { OcaAgent } from './OcaAgent.js';
21
21
 
22
22
  /**
23
23
  * Agent that gradually changes a property setting from one value to another.
@@ -1,9 +1,9 @@
1
- import { OcaClassIdentification } from '../../types/OcaClassIdentification';
2
- import { OcaLockState } from '../../types/OcaLockState';
3
- import { Event } from '../event';
4
- import { ObjectBase } from '../object_base';
5
- import { PropertyEvent } from '../property_event';
6
- import { RemoteDevice } from '../remote_device';
1
+ import { OcaClassIdentification } from '../../types/OcaClassIdentification.js';
2
+ import { OcaLockState } from '../../types/OcaLockState.js';
3
+ import { Event } from '../event.js';
4
+ import { ObjectBase } from '../object_base.js';
5
+ import { PropertyEvent } from '../property_event.js';
6
+ import { RemoteDevice } from '../remote_device.js';
7
7
 
8
8
  /**
9
9
  * The abstract root class of which all OCA classes derive. It offers basic OCA
@@ -1,6 +1,6 @@
1
- import { OcaSamplingRateConverterType } from '../../types/OcaSamplingRateConverterType';
2
- import { RemoteDevice } from '../remote_device';
3
- import { OcaActuator } from './OcaActuator';
1
+ import { OcaSamplingRateConverterType } from '../../types/OcaSamplingRateConverterType.js';
2
+ import { RemoteDevice } from '../remote_device.js';
3
+ import { OcaActuator } from './OcaActuator.js';
4
4
 
5
5
  /**
6
6
  * Sampling rate converter. **ClockMap** property inherited from **OcaWorker**
@@ -1,6 +1,6 @@
1
- import { PropertyEvent } from '../property_event';
2
- import { RemoteDevice } from '../remote_device';
3
- import { OcaManager } from './OcaManager';
1
+ import { PropertyEvent } from '../property_event.js';
2
+ import { RemoteDevice } from '../remote_device.js';
3
+ import { OcaManager } from './OcaManager.js';
4
4
 
5
5
  /**
6
6
  * Manager that collects and controls security settings (including security
@@ -1,7 +1,7 @@
1
- import { OcaSensorReadingState } from '../../types/OcaSensorReadingState';
2
- import { PropertyEvent } from '../property_event';
3
- import { RemoteDevice } from '../remote_device';
4
- import { OcaWorker } from './OcaWorker';
1
+ import { OcaSensorReadingState } from '../../types/OcaSensorReadingState.js';
2
+ import { PropertyEvent } from '../property_event.js';
3
+ import { RemoteDevice } from '../remote_device.js';
4
+ import { OcaWorker } from './OcaWorker.js';
5
5
 
6
6
  /**
7
7
  * Abstract base class for all sensor classes.
@@ -1,10 +1,13 @@
1
- import { IOcaParameterMask } from '../../types/OcaParameterMask';
2
- import { IOcaSweepType, OcaSweepType } from '../../types/OcaSweepType';
3
- import { IOcaWaveformType, OcaWaveformType } from '../../types/OcaWaveformType';
4
- import { Arguments } from '../arguments';
5
- import { PropertyEvent } from '../property_event';
6
- import { RemoteDevice } from '../remote_device';
7
- import { OcaActuator } from './OcaActuator';
1
+ import { IOcaParameterMask } from '../../types/OcaParameterMask.js';
2
+ import { IOcaSweepType, OcaSweepType } from '../../types/OcaSweepType.js';
3
+ import {
4
+ IOcaWaveformType,
5
+ OcaWaveformType,
6
+ } from '../../types/OcaWaveformType.js';
7
+ import { Arguments } from '../arguments.js';
8
+ import { PropertyEvent } from '../property_event.js';
9
+ import { RemoteDevice } from '../remote_device.js';
10
+ import { OcaActuator } from './OcaActuator.js';
8
11
 
9
12
  /**
10
13
  * Multiwaveform signal generator with optional sweep capability.
@@ -1,5 +1,5 @@
1
- import { RemoteDevice } from '../remote_device';
2
- import { OcaActuator } from './OcaActuator';
1
+ import { RemoteDevice } from '../remote_device.js';
2
+ import { OcaActuator } from './OcaActuator.js';
3
3
 
4
4
  /**
5
5
  * A set of one or more non-network signal inputs. Number of channels shall be
@@ -1,5 +1,5 @@
1
- import { RemoteDevice } from '../remote_device';
2
- import { OcaActuator } from './OcaActuator';
1
+ import { RemoteDevice } from '../remote_device.js';
2
+ import { OcaActuator } from './OcaActuator.js';
3
3
 
4
4
  /**
5
5
  * A set of one or more non-network signal outputs. Number of channels shall be
@@ -1,7 +1,7 @@
1
- import { Arguments } from '../arguments';
2
- import { PropertyEvent } from '../property_event';
3
- import { RemoteDevice } from '../remote_device';
4
- import { OcaSensor } from './OcaSensor';
1
+ import { Arguments } from '../arguments.js';
2
+ import { PropertyEvent } from '../property_event.js';
3
+ import { RemoteDevice } from '../remote_device.js';
4
+ import { OcaSensor } from './OcaSensor.js';
5
5
 
6
6
  /**
7
7
  * Sensor that reports a 1-of-n state. Sensor counterpart of the actuator
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  IOcaNetworkMediaSourceOrSink,
3
3
  OcaNetworkMediaSourceOrSink,
4
- } from '../../types/OcaNetworkMediaSourceOrSink';
5
- import { IOcaStream, OcaStream } from '../../types/OcaStream';
6
- import { OcaStreamConnectorStatus } from '../../types/OcaStreamConnectorStatus';
7
- import { PropertyEvent } from '../property_event';
8
- import { RemoteDevice } from '../remote_device';
9
- import { OcaAgent } from './OcaAgent';
4
+ } from '../../types/OcaNetworkMediaSourceOrSink.js';
5
+ import { IOcaStream, OcaStream } from '../../types/OcaStream.js';
6
+ import { OcaStreamConnectorStatus } from '../../types/OcaStreamConnectorStatus.js';
7
+ import { PropertyEvent } from '../property_event.js';
8
+ import { RemoteDevice } from '../remote_device.js';
9
+ import { OcaAgent } from './OcaAgent.js';
10
10
 
11
11
  /**
12
12
  * **DEPRECATED CLASS** *Replaced by the* **OcaMediaSinkConnector ***and*
@@ -1,15 +1,15 @@
1
- import { OcaNetworkControlProtocol } from '../../types/OcaNetworkControlProtocol';
2
- import { OcaNetworkLinkType } from '../../types/OcaNetworkLinkType';
3
- import { OcaNetworkMediaProtocol } from '../../types/OcaNetworkMediaProtocol';
4
- import { OcaNetworkStatistics } from '../../types/OcaNetworkStatistics';
5
- import { OcaNetworkStatus } from '../../types/OcaNetworkStatus';
1
+ import { OcaNetworkControlProtocol } from '../../types/OcaNetworkControlProtocol.js';
2
+ import { OcaNetworkLinkType } from '../../types/OcaNetworkLinkType.js';
3
+ import { OcaNetworkMediaProtocol } from '../../types/OcaNetworkMediaProtocol.js';
4
+ import { OcaNetworkStatistics } from '../../types/OcaNetworkStatistics.js';
5
+ import { OcaNetworkStatus } from '../../types/OcaNetworkStatus.js';
6
6
  import {
7
7
  IOcaNetworkSystemInterfaceID,
8
8
  OcaNetworkSystemInterfaceID,
9
- } from '../../types/OcaNetworkSystemInterfaceID';
10
- import { PropertyEvent } from '../property_event';
11
- import { RemoteDevice } from '../remote_device';
12
- import { OcaAgent } from './OcaAgent';
9
+ } from '../../types/OcaNetworkSystemInterfaceID.js';
10
+ import { PropertyEvent } from '../property_event.js';
11
+ import { RemoteDevice } from '../remote_device.js';
12
+ import { OcaAgent } from './OcaAgent.js';
13
13
 
14
14
  /**
15
15
  * **DEPRECATED CLASS** *Replaced by class* **OcaMediaTransportNetwork ***in
@@ -1,6 +1,6 @@
1
- import { PropertyEvent } from '../property_event';
2
- import { RemoteDevice } from '../remote_device';
3
- import { OcaBasicActuator } from './OcaBasicActuator';
1
+ import { PropertyEvent } from '../property_event.js';
2
+ import { RemoteDevice } from '../remote_device.js';
3
+ import { OcaBasicActuator } from './OcaBasicActuator.js';
4
4
 
5
5
  /**
6
6
  * UTF-8 String actuator.
@@ -1,6 +1,6 @@
1
- import { PropertyEvent } from '../property_event';
2
- import { RemoteDevice } from '../remote_device';
3
- import { OcaBasicSensor } from './OcaBasicSensor';
1
+ import { PropertyEvent } from '../property_event.js';
2
+ import { RemoteDevice } from '../remote_device.js';
3
+ import { OcaBasicSensor } from './OcaBasicSensor.js';
4
4
 
5
5
  /**
6
6
  * UTF-8 string sensor.
@@ -1,13 +1,13 @@
1
- import { IOcaEvent } from '../../types/OcaEvent';
2
- import { IOcaMethod } from '../../types/OcaMethod';
3
- import { IOcaNotificationDeliveryMode } from '../../types/OcaNotificationDeliveryMode';
4
- import { IOcaPropertyID } from '../../types/OcaPropertyID';
5
- import { IOcaStatus, OcaStatus } from '../../types/OcaStatus';
6
- import { OcaSubscriptionManagerState } from '../../types/OcaSubscriptionManagerState';
7
- import { Event } from '../event';
8
- import { PropertyEvent } from '../property_event';
9
- import { RemoteDevice } from '../remote_device';
10
- import { OcaManager } from './OcaManager';
1
+ import { IOcaEvent } from '../../types/OcaEvent.js';
2
+ import { IOcaMethod } from '../../types/OcaMethod.js';
3
+ import { IOcaNotificationDeliveryMode } from '../../types/OcaNotificationDeliveryMode.js';
4
+ import { IOcaPropertyID } from '../../types/OcaPropertyID.js';
5
+ import { IOcaStatus, OcaStatus } from '../../types/OcaStatus.js';
6
+ import { OcaSubscriptionManagerState } from '../../types/OcaSubscriptionManagerState.js';
7
+ import { Event } from '../event.js';
8
+ import { PropertyEvent } from '../property_event.js';
9
+ import { RemoteDevice } from '../remote_device.js';
10
+ import { OcaManager } from './OcaManager.js';
11
11
 
12
12
  /**
13
13
  * Manager that collects and controls the event subscriptions of the device.
@@ -1,5 +1,5 @@
1
- import { RemoteDevice } from '../remote_device';
2
- import { OcaActuator } from './OcaActuator';
1
+ import { RemoteDevice } from '../remote_device.js';
2
+ import { OcaActuator } from './OcaActuator.js';
3
3
 
4
4
  /**
5
5
  * Actuator with no control parameters of its own, used as a simple node to
@@ -1,7 +1,7 @@
1
- import { Arguments } from '../arguments';
2
- import { PropertyEvent } from '../property_event';
3
- import { RemoteDevice } from '../remote_device';
4
- import { OcaActuator } from './OcaActuator';
1
+ import { Arguments } from '../arguments.js';
2
+ import { PropertyEvent } from '../property_event.js';
3
+ import { RemoteDevice } from '../remote_device.js';
4
+ import { OcaActuator } from './OcaActuator.js';
5
5
 
6
6
  /**
7
7
  * (n)-position switch. Single-pole or multipole, as determined by number of
@@ -1,9 +1,9 @@
1
- import { IOcaProgramRunMode } from '../../types/OcaProgramRunMode';
2
- import { OcaTaskOperationalState } from '../../types/OcaTaskOperationalState';
3
- import { Event } from '../event';
4
- import { PropertyEvent } from '../property_event';
5
- import { RemoteDevice } from '../remote_device';
6
- import { OcaAgent } from './OcaAgent';
1
+ import { IOcaProgramRunMode } from '../../types/OcaProgramRunMode.js';
2
+ import { OcaTaskOperationalState } from '../../types/OcaTaskOperationalState.js';
3
+ import { Event } from '../event.js';
4
+ import { PropertyEvent } from '../property_event.js';
5
+ import { RemoteDevice } from '../remote_device.js';
6
+ import { OcaAgent } from './OcaAgent.js';
7
7
 
8
8
  /**
9
9
  * Task scheduler. Holds a queue of task-program pairs to be executed under
@@ -1,11 +1,11 @@
1
- import { IOcaTask, OcaTask } from '../../types/OcaTask';
2
- import { IOcaTaskCommand } from '../../types/OcaTaskCommand';
3
- import { OcaTaskManagerState } from '../../types/OcaTaskManagerState';
4
- import { OcaTaskStatus } from '../../types/OcaTaskStatus';
5
- import { Event } from '../event';
6
- import { PropertyEvent } from '../property_event';
7
- import { RemoteDevice } from '../remote_device';
8
- import { OcaManager } from './OcaManager';
1
+ import { IOcaTask, OcaTask } from '../../types/OcaTask.js';
2
+ import { IOcaTaskCommand } from '../../types/OcaTaskCommand.js';
3
+ import { OcaTaskManagerState } from '../../types/OcaTaskManagerState.js';
4
+ import { OcaTaskStatus } from '../../types/OcaTaskStatus.js';
5
+ import { Event } from '../event.js';
6
+ import { PropertyEvent } from '../property_event.js';
7
+ import { RemoteDevice } from '../remote_device.js';
8
+ import { OcaManager } from './OcaManager.js';
9
9
 
10
10
  /**
11
11
  * This class is **deprecated** in version 2 (OCA 1.5). Optional manager that
@@ -1,9 +1,12 @@
1
- import { IOcaJobQueueItem, OcaJobQueueItem } from '../../types/OcaJobQueueItem';
2
- import { OcaTaskSchedulerState } from '../../types/OcaTaskSchedulerState';
3
- import { Event } from '../event';
4
- import { PropertyEvent } from '../property_event';
5
- import { RemoteDevice } from '../remote_device';
6
- import { OcaAgent } from './OcaAgent';
1
+ import {
2
+ IOcaJobQueueItem,
3
+ OcaJobQueueItem,
4
+ } from '../../types/OcaJobQueueItem.js';
5
+ import { OcaTaskSchedulerState } from '../../types/OcaTaskSchedulerState.js';
6
+ import { Event } from '../event.js';
7
+ import { PropertyEvent } from '../property_event.js';
8
+ import { RemoteDevice } from '../remote_device.js';
9
+ import { OcaAgent } from './OcaAgent.js';
7
10
 
8
11
  /**
9
12
  * Optional scheduler for scheduling tasks to run programs and commandsets in
@@ -1,7 +1,7 @@
1
- import { Arguments } from '../arguments';
2
- import { PropertyEvent } from '../property_event';
3
- import { RemoteDevice } from '../remote_device';
4
- import { OcaActuator } from './OcaActuator';
1
+ import { Arguments } from '../arguments.js';
2
+ import { PropertyEvent } from '../property_event.js';
3
+ import { RemoteDevice } from '../remote_device.js';
4
+ import { OcaActuator } from './OcaActuator.js';
5
5
 
6
6
  /**
7
7
  * A temperature actuator with Celsius units of measure.
@@ -1,7 +1,7 @@
1
- import { Arguments } from '../arguments';
2
- import { PropertyEvent } from '../property_event';
3
- import { RemoteDevice } from '../remote_device';
4
- import { OcaSensor } from './OcaSensor';
1
+ import { Arguments } from '../arguments.js';
2
+ import { PropertyEvent } from '../property_event.js';
3
+ import { RemoteDevice } from '../remote_device.js';
4
+ import { OcaSensor } from './OcaSensor.js';
5
5
 
6
6
  /**
7
7
  * Temperature sensor. Units of measure are Celsius.