@sedni/cloud_common 3.0.0 → 3.0.1
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/deno.jsonc +46 -0
- package/dist/browser-index.cjs +604 -8
- package/dist/browser-index.d.cts +124 -31
- package/dist/browser-index.d.ts +124 -31
- package/dist/browser-index.js +198 -34
- package/dist/chunk-55XBONH2.js +1415 -0
- package/dist/{chunk-FO3TASV6.js → chunk-K5VO2MYI.js} +617 -7
- package/dist/chunk-VQWCQ4E2.js +908 -0
- package/dist/index.cjs +662 -23
- package/dist/index.d.cts +1581 -792
- package/dist/index.d.ts +1581 -792
- package/dist/index.js +217 -17
- package/dist/unit.types-4ZD9ivHi.d.cts +797 -0
- package/dist/unit.types-4ZD9ivHi.d.ts +797 -0
- package/dist/unit.types-BZWIS1vq.d.cts +1246 -0
- package/dist/unit.types-BZWIS1vq.d.ts +1246 -0
- package/dist/{unit.types-BhezeBWA.d.cts → unit.types-CFWDGNUR.d.cts} +517 -8
- package/dist/{unit.types-BhezeBWA.d.ts → unit.types-CFWDGNUR.d.ts} +517 -8
- package/package.json +21 -18
- package/tsconfig.json +2 -1
package/dist/browser-index.d.cts
CHANGED
|
@@ -1,33 +1,5 @@
|
|
|
1
|
-
import { I as ImageAuxiliaryJsonSchema, L as LineAuxiliaryJsonSchema, a as LinkAuxiliaryJsonSchema, P as PolylineAuxiliaryJsonSchema, S as SquareAuxiliaryJsonSchema, T as TextAuxiliaryJsonSchema, C as ChannelJsonSchema, b as CompressorJsonSchema, D as DamperJsonSchema, c as DamperAutomatedJsonSchema, F as FanJsonSchema, d as PumpJsonSchema, e as PumpAutomatedJsonSchema, f as TankJsonSchema, V as ValveJsonSchema, g as ValveAutomatedJsonSchema, A as AlarmIndicatorJsonSchema, h as CommandJsonSchema, i as DialJsonSchema, j as DigitalJsonSchema, k as DisplayJsonSchema, l as DynamicTextJsonSchema, m as LevelBarJsonSchema, n as SliderJsonSchema, o as TextChannelJsonSchema, p as ToggleJsonSchema, q as CabinetJsonSchema, R as RepeaterJsonSchema, r as StationJsonSchema, U as UnitJsonSchema, s as AddedAlarmsJsonSchema, B as BackgroundJsonSchema, t as LineJsonSchema, u as LocalizedTextJsonSchema, v as LocationJsonSchema, w as LogicExpressionJsonSchema, x as LogicExpressionsJsonSchema, y as ScaleJsonSchema, z as TextAttributesJsonSchema, E as TitleJsonSchema, G as AutomaticSemiAutoJsonSchema, H as CommandsOpClJsonSchema, J as CommandsStartStopJsonSchema, K as ControlLockJsonSchema, M as FeedbackOpClJsonSchema, N as FeedbackRunningStoppedJsonSchema, O as OrderOpClJsonSchema, Q as OrderStartStopJsonSchema, W as RemoteLocalJsonSchema, X as TripResetJsonSchema, Y as BreakerJsonSchema, Z as BreakerPmsJsonSchema, _ as GeneratorJsonSchema, $ as GeneratorPmsJsonSchema, a0 as OperationModesJsonSchema, a1 as PriorityDataJsonSchema, a2 as PrioritiesJsonSchema, a3 as ShaftJsonSchema } from './unit.types-
|
|
2
|
-
export {
|
|
3
|
-
|
|
4
|
-
declare const ChannelBaseTypes: {
|
|
5
|
-
readonly VIRTUAL_ANALOG: "VirtualAnalog";
|
|
6
|
-
readonly VIRTUAL_DIGITAL: "VirtualDigital";
|
|
7
|
-
readonly VIRTUAL_STRING: "VirtualString";
|
|
8
|
-
readonly WIRED_ANALOG: "WiredAnalog";
|
|
9
|
-
readonly WIRED_DIGITAL: "WiredDigital";
|
|
10
|
-
};
|
|
11
|
-
type ChannelBaseType = (typeof ChannelBaseTypes)[keyof typeof ChannelBaseTypes];
|
|
12
|
-
declare const ChannelSpecificTypes: {
|
|
13
|
-
readonly DIGITAL_INPUT: "DigitalInput";
|
|
14
|
-
readonly DIGITAL_OUTPUT: "DigitalOutput";
|
|
15
|
-
readonly ANALOG_INPUT: "AnalogInput";
|
|
16
|
-
readonly ANALOG_OUTPUT: "AnalogOutput";
|
|
17
|
-
readonly ANALOG_SOFTWARE: "AnalogSoftware";
|
|
18
|
-
readonly DIGITAL_SOFTWARE: "DigitalSoftware";
|
|
19
|
-
readonly VIRTUAL_STRING: "VirtualString";
|
|
20
|
-
readonly COMMAND: "Command";
|
|
21
|
-
readonly BROADCAST_COMMAND: "BroadcastCommand";
|
|
22
|
-
readonly SOFTWARE: "Software";
|
|
23
|
-
readonly ANALOG_TIMER: "AnalogTimer";
|
|
24
|
-
readonly SERIAL_DIGITAL_INPUT: "SerialDigitalInput";
|
|
25
|
-
readonly SERIAL_DIGITAL_OUTPUT: "SerialDigitalOutput";
|
|
26
|
-
readonly SERIAL_LINE_COMMAND: "SerialLineCommand";
|
|
27
|
-
readonly SERIAL_ANALOG_INPUT: "SerialAnalogInput";
|
|
28
|
-
readonly SERIAL_ANALOG_OUTPUT: "SerialAnalogOutput";
|
|
29
|
-
};
|
|
30
|
-
type ChannelSpecificType = (typeof ChannelSpecificTypes)[keyof typeof ChannelSpecificTypes];
|
|
1
|
+
import { I as ImageAuxiliaryJsonSchema, L as LineAuxiliaryJsonSchema, a as LinkAuxiliaryJsonSchema, P as PolylineAuxiliaryJsonSchema, S as SquareAuxiliaryJsonSchema, T as TextAuxiliaryJsonSchema, C as ChannelJsonSchema, b as CompressorJsonSchema, D as DamperJsonSchema, c as DamperAutomatedJsonSchema, F as FanJsonSchema, d as PumpJsonSchema, e as PumpAutomatedJsonSchema, f as TankJsonSchema, V as ValveJsonSchema, g as ValveAutomatedJsonSchema, A as AlarmIndicatorJsonSchema, h as CommandJsonSchema, i as DialJsonSchema, j as DigitalJsonSchema, k as DisplayJsonSchema, l as DynamicTextJsonSchema, m as LevelBarJsonSchema, n as SliderJsonSchema, o as TextChannelJsonSchema, p as ToggleJsonSchema, q as CabinetJsonSchema, R as RepeaterJsonSchema, r as StationJsonSchema, U as UnitJsonSchema, s as AddedAlarmsJsonSchema, B as BackgroundJsonSchema, t as LineJsonSchema, u as LocalizedTextJsonSchema, v as LocationJsonSchema, w as LogicExpressionJsonSchema, x as LogicExpressionsJsonSchema, y as ScaleJsonSchema, z as TextAttributesJsonSchema, E as TitleJsonSchema, G as AutomaticSemiAutoJsonSchema, H as CommandsOpClJsonSchema, J as CommandsStartStopJsonSchema, K as ControlLockJsonSchema, M as FeedbackOpClJsonSchema, N as FeedbackRunningStoppedJsonSchema, O as OrderOpClJsonSchema, Q as OrderStartStopJsonSchema, W as RemoteLocalJsonSchema, X as TripResetJsonSchema, Y as BreakerJsonSchema, Z as BreakerPmsJsonSchema, _ as GeneratorJsonSchema, $ as GeneratorPmsJsonSchema, a0 as OperationModesJsonSchema, a1 as PriorityDataJsonSchema, a2 as PrioritiesJsonSchema, a3 as ShaftJsonSchema, a4 as ImageAuxiliaryRequestSchema, a5 as LineAuxiliaryRequestSchema, a6 as LinkAuxiliaryRequestSchema, a7 as PolylineAuxiliaryRequestSchema, a8 as SquareAuxiliaryRequestSchema, a9 as TextAuxiliaryRequestSchema, aa as ChannelRequestSchema, ab as CompressorRequestSchema, ac as DamperRequestSchema, ad as DamperAutomatedRequestSchema, ae as FanRequestSchema, af as PumpRequestSchema, ag as PumpAutomatedRequestSchema, ah as TankRequestSchema, ai as ValveRequestSchema, aj as ValveAutomatedRequestSchema, ak as AlarmIndicatorRequestSchema, al as CommandRequestSchema, am as DialRequestSchema, an as DigitalRequestSchema, ao as DisplayRequestSchema, ap as DynamicTextRequestSchema, aq as LevelBarRequestSchema, ar as SliderRequestSchema, as as TextChannelRequestSchema, at as ToggleRequestSchema, au as CabinetRequestSchema, av as RepeaterRequestSchema, aw as StationRequestSchema, ax as UnitRequestSchema, ay as AutomaticSemiAutoRequestSchema, az as CommandsOpClRequestSchema, aA as CommandsStartStopRequestSchema, aB as ControlLockRequestSchema, aC as FeedbackOpClRequestSchema, aD as FeedbackRunningStoppedRequestSchema, aE as OrderOpClRequestSchema, aF as OrderStartStopRequestSchema, aG as RemoteLocalRequestSchema, aH as TripResetRequestSchema, aI as BreakerRequestSchema, aJ as BreakerPmsRequestSchema, aK as GeneratorRequestSchema, aL as GeneratorPmsRequestSchema, aM as OperationModesRequestSchema, aN as PriorityDataRequestSchema, aO as PrioritiesRequestSchema, aP as ShaftRequestSchema, aQ as ImageAuxiliaryResponseSchema, aR as LineAuxiliaryResponseSchema, aS as LinkAuxiliaryResponseSchema, aT as PolylineAuxiliaryResponseSchema, aU as SquareAuxiliaryResponseSchema, aV as TextAuxiliaryResponseSchema, aW as CompressorResponseSchema, aX as DamperResponseSchema, aY as DamperAutomatedResponseSchema, aZ as FanResponseSchema, a_ as PumpResponseSchema, a$ as PumpAutomatedResponseSchema, b0 as TankResponseSchema, b1 as ValveResponseSchema, b2 as ValveAutomatedResponseSchema, b3 as AlarmIndicatorResponseSchema, b4 as CommandResponseSchema, b5 as DialResponseSchema, b6 as DigitalResponseSchema, b7 as DisplayResponseSchema, b8 as DynamicTextResponseSchema, b9 as LevelBarResponseSchema, ba as SliderResponseSchema, bb as TextChannelResponseSchema, bc as ToggleResponseSchema, bd as CabinetResponseSchema, be as RepeaterResponseSchema, bf as StationResponseSchema, bg as UnitResponseSchema, bh as BreakerResponseSchema, bi as BreakerPmsResponseSchema, bj as GeneratorResponseSchema, bk as GeneratorPmsResponseSchema, bl as OperationModesResponseSchema, bm as PrioritiesResponseSchema, bn as ShaftResponseSchema } from './unit.types-BZWIS1vq.cjs';
|
|
2
|
+
export { bo as ActivationMode, bp as AlarmPriority, bq as AlarmState, br as AlarmType, bs as AutoSemiAutoState, bt as CabinetDesign, bu as ChannelBaseType, bv as ChannelSpecificType, bw as CloudAlarmState, bx as CompressorDesign, by as DiamarAlarmState, bz as DigitalAlarmState, bA as DigitalState, bB as EventCategory, bC as EventCriticality, bD as FanDesign, bE as FanDirection, bF as FanRunState, bG as FanType, bH as LedType, bI as LevelBarOrientation, bJ as LineRequestSchema, bK as LinkDesign, bL as MarkType, bM as MimicAlarmState, bN as MimicControlState, bO as MimicElementType, bP as OpClState, bQ as OperationModeState, bR as RemoteLocalState, bS as RepeaterDesign, bT as RunningStoppedState, bU as ScalePosition, bV as SliderOrientation, bW as StationDesign, bX as TextAnchorPoint, bY as TitleAlign, bZ as UnitDesign, b_ as UnitType, b$ as ValueType, c0 as ValveDesign, c1 as ZDepth } from './unit.types-BZWIS1vq.cjs';
|
|
31
3
|
|
|
32
4
|
declare const Mimics: {
|
|
33
5
|
ImageAuxiliaryJson: ImageAuxiliaryJsonSchema;
|
|
@@ -89,6 +61,96 @@ declare const Mimics: {
|
|
|
89
61
|
PrioritiesJson: PrioritiesJsonSchema;
|
|
90
62
|
ShaftJson: ShaftJsonSchema;
|
|
91
63
|
};
|
|
64
|
+
|
|
65
|
+
declare const MimicsRequest: {
|
|
66
|
+
ImageAuxiliaryRequest: ImageAuxiliaryRequestSchema;
|
|
67
|
+
LineAuxiliaryRequest: LineAuxiliaryRequestSchema;
|
|
68
|
+
LinkAuxiliaryRequest: LinkAuxiliaryRequestSchema;
|
|
69
|
+
PolylineAuxiliaryRequest: PolylineAuxiliaryRequestSchema;
|
|
70
|
+
SquareAuxiliaryRequest: SquareAuxiliaryRequestSchema;
|
|
71
|
+
TextAuxiliaryRequest: TextAuxiliaryRequestSchema;
|
|
72
|
+
ChannelRequest: ChannelRequestSchema;
|
|
73
|
+
CompressorRequest: CompressorRequestSchema;
|
|
74
|
+
DamperRequest: DamperRequestSchema;
|
|
75
|
+
DamperAutomatedRequest: DamperAutomatedRequestSchema;
|
|
76
|
+
FanRequest: FanRequestSchema;
|
|
77
|
+
PumpRequest: PumpRequestSchema;
|
|
78
|
+
PumpAutomatedRequest: PumpAutomatedRequestSchema;
|
|
79
|
+
TankRequest: TankRequestSchema;
|
|
80
|
+
ValveRequest: ValveRequestSchema;
|
|
81
|
+
ValveAutomatedRequest: ValveAutomatedRequestSchema;
|
|
82
|
+
AlarmIndicatorRequest: AlarmIndicatorRequestSchema;
|
|
83
|
+
CommandRequest: CommandRequestSchema;
|
|
84
|
+
DialRequest: DialRequestSchema;
|
|
85
|
+
DigitalRequest: DigitalRequestSchema;
|
|
86
|
+
DisplayRequest: DisplayRequestSchema;
|
|
87
|
+
DynamicTextRequest: DynamicTextRequestSchema;
|
|
88
|
+
LevelBarRequest: LevelBarRequestSchema;
|
|
89
|
+
SliderRequest: SliderRequestSchema;
|
|
90
|
+
TextChannelRequest: TextChannelRequestSchema;
|
|
91
|
+
ToggleRequest: ToggleRequestSchema;
|
|
92
|
+
CabinetRequest: CabinetRequestSchema;
|
|
93
|
+
RepeaterRequest: RepeaterRequestSchema;
|
|
94
|
+
StationRequest: StationRequestSchema;
|
|
95
|
+
UnitRequest: UnitRequestSchema;
|
|
96
|
+
AutomaticSemiAutoRequest: AutomaticSemiAutoRequestSchema;
|
|
97
|
+
CommandsOpClRequest: CommandsOpClRequestSchema;
|
|
98
|
+
CommandsStartStopRequest: CommandsStartStopRequestSchema;
|
|
99
|
+
ControlLockRequest: ControlLockRequestSchema;
|
|
100
|
+
FeedbackOpClRequest: FeedbackOpClRequestSchema;
|
|
101
|
+
FeedbackRunningStoppedRequest: FeedbackRunningStoppedRequestSchema;
|
|
102
|
+
OrderOpClRequest: OrderOpClRequestSchema;
|
|
103
|
+
OrderStartStopRequest: OrderStartStopRequestSchema;
|
|
104
|
+
RemoteLocalRequest: RemoteLocalRequestSchema;
|
|
105
|
+
TripResetRequest: TripResetRequestSchema;
|
|
106
|
+
BreakerRequest: BreakerRequestSchema;
|
|
107
|
+
BreakerPmsRequest: BreakerPmsRequestSchema;
|
|
108
|
+
GeneratorRequest: GeneratorRequestSchema;
|
|
109
|
+
GeneratorPmsRequest: GeneratorPmsRequestSchema;
|
|
110
|
+
OperationModesRequest: OperationModesRequestSchema;
|
|
111
|
+
PriorityDataRequest: PriorityDataRequestSchema;
|
|
112
|
+
PrioritiesRequest: PrioritiesRequestSchema;
|
|
113
|
+
ShaftRequest: ShaftRequestSchema;
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
declare const MimicsResponse: {
|
|
117
|
+
ImageAuxiliaryResponse: ImageAuxiliaryResponseSchema;
|
|
118
|
+
LineAuxiliaryResponse: LineAuxiliaryResponseSchema;
|
|
119
|
+
LinkAuxiliaryResponse: LinkAuxiliaryResponseSchema;
|
|
120
|
+
PolylineAuxiliaryResponse: PolylineAuxiliaryResponseSchema;
|
|
121
|
+
SquareAuxiliaryResponse: SquareAuxiliaryResponseSchema;
|
|
122
|
+
TextAuxiliaryResponse: TextAuxiliaryResponseSchema;
|
|
123
|
+
CompressorResponse: CompressorResponseSchema;
|
|
124
|
+
DamperResponse: DamperResponseSchema;
|
|
125
|
+
DamperAutomatedResponse: DamperAutomatedResponseSchema;
|
|
126
|
+
FanResponse: FanResponseSchema;
|
|
127
|
+
PumpResponse: PumpResponseSchema;
|
|
128
|
+
PumpAutomatedResponse: PumpAutomatedResponseSchema;
|
|
129
|
+
TankResponse: TankResponseSchema;
|
|
130
|
+
ValveResponse: ValveResponseSchema;
|
|
131
|
+
ValveAutomatedResponse: ValveAutomatedResponseSchema;
|
|
132
|
+
AlarmIndicatorResponse: AlarmIndicatorResponseSchema;
|
|
133
|
+
CommandResponse: CommandResponseSchema;
|
|
134
|
+
DialResponse: DialResponseSchema;
|
|
135
|
+
DigitalResponse: DigitalResponseSchema;
|
|
136
|
+
DisplayResponse: DisplayResponseSchema;
|
|
137
|
+
DynamicTextResponse: DynamicTextResponseSchema;
|
|
138
|
+
LevelBarResponse: LevelBarResponseSchema;
|
|
139
|
+
SliderResponse: SliderResponseSchema;
|
|
140
|
+
TextChannelResponse: TextChannelResponseSchema;
|
|
141
|
+
ToggleResponse: ToggleResponseSchema;
|
|
142
|
+
CabinetResponse: CabinetResponseSchema;
|
|
143
|
+
RepeaterResponse: RepeaterResponseSchema;
|
|
144
|
+
StationResponse: StationResponseSchema;
|
|
145
|
+
UnitResponse: UnitResponseSchema;
|
|
146
|
+
BreakerResponse: BreakerResponseSchema;
|
|
147
|
+
BreakerPmsResponse: BreakerPmsResponseSchema;
|
|
148
|
+
GeneratorResponse: GeneratorResponseSchema;
|
|
149
|
+
GeneratorPmsResponse: GeneratorPmsResponseSchema;
|
|
150
|
+
OperationModesResponse: OperationModesResponseSchema;
|
|
151
|
+
PrioritiesResponse: PrioritiesResponseSchema;
|
|
152
|
+
ShaftResponse: ShaftResponseSchema;
|
|
153
|
+
};
|
|
92
154
|
declare const Types: {
|
|
93
155
|
AlarmTypes: {
|
|
94
156
|
readonly NORMAL: "Normal";
|
|
@@ -254,6 +316,25 @@ declare const Types: {
|
|
|
254
316
|
readonly NORMAL: 9;
|
|
255
317
|
readonly OFFLINE: 10;
|
|
256
318
|
};
|
|
319
|
+
MimicAlarmStates: {
|
|
320
|
+
ALARM: string;
|
|
321
|
+
WARNING: string;
|
|
322
|
+
UNACKNOWLEDGED_ALARM: string;
|
|
323
|
+
UNACKNOWLEDGED_WARNING: string;
|
|
324
|
+
ACKNOWLEDGED_ALARM: string;
|
|
325
|
+
ACKNOWLEDGED_WARNING: string;
|
|
326
|
+
INHIBITED: string;
|
|
327
|
+
OFF_SCAN: string;
|
|
328
|
+
NORMAL: string;
|
|
329
|
+
OFFLINE: string;
|
|
330
|
+
};
|
|
331
|
+
MimicControlStates: {
|
|
332
|
+
NO_VALUE: string;
|
|
333
|
+
LOCAL: string;
|
|
334
|
+
AUTOMATIC: string;
|
|
335
|
+
SEMI_AUTOMATIC: string;
|
|
336
|
+
UNDEFINED: string;
|
|
337
|
+
};
|
|
257
338
|
ActivationModes: {
|
|
258
339
|
readonly ALARM: "Alarm";
|
|
259
340
|
readonly LOGIC: "Logic";
|
|
@@ -371,7 +452,19 @@ declare const Types: {
|
|
|
371
452
|
readonly STOPPED: "Stopped";
|
|
372
453
|
readonly UNDEFINED: "Undefined";
|
|
373
454
|
};
|
|
455
|
+
AutoSemiAutoStates: {
|
|
456
|
+
readonly NO_VALUE: "NoValue";
|
|
457
|
+
readonly AUTOMATIC: "Automatic";
|
|
458
|
+
readonly SEMI_AUTOMATIC: "SemiAuto";
|
|
459
|
+
readonly UNDEFINED: "Undefined";
|
|
460
|
+
};
|
|
461
|
+
RemoteLocalStates: {
|
|
462
|
+
readonly NO_VALUE: "NoValue";
|
|
463
|
+
readonly REMOTE: "Remote";
|
|
464
|
+
readonly LOCAL: "Local";
|
|
465
|
+
readonly UNDEFINED: "Undefined";
|
|
466
|
+
};
|
|
374
467
|
};
|
|
375
468
|
};
|
|
376
469
|
|
|
377
|
-
export { AlarmIndicatorJsonSchema, AutomaticSemiAutoJsonSchema, BreakerJsonSchema, BreakerPmsJsonSchema, CabinetJsonSchema,
|
|
470
|
+
export { AddedAlarmsJsonSchema, AlarmIndicatorJsonSchema, AlarmIndicatorRequestSchema, AlarmIndicatorResponseSchema, AutomaticSemiAutoJsonSchema, AutomaticSemiAutoRequestSchema, BackgroundJsonSchema, BreakerJsonSchema, BreakerPmsJsonSchema, BreakerPmsRequestSchema, BreakerPmsResponseSchema, BreakerRequestSchema, BreakerResponseSchema, CabinetJsonSchema, CabinetRequestSchema, CabinetResponseSchema, ChannelJsonSchema, CommandJsonSchema, CommandRequestSchema, CommandResponseSchema, CommandsOpClJsonSchema, CommandsOpClRequestSchema, CommandsStartStopJsonSchema, CommandsStartStopRequestSchema, CompressorJsonSchema, CompressorRequestSchema, CompressorResponseSchema, ControlLockJsonSchema, ControlLockRequestSchema, DamperAutomatedJsonSchema, DamperAutomatedRequestSchema, DamperAutomatedResponseSchema, DamperJsonSchema, DamperRequestSchema, DamperResponseSchema, DialJsonSchema, DialRequestSchema, DialResponseSchema, DigitalJsonSchema, DigitalRequestSchema, DigitalResponseSchema, DisplayJsonSchema, DisplayRequestSchema, DisplayResponseSchema, DynamicTextJsonSchema, DynamicTextRequestSchema, DynamicTextResponseSchema, FanJsonSchema, FanRequestSchema, FanResponseSchema, FeedbackOpClJsonSchema, FeedbackOpClRequestSchema, FeedbackRunningStoppedJsonSchema, FeedbackRunningStoppedRequestSchema, GeneratorJsonSchema, GeneratorPmsJsonSchema, GeneratorPmsRequestSchema, GeneratorPmsResponseSchema, GeneratorRequestSchema, GeneratorResponseSchema, ImageAuxiliaryJsonSchema, ImageAuxiliaryRequestSchema, ImageAuxiliaryResponseSchema, LevelBarJsonSchema, LevelBarRequestSchema, LevelBarResponseSchema, LineAuxiliaryJsonSchema, LineAuxiliaryRequestSchema, LineAuxiliaryResponseSchema, LineJsonSchema, LinkAuxiliaryJsonSchema, LinkAuxiliaryRequestSchema, LinkAuxiliaryResponseSchema, LocalizedTextJsonSchema, LocationJsonSchema, LogicExpressionJsonSchema, LogicExpressionsJsonSchema, Mimics, MimicsRequest, MimicsResponse, OperationModesJsonSchema, OperationModesRequestSchema, OperationModesResponseSchema, OrderOpClJsonSchema, OrderOpClRequestSchema, OrderStartStopJsonSchema, OrderStartStopRequestSchema, PolylineAuxiliaryJsonSchema, PolylineAuxiliaryRequestSchema, PolylineAuxiliaryResponseSchema, PrioritiesJsonSchema, PrioritiesRequestSchema, PrioritiesResponseSchema, PriorityDataJsonSchema, PriorityDataRequestSchema, PumpAutomatedJsonSchema, PumpAutomatedRequestSchema, PumpAutomatedResponseSchema, PumpJsonSchema, PumpRequestSchema, PumpResponseSchema, RemoteLocalJsonSchema, RemoteLocalRequestSchema, RepeaterJsonSchema, RepeaterRequestSchema, RepeaterResponseSchema, ScaleJsonSchema, ShaftJsonSchema, ShaftRequestSchema, ShaftResponseSchema, SliderJsonSchema, SliderRequestSchema, SliderResponseSchema, SquareAuxiliaryJsonSchema, SquareAuxiliaryRequestSchema, SquareAuxiliaryResponseSchema, StationJsonSchema, StationRequestSchema, StationResponseSchema, TankJsonSchema, TankRequestSchema, TankResponseSchema, TextAttributesJsonSchema, TextAuxiliaryJsonSchema, TextAuxiliaryRequestSchema, TextAuxiliaryResponseSchema, TextChannelJsonSchema, TextChannelRequestSchema, TextChannelResponseSchema, TitleJsonSchema, ToggleJsonSchema, ToggleRequestSchema, ToggleResponseSchema, TripResetJsonSchema, TripResetRequestSchema, Types, UnitJsonSchema, UnitRequestSchema, UnitResponseSchema, ValveAutomatedJsonSchema, ValveAutomatedRequestSchema, ValveAutomatedResponseSchema, ValveJsonSchema, ValveRequestSchema, ValveResponseSchema };
|
package/dist/browser-index.d.ts
CHANGED
|
@@ -1,33 +1,5 @@
|
|
|
1
|
-
import { I as ImageAuxiliaryJsonSchema, L as LineAuxiliaryJsonSchema, a as LinkAuxiliaryJsonSchema, P as PolylineAuxiliaryJsonSchema, S as SquareAuxiliaryJsonSchema, T as TextAuxiliaryJsonSchema, C as ChannelJsonSchema, b as CompressorJsonSchema, D as DamperJsonSchema, c as DamperAutomatedJsonSchema, F as FanJsonSchema, d as PumpJsonSchema, e as PumpAutomatedJsonSchema, f as TankJsonSchema, V as ValveJsonSchema, g as ValveAutomatedJsonSchema, A as AlarmIndicatorJsonSchema, h as CommandJsonSchema, i as DialJsonSchema, j as DigitalJsonSchema, k as DisplayJsonSchema, l as DynamicTextJsonSchema, m as LevelBarJsonSchema, n as SliderJsonSchema, o as TextChannelJsonSchema, p as ToggleJsonSchema, q as CabinetJsonSchema, R as RepeaterJsonSchema, r as StationJsonSchema, U as UnitJsonSchema, s as AddedAlarmsJsonSchema, B as BackgroundJsonSchema, t as LineJsonSchema, u as LocalizedTextJsonSchema, v as LocationJsonSchema, w as LogicExpressionJsonSchema, x as LogicExpressionsJsonSchema, y as ScaleJsonSchema, z as TextAttributesJsonSchema, E as TitleJsonSchema, G as AutomaticSemiAutoJsonSchema, H as CommandsOpClJsonSchema, J as CommandsStartStopJsonSchema, K as ControlLockJsonSchema, M as FeedbackOpClJsonSchema, N as FeedbackRunningStoppedJsonSchema, O as OrderOpClJsonSchema, Q as OrderStartStopJsonSchema, W as RemoteLocalJsonSchema, X as TripResetJsonSchema, Y as BreakerJsonSchema, Z as BreakerPmsJsonSchema, _ as GeneratorJsonSchema, $ as GeneratorPmsJsonSchema, a0 as OperationModesJsonSchema, a1 as PriorityDataJsonSchema, a2 as PrioritiesJsonSchema, a3 as ShaftJsonSchema } from './unit.types-
|
|
2
|
-
export {
|
|
3
|
-
|
|
4
|
-
declare const ChannelBaseTypes: {
|
|
5
|
-
readonly VIRTUAL_ANALOG: "VirtualAnalog";
|
|
6
|
-
readonly VIRTUAL_DIGITAL: "VirtualDigital";
|
|
7
|
-
readonly VIRTUAL_STRING: "VirtualString";
|
|
8
|
-
readonly WIRED_ANALOG: "WiredAnalog";
|
|
9
|
-
readonly WIRED_DIGITAL: "WiredDigital";
|
|
10
|
-
};
|
|
11
|
-
type ChannelBaseType = (typeof ChannelBaseTypes)[keyof typeof ChannelBaseTypes];
|
|
12
|
-
declare const ChannelSpecificTypes: {
|
|
13
|
-
readonly DIGITAL_INPUT: "DigitalInput";
|
|
14
|
-
readonly DIGITAL_OUTPUT: "DigitalOutput";
|
|
15
|
-
readonly ANALOG_INPUT: "AnalogInput";
|
|
16
|
-
readonly ANALOG_OUTPUT: "AnalogOutput";
|
|
17
|
-
readonly ANALOG_SOFTWARE: "AnalogSoftware";
|
|
18
|
-
readonly DIGITAL_SOFTWARE: "DigitalSoftware";
|
|
19
|
-
readonly VIRTUAL_STRING: "VirtualString";
|
|
20
|
-
readonly COMMAND: "Command";
|
|
21
|
-
readonly BROADCAST_COMMAND: "BroadcastCommand";
|
|
22
|
-
readonly SOFTWARE: "Software";
|
|
23
|
-
readonly ANALOG_TIMER: "AnalogTimer";
|
|
24
|
-
readonly SERIAL_DIGITAL_INPUT: "SerialDigitalInput";
|
|
25
|
-
readonly SERIAL_DIGITAL_OUTPUT: "SerialDigitalOutput";
|
|
26
|
-
readonly SERIAL_LINE_COMMAND: "SerialLineCommand";
|
|
27
|
-
readonly SERIAL_ANALOG_INPUT: "SerialAnalogInput";
|
|
28
|
-
readonly SERIAL_ANALOG_OUTPUT: "SerialAnalogOutput";
|
|
29
|
-
};
|
|
30
|
-
type ChannelSpecificType = (typeof ChannelSpecificTypes)[keyof typeof ChannelSpecificTypes];
|
|
1
|
+
import { I as ImageAuxiliaryJsonSchema, L as LineAuxiliaryJsonSchema, a as LinkAuxiliaryJsonSchema, P as PolylineAuxiliaryJsonSchema, S as SquareAuxiliaryJsonSchema, T as TextAuxiliaryJsonSchema, C as ChannelJsonSchema, b as CompressorJsonSchema, D as DamperJsonSchema, c as DamperAutomatedJsonSchema, F as FanJsonSchema, d as PumpJsonSchema, e as PumpAutomatedJsonSchema, f as TankJsonSchema, V as ValveJsonSchema, g as ValveAutomatedJsonSchema, A as AlarmIndicatorJsonSchema, h as CommandJsonSchema, i as DialJsonSchema, j as DigitalJsonSchema, k as DisplayJsonSchema, l as DynamicTextJsonSchema, m as LevelBarJsonSchema, n as SliderJsonSchema, o as TextChannelJsonSchema, p as ToggleJsonSchema, q as CabinetJsonSchema, R as RepeaterJsonSchema, r as StationJsonSchema, U as UnitJsonSchema, s as AddedAlarmsJsonSchema, B as BackgroundJsonSchema, t as LineJsonSchema, u as LocalizedTextJsonSchema, v as LocationJsonSchema, w as LogicExpressionJsonSchema, x as LogicExpressionsJsonSchema, y as ScaleJsonSchema, z as TextAttributesJsonSchema, E as TitleJsonSchema, G as AutomaticSemiAutoJsonSchema, H as CommandsOpClJsonSchema, J as CommandsStartStopJsonSchema, K as ControlLockJsonSchema, M as FeedbackOpClJsonSchema, N as FeedbackRunningStoppedJsonSchema, O as OrderOpClJsonSchema, Q as OrderStartStopJsonSchema, W as RemoteLocalJsonSchema, X as TripResetJsonSchema, Y as BreakerJsonSchema, Z as BreakerPmsJsonSchema, _ as GeneratorJsonSchema, $ as GeneratorPmsJsonSchema, a0 as OperationModesJsonSchema, a1 as PriorityDataJsonSchema, a2 as PrioritiesJsonSchema, a3 as ShaftJsonSchema, a4 as ImageAuxiliaryRequestSchema, a5 as LineAuxiliaryRequestSchema, a6 as LinkAuxiliaryRequestSchema, a7 as PolylineAuxiliaryRequestSchema, a8 as SquareAuxiliaryRequestSchema, a9 as TextAuxiliaryRequestSchema, aa as ChannelRequestSchema, ab as CompressorRequestSchema, ac as DamperRequestSchema, ad as DamperAutomatedRequestSchema, ae as FanRequestSchema, af as PumpRequestSchema, ag as PumpAutomatedRequestSchema, ah as TankRequestSchema, ai as ValveRequestSchema, aj as ValveAutomatedRequestSchema, ak as AlarmIndicatorRequestSchema, al as CommandRequestSchema, am as DialRequestSchema, an as DigitalRequestSchema, ao as DisplayRequestSchema, ap as DynamicTextRequestSchema, aq as LevelBarRequestSchema, ar as SliderRequestSchema, as as TextChannelRequestSchema, at as ToggleRequestSchema, au as CabinetRequestSchema, av as RepeaterRequestSchema, aw as StationRequestSchema, ax as UnitRequestSchema, ay as AutomaticSemiAutoRequestSchema, az as CommandsOpClRequestSchema, aA as CommandsStartStopRequestSchema, aB as ControlLockRequestSchema, aC as FeedbackOpClRequestSchema, aD as FeedbackRunningStoppedRequestSchema, aE as OrderOpClRequestSchema, aF as OrderStartStopRequestSchema, aG as RemoteLocalRequestSchema, aH as TripResetRequestSchema, aI as BreakerRequestSchema, aJ as BreakerPmsRequestSchema, aK as GeneratorRequestSchema, aL as GeneratorPmsRequestSchema, aM as OperationModesRequestSchema, aN as PriorityDataRequestSchema, aO as PrioritiesRequestSchema, aP as ShaftRequestSchema, aQ as ImageAuxiliaryResponseSchema, aR as LineAuxiliaryResponseSchema, aS as LinkAuxiliaryResponseSchema, aT as PolylineAuxiliaryResponseSchema, aU as SquareAuxiliaryResponseSchema, aV as TextAuxiliaryResponseSchema, aW as CompressorResponseSchema, aX as DamperResponseSchema, aY as DamperAutomatedResponseSchema, aZ as FanResponseSchema, a_ as PumpResponseSchema, a$ as PumpAutomatedResponseSchema, b0 as TankResponseSchema, b1 as ValveResponseSchema, b2 as ValveAutomatedResponseSchema, b3 as AlarmIndicatorResponseSchema, b4 as CommandResponseSchema, b5 as DialResponseSchema, b6 as DigitalResponseSchema, b7 as DisplayResponseSchema, b8 as DynamicTextResponseSchema, b9 as LevelBarResponseSchema, ba as SliderResponseSchema, bb as TextChannelResponseSchema, bc as ToggleResponseSchema, bd as CabinetResponseSchema, be as RepeaterResponseSchema, bf as StationResponseSchema, bg as UnitResponseSchema, bh as BreakerResponseSchema, bi as BreakerPmsResponseSchema, bj as GeneratorResponseSchema, bk as GeneratorPmsResponseSchema, bl as OperationModesResponseSchema, bm as PrioritiesResponseSchema, bn as ShaftResponseSchema } from './unit.types-BZWIS1vq.js';
|
|
2
|
+
export { bo as ActivationMode, bp as AlarmPriority, bq as AlarmState, br as AlarmType, bs as AutoSemiAutoState, bt as CabinetDesign, bu as ChannelBaseType, bv as ChannelSpecificType, bw as CloudAlarmState, bx as CompressorDesign, by as DiamarAlarmState, bz as DigitalAlarmState, bA as DigitalState, bB as EventCategory, bC as EventCriticality, bD as FanDesign, bE as FanDirection, bF as FanRunState, bG as FanType, bH as LedType, bI as LevelBarOrientation, bJ as LineRequestSchema, bK as LinkDesign, bL as MarkType, bM as MimicAlarmState, bN as MimicControlState, bO as MimicElementType, bP as OpClState, bQ as OperationModeState, bR as RemoteLocalState, bS as RepeaterDesign, bT as RunningStoppedState, bU as ScalePosition, bV as SliderOrientation, bW as StationDesign, bX as TextAnchorPoint, bY as TitleAlign, bZ as UnitDesign, b_ as UnitType, b$ as ValueType, c0 as ValveDesign, c1 as ZDepth } from './unit.types-BZWIS1vq.js';
|
|
31
3
|
|
|
32
4
|
declare const Mimics: {
|
|
33
5
|
ImageAuxiliaryJson: ImageAuxiliaryJsonSchema;
|
|
@@ -89,6 +61,96 @@ declare const Mimics: {
|
|
|
89
61
|
PrioritiesJson: PrioritiesJsonSchema;
|
|
90
62
|
ShaftJson: ShaftJsonSchema;
|
|
91
63
|
};
|
|
64
|
+
|
|
65
|
+
declare const MimicsRequest: {
|
|
66
|
+
ImageAuxiliaryRequest: ImageAuxiliaryRequestSchema;
|
|
67
|
+
LineAuxiliaryRequest: LineAuxiliaryRequestSchema;
|
|
68
|
+
LinkAuxiliaryRequest: LinkAuxiliaryRequestSchema;
|
|
69
|
+
PolylineAuxiliaryRequest: PolylineAuxiliaryRequestSchema;
|
|
70
|
+
SquareAuxiliaryRequest: SquareAuxiliaryRequestSchema;
|
|
71
|
+
TextAuxiliaryRequest: TextAuxiliaryRequestSchema;
|
|
72
|
+
ChannelRequest: ChannelRequestSchema;
|
|
73
|
+
CompressorRequest: CompressorRequestSchema;
|
|
74
|
+
DamperRequest: DamperRequestSchema;
|
|
75
|
+
DamperAutomatedRequest: DamperAutomatedRequestSchema;
|
|
76
|
+
FanRequest: FanRequestSchema;
|
|
77
|
+
PumpRequest: PumpRequestSchema;
|
|
78
|
+
PumpAutomatedRequest: PumpAutomatedRequestSchema;
|
|
79
|
+
TankRequest: TankRequestSchema;
|
|
80
|
+
ValveRequest: ValveRequestSchema;
|
|
81
|
+
ValveAutomatedRequest: ValveAutomatedRequestSchema;
|
|
82
|
+
AlarmIndicatorRequest: AlarmIndicatorRequestSchema;
|
|
83
|
+
CommandRequest: CommandRequestSchema;
|
|
84
|
+
DialRequest: DialRequestSchema;
|
|
85
|
+
DigitalRequest: DigitalRequestSchema;
|
|
86
|
+
DisplayRequest: DisplayRequestSchema;
|
|
87
|
+
DynamicTextRequest: DynamicTextRequestSchema;
|
|
88
|
+
LevelBarRequest: LevelBarRequestSchema;
|
|
89
|
+
SliderRequest: SliderRequestSchema;
|
|
90
|
+
TextChannelRequest: TextChannelRequestSchema;
|
|
91
|
+
ToggleRequest: ToggleRequestSchema;
|
|
92
|
+
CabinetRequest: CabinetRequestSchema;
|
|
93
|
+
RepeaterRequest: RepeaterRequestSchema;
|
|
94
|
+
StationRequest: StationRequestSchema;
|
|
95
|
+
UnitRequest: UnitRequestSchema;
|
|
96
|
+
AutomaticSemiAutoRequest: AutomaticSemiAutoRequestSchema;
|
|
97
|
+
CommandsOpClRequest: CommandsOpClRequestSchema;
|
|
98
|
+
CommandsStartStopRequest: CommandsStartStopRequestSchema;
|
|
99
|
+
ControlLockRequest: ControlLockRequestSchema;
|
|
100
|
+
FeedbackOpClRequest: FeedbackOpClRequestSchema;
|
|
101
|
+
FeedbackRunningStoppedRequest: FeedbackRunningStoppedRequestSchema;
|
|
102
|
+
OrderOpClRequest: OrderOpClRequestSchema;
|
|
103
|
+
OrderStartStopRequest: OrderStartStopRequestSchema;
|
|
104
|
+
RemoteLocalRequest: RemoteLocalRequestSchema;
|
|
105
|
+
TripResetRequest: TripResetRequestSchema;
|
|
106
|
+
BreakerRequest: BreakerRequestSchema;
|
|
107
|
+
BreakerPmsRequest: BreakerPmsRequestSchema;
|
|
108
|
+
GeneratorRequest: GeneratorRequestSchema;
|
|
109
|
+
GeneratorPmsRequest: GeneratorPmsRequestSchema;
|
|
110
|
+
OperationModesRequest: OperationModesRequestSchema;
|
|
111
|
+
PriorityDataRequest: PriorityDataRequestSchema;
|
|
112
|
+
PrioritiesRequest: PrioritiesRequestSchema;
|
|
113
|
+
ShaftRequest: ShaftRequestSchema;
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
declare const MimicsResponse: {
|
|
117
|
+
ImageAuxiliaryResponse: ImageAuxiliaryResponseSchema;
|
|
118
|
+
LineAuxiliaryResponse: LineAuxiliaryResponseSchema;
|
|
119
|
+
LinkAuxiliaryResponse: LinkAuxiliaryResponseSchema;
|
|
120
|
+
PolylineAuxiliaryResponse: PolylineAuxiliaryResponseSchema;
|
|
121
|
+
SquareAuxiliaryResponse: SquareAuxiliaryResponseSchema;
|
|
122
|
+
TextAuxiliaryResponse: TextAuxiliaryResponseSchema;
|
|
123
|
+
CompressorResponse: CompressorResponseSchema;
|
|
124
|
+
DamperResponse: DamperResponseSchema;
|
|
125
|
+
DamperAutomatedResponse: DamperAutomatedResponseSchema;
|
|
126
|
+
FanResponse: FanResponseSchema;
|
|
127
|
+
PumpResponse: PumpResponseSchema;
|
|
128
|
+
PumpAutomatedResponse: PumpAutomatedResponseSchema;
|
|
129
|
+
TankResponse: TankResponseSchema;
|
|
130
|
+
ValveResponse: ValveResponseSchema;
|
|
131
|
+
ValveAutomatedResponse: ValveAutomatedResponseSchema;
|
|
132
|
+
AlarmIndicatorResponse: AlarmIndicatorResponseSchema;
|
|
133
|
+
CommandResponse: CommandResponseSchema;
|
|
134
|
+
DialResponse: DialResponseSchema;
|
|
135
|
+
DigitalResponse: DigitalResponseSchema;
|
|
136
|
+
DisplayResponse: DisplayResponseSchema;
|
|
137
|
+
DynamicTextResponse: DynamicTextResponseSchema;
|
|
138
|
+
LevelBarResponse: LevelBarResponseSchema;
|
|
139
|
+
SliderResponse: SliderResponseSchema;
|
|
140
|
+
TextChannelResponse: TextChannelResponseSchema;
|
|
141
|
+
ToggleResponse: ToggleResponseSchema;
|
|
142
|
+
CabinetResponse: CabinetResponseSchema;
|
|
143
|
+
RepeaterResponse: RepeaterResponseSchema;
|
|
144
|
+
StationResponse: StationResponseSchema;
|
|
145
|
+
UnitResponse: UnitResponseSchema;
|
|
146
|
+
BreakerResponse: BreakerResponseSchema;
|
|
147
|
+
BreakerPmsResponse: BreakerPmsResponseSchema;
|
|
148
|
+
GeneratorResponse: GeneratorResponseSchema;
|
|
149
|
+
GeneratorPmsResponse: GeneratorPmsResponseSchema;
|
|
150
|
+
OperationModesResponse: OperationModesResponseSchema;
|
|
151
|
+
PrioritiesResponse: PrioritiesResponseSchema;
|
|
152
|
+
ShaftResponse: ShaftResponseSchema;
|
|
153
|
+
};
|
|
92
154
|
declare const Types: {
|
|
93
155
|
AlarmTypes: {
|
|
94
156
|
readonly NORMAL: "Normal";
|
|
@@ -254,6 +316,25 @@ declare const Types: {
|
|
|
254
316
|
readonly NORMAL: 9;
|
|
255
317
|
readonly OFFLINE: 10;
|
|
256
318
|
};
|
|
319
|
+
MimicAlarmStates: {
|
|
320
|
+
ALARM: string;
|
|
321
|
+
WARNING: string;
|
|
322
|
+
UNACKNOWLEDGED_ALARM: string;
|
|
323
|
+
UNACKNOWLEDGED_WARNING: string;
|
|
324
|
+
ACKNOWLEDGED_ALARM: string;
|
|
325
|
+
ACKNOWLEDGED_WARNING: string;
|
|
326
|
+
INHIBITED: string;
|
|
327
|
+
OFF_SCAN: string;
|
|
328
|
+
NORMAL: string;
|
|
329
|
+
OFFLINE: string;
|
|
330
|
+
};
|
|
331
|
+
MimicControlStates: {
|
|
332
|
+
NO_VALUE: string;
|
|
333
|
+
LOCAL: string;
|
|
334
|
+
AUTOMATIC: string;
|
|
335
|
+
SEMI_AUTOMATIC: string;
|
|
336
|
+
UNDEFINED: string;
|
|
337
|
+
};
|
|
257
338
|
ActivationModes: {
|
|
258
339
|
readonly ALARM: "Alarm";
|
|
259
340
|
readonly LOGIC: "Logic";
|
|
@@ -371,7 +452,19 @@ declare const Types: {
|
|
|
371
452
|
readonly STOPPED: "Stopped";
|
|
372
453
|
readonly UNDEFINED: "Undefined";
|
|
373
454
|
};
|
|
455
|
+
AutoSemiAutoStates: {
|
|
456
|
+
readonly NO_VALUE: "NoValue";
|
|
457
|
+
readonly AUTOMATIC: "Automatic";
|
|
458
|
+
readonly SEMI_AUTOMATIC: "SemiAuto";
|
|
459
|
+
readonly UNDEFINED: "Undefined";
|
|
460
|
+
};
|
|
461
|
+
RemoteLocalStates: {
|
|
462
|
+
readonly NO_VALUE: "NoValue";
|
|
463
|
+
readonly REMOTE: "Remote";
|
|
464
|
+
readonly LOCAL: "Local";
|
|
465
|
+
readonly UNDEFINED: "Undefined";
|
|
466
|
+
};
|
|
374
467
|
};
|
|
375
468
|
};
|
|
376
469
|
|
|
377
|
-
export { AlarmIndicatorJsonSchema, AutomaticSemiAutoJsonSchema, BreakerJsonSchema, BreakerPmsJsonSchema, CabinetJsonSchema,
|
|
470
|
+
export { AddedAlarmsJsonSchema, AlarmIndicatorJsonSchema, AlarmIndicatorRequestSchema, AlarmIndicatorResponseSchema, AutomaticSemiAutoJsonSchema, AutomaticSemiAutoRequestSchema, BackgroundJsonSchema, BreakerJsonSchema, BreakerPmsJsonSchema, BreakerPmsRequestSchema, BreakerPmsResponseSchema, BreakerRequestSchema, BreakerResponseSchema, CabinetJsonSchema, CabinetRequestSchema, CabinetResponseSchema, ChannelJsonSchema, CommandJsonSchema, CommandRequestSchema, CommandResponseSchema, CommandsOpClJsonSchema, CommandsOpClRequestSchema, CommandsStartStopJsonSchema, CommandsStartStopRequestSchema, CompressorJsonSchema, CompressorRequestSchema, CompressorResponseSchema, ControlLockJsonSchema, ControlLockRequestSchema, DamperAutomatedJsonSchema, DamperAutomatedRequestSchema, DamperAutomatedResponseSchema, DamperJsonSchema, DamperRequestSchema, DamperResponseSchema, DialJsonSchema, DialRequestSchema, DialResponseSchema, DigitalJsonSchema, DigitalRequestSchema, DigitalResponseSchema, DisplayJsonSchema, DisplayRequestSchema, DisplayResponseSchema, DynamicTextJsonSchema, DynamicTextRequestSchema, DynamicTextResponseSchema, FanJsonSchema, FanRequestSchema, FanResponseSchema, FeedbackOpClJsonSchema, FeedbackOpClRequestSchema, FeedbackRunningStoppedJsonSchema, FeedbackRunningStoppedRequestSchema, GeneratorJsonSchema, GeneratorPmsJsonSchema, GeneratorPmsRequestSchema, GeneratorPmsResponseSchema, GeneratorRequestSchema, GeneratorResponseSchema, ImageAuxiliaryJsonSchema, ImageAuxiliaryRequestSchema, ImageAuxiliaryResponseSchema, LevelBarJsonSchema, LevelBarRequestSchema, LevelBarResponseSchema, LineAuxiliaryJsonSchema, LineAuxiliaryRequestSchema, LineAuxiliaryResponseSchema, LineJsonSchema, LinkAuxiliaryJsonSchema, LinkAuxiliaryRequestSchema, LinkAuxiliaryResponseSchema, LocalizedTextJsonSchema, LocationJsonSchema, LogicExpressionJsonSchema, LogicExpressionsJsonSchema, Mimics, MimicsRequest, MimicsResponse, OperationModesJsonSchema, OperationModesRequestSchema, OperationModesResponseSchema, OrderOpClJsonSchema, OrderOpClRequestSchema, OrderStartStopJsonSchema, OrderStartStopRequestSchema, PolylineAuxiliaryJsonSchema, PolylineAuxiliaryRequestSchema, PolylineAuxiliaryResponseSchema, PrioritiesJsonSchema, PrioritiesRequestSchema, PrioritiesResponseSchema, PriorityDataJsonSchema, PriorityDataRequestSchema, PumpAutomatedJsonSchema, PumpAutomatedRequestSchema, PumpAutomatedResponseSchema, PumpJsonSchema, PumpRequestSchema, PumpResponseSchema, RemoteLocalJsonSchema, RemoteLocalRequestSchema, RepeaterJsonSchema, RepeaterRequestSchema, RepeaterResponseSchema, ScaleJsonSchema, ShaftJsonSchema, ShaftRequestSchema, ShaftResponseSchema, SliderJsonSchema, SliderRequestSchema, SliderResponseSchema, SquareAuxiliaryJsonSchema, SquareAuxiliaryRequestSchema, SquareAuxiliaryResponseSchema, StationJsonSchema, StationRequestSchema, StationResponseSchema, TankJsonSchema, TankRequestSchema, TankResponseSchema, TextAttributesJsonSchema, TextAuxiliaryJsonSchema, TextAuxiliaryRequestSchema, TextAuxiliaryResponseSchema, TextChannelJsonSchema, TextChannelRequestSchema, TextChannelResponseSchema, TitleJsonSchema, ToggleJsonSchema, ToggleRequestSchema, ToggleResponseSchema, TripResetJsonSchema, TripResetRequestSchema, Types, UnitJsonSchema, UnitRequestSchema, UnitResponseSchema, ValveAutomatedJsonSchema, ValveAutomatedRequestSchema, ValveAutomatedResponseSchema, ValveJsonSchema, ValveRequestSchema, ValveResponseSchema };
|