@aceplus/smartace-api 3.5.0 → 3.6.0-alpha.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/package.json +1 -1
- package/spic.asset_pb.d.ts +4 -2
- package/spic.asset_pb.js +5 -3
package/package.json
CHANGED
package/spic.asset_pb.d.ts
CHANGED
|
@@ -552,8 +552,8 @@ export namespace AssetProto {
|
|
|
552
552
|
export const BatteryStatus: BatteryStatusMap;
|
|
553
553
|
|
|
554
554
|
export interface DeviceTypeMap {
|
|
555
|
-
|
|
556
|
-
|
|
555
|
+
SPICV2_PASSIVE_CABINET: 0;
|
|
556
|
+
SPICV2_MANHOLE: 1;
|
|
557
557
|
}
|
|
558
558
|
|
|
559
559
|
export const DeviceType: DeviceTypeMap;
|
|
@@ -656,6 +656,8 @@ export interface ComponentIdentifierMap {
|
|
|
656
656
|
EXT_ALARM_1: 31;
|
|
657
657
|
EXT_ALARM_2: 32;
|
|
658
658
|
EXT_ALARM_3: 33;
|
|
659
|
+
MANHOLE_COVER: 40;
|
|
660
|
+
MANHOLE_CLOSURE_OPEN: 41;
|
|
659
661
|
}
|
|
660
662
|
|
|
661
663
|
export const ComponentIdentifier: ComponentIdentifierMap;
|
package/spic.asset_pb.js
CHANGED
|
@@ -737,8 +737,8 @@ proto.Spic.AssetProto.BatteryStatus = {
|
|
|
737
737
|
* @enum {number}
|
|
738
738
|
*/
|
|
739
739
|
proto.Spic.AssetProto.DeviceType = {
|
|
740
|
-
|
|
741
|
-
|
|
740
|
+
SPICV2_PASSIVE_CABINET: 0,
|
|
741
|
+
SPICV2_MANHOLE: 1
|
|
742
742
|
};
|
|
743
743
|
|
|
744
744
|
/**
|
|
@@ -4751,7 +4751,9 @@ proto.Spic.ComponentIdentifier = {
|
|
|
4751
4751
|
CABINET_MAIN_DOOR_LOCK: 16,
|
|
4752
4752
|
EXT_ALARM_1: 31,
|
|
4753
4753
|
EXT_ALARM_2: 32,
|
|
4754
|
-
EXT_ALARM_3: 33
|
|
4754
|
+
EXT_ALARM_3: 33,
|
|
4755
|
+
MANHOLE_COVER: 40,
|
|
4756
|
+
MANHOLE_CLOSURE_OPEN: 41
|
|
4755
4757
|
};
|
|
4756
4758
|
|
|
4757
4759
|
goog.object.extend(exports, proto.Spic);
|