@lansweeper/discovery-sensor-proto 2.59.3 → 2.59.4

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.
@@ -459,43 +459,43 @@ export class SnmpUpsInfo extends jspb.Message {
459
459
 
460
460
  hasBatteryStatus(): boolean;
461
461
  clearBatteryStatus(): void;
462
- getBatteryStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
463
- setBatteryStatus(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
462
+ getBatteryStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
463
+ setBatteryStatus(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
464
464
 
465
465
  hasSecondsOnBattery(): boolean;
466
466
  clearSecondsOnBattery(): void;
467
- getSecondsOnBattery(): google_protobuf_wrappers_pb.StringValue | undefined;
468
- setSecondsOnBattery(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
467
+ getSecondsOnBattery(): google_protobuf_wrappers_pb.Int32Value | undefined;
468
+ setSecondsOnBattery(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
469
469
 
470
470
  hasEstimatedMinutesRemaining(): boolean;
471
471
  clearEstimatedMinutesRemaining(): void;
472
- getEstimatedMinutesRemaining(): google_protobuf_wrappers_pb.StringValue | undefined;
473
- setEstimatedMinutesRemaining(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
472
+ getEstimatedMinutesRemaining(): google_protobuf_wrappers_pb.Int32Value | undefined;
473
+ setEstimatedMinutesRemaining(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
474
474
 
475
475
  hasEstimatedChargeRemaining(): boolean;
476
476
  clearEstimatedChargeRemaining(): void;
477
- getEstimatedChargeRemaining(): google_protobuf_wrappers_pb.StringValue | undefined;
478
- setEstimatedChargeRemaining(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
477
+ getEstimatedChargeRemaining(): google_protobuf_wrappers_pb.Int32Value | undefined;
478
+ setEstimatedChargeRemaining(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
479
479
 
480
480
  hasBatteryVoltage(): boolean;
481
481
  clearBatteryVoltage(): void;
482
- getBatteryVoltage(): google_protobuf_wrappers_pb.StringValue | undefined;
483
- setBatteryVoltage(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
482
+ getBatteryVoltage(): google_protobuf_wrappers_pb.Int32Value | undefined;
483
+ setBatteryVoltage(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
484
484
 
485
485
  hasBatteryCurrent(): boolean;
486
486
  clearBatteryCurrent(): void;
487
- getBatteryCurrent(): google_protobuf_wrappers_pb.StringValue | undefined;
488
- setBatteryCurrent(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
487
+ getBatteryCurrent(): google_protobuf_wrappers_pb.Int32Value | undefined;
488
+ setBatteryCurrent(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
489
489
 
490
490
  hasBatteryTemperature(): boolean;
491
491
  clearBatteryTemperature(): void;
492
- getBatteryTemperature(): google_protobuf_wrappers_pb.StringValue | undefined;
493
- setBatteryTemperature(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
492
+ getBatteryTemperature(): google_protobuf_wrappers_pb.Int32Value | undefined;
493
+ setBatteryTemperature(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
494
494
 
495
495
  hasAlarmsPresent(): boolean;
496
496
  clearAlarmsPresent(): void;
497
- getAlarmsPresent(): google_protobuf_wrappers_pb.StringValue | undefined;
498
- setAlarmsPresent(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
497
+ getAlarmsPresent(): google_protobuf_wrappers_pb.Int32Value | undefined;
498
+ setAlarmsPresent(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
499
499
 
500
500
  serializeBinary(): Uint8Array;
501
501
  toObject(includeInstance?: boolean): SnmpUpsInfo.AsObject;
@@ -515,14 +515,14 @@ export namespace SnmpUpsInfo {
515
515
  agentSoftwareVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
516
516
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
517
517
  attachedDevices?: google_protobuf_wrappers_pb.StringValue.AsObject,
518
- batteryStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
519
- secondsOnBattery?: google_protobuf_wrappers_pb.StringValue.AsObject,
520
- estimatedMinutesRemaining?: google_protobuf_wrappers_pb.StringValue.AsObject,
521
- estimatedChargeRemaining?: google_protobuf_wrappers_pb.StringValue.AsObject,
522
- batteryVoltage?: google_protobuf_wrappers_pb.StringValue.AsObject,
523
- batteryCurrent?: google_protobuf_wrappers_pb.StringValue.AsObject,
524
- batteryTemperature?: google_protobuf_wrappers_pb.StringValue.AsObject,
525
- alarmsPresent?: google_protobuf_wrappers_pb.StringValue.AsObject,
518
+ batteryStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
519
+ secondsOnBattery?: google_protobuf_wrappers_pb.Int32Value.AsObject,
520
+ estimatedMinutesRemaining?: google_protobuf_wrappers_pb.Int32Value.AsObject,
521
+ estimatedChargeRemaining?: google_protobuf_wrappers_pb.Int32Value.AsObject,
522
+ batteryVoltage?: google_protobuf_wrappers_pb.Int32Value.AsObject,
523
+ batteryCurrent?: google_protobuf_wrappers_pb.Int32Value.AsObject,
524
+ batteryTemperature?: google_protobuf_wrappers_pb.Int32Value.AsObject,
525
+ alarmsPresent?: google_protobuf_wrappers_pb.Int32Value.AsObject,
526
526
  }
527
527
  }
528
528
 
@@ -3670,14 +3670,14 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.toObject = function(i
3670
3670
  agentSoftwareVersion: (f = msg.getAgentSoftwareVersion()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3671
3671
  name: (f = msg.getName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3672
3672
  attachedDevices: (f = msg.getAttachedDevices()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3673
- batteryStatus: (f = msg.getBatteryStatus()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3674
- secondsOnBattery: (f = msg.getSecondsOnBattery()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3675
- estimatedMinutesRemaining: (f = msg.getEstimatedMinutesRemaining()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3676
- estimatedChargeRemaining: (f = msg.getEstimatedChargeRemaining()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3677
- batteryVoltage: (f = msg.getBatteryVoltage()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3678
- batteryCurrent: (f = msg.getBatteryCurrent()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3679
- batteryTemperature: (f = msg.getBatteryTemperature()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3680
- alarmsPresent: (f = msg.getAlarmsPresent()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
3673
+ batteryStatus: (f = msg.getBatteryStatus()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
3674
+ secondsOnBattery: (f = msg.getSecondsOnBattery()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
3675
+ estimatedMinutesRemaining: (f = msg.getEstimatedMinutesRemaining()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
3676
+ estimatedChargeRemaining: (f = msg.getEstimatedChargeRemaining()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
3677
+ batteryVoltage: (f = msg.getBatteryVoltage()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
3678
+ batteryCurrent: (f = msg.getBatteryCurrent()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
3679
+ batteryTemperature: (f = msg.getBatteryTemperature()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
3680
+ alarmsPresent: (f = msg.getAlarmsPresent()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f)
3681
3681
  };
3682
3682
 
3683
3683
  if (includeInstance) {
@@ -3745,43 +3745,43 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.deserializeBinaryFrom
3745
3745
  msg.setAttachedDevices(value);
3746
3746
  break;
3747
3747
  case 7:
3748
- var value = new google_protobuf_wrappers_pb.StringValue;
3749
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
3748
+ var value = new google_protobuf_wrappers_pb.Int32Value;
3749
+ reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
3750
3750
  msg.setBatteryStatus(value);
3751
3751
  break;
3752
3752
  case 8:
3753
- var value = new google_protobuf_wrappers_pb.StringValue;
3754
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
3753
+ var value = new google_protobuf_wrappers_pb.Int32Value;
3754
+ reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
3755
3755
  msg.setSecondsOnBattery(value);
3756
3756
  break;
3757
3757
  case 9:
3758
- var value = new google_protobuf_wrappers_pb.StringValue;
3759
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
3758
+ var value = new google_protobuf_wrappers_pb.Int32Value;
3759
+ reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
3760
3760
  msg.setEstimatedMinutesRemaining(value);
3761
3761
  break;
3762
3762
  case 10:
3763
- var value = new google_protobuf_wrappers_pb.StringValue;
3764
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
3763
+ var value = new google_protobuf_wrappers_pb.Int32Value;
3764
+ reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
3765
3765
  msg.setEstimatedChargeRemaining(value);
3766
3766
  break;
3767
3767
  case 11:
3768
- var value = new google_protobuf_wrappers_pb.StringValue;
3769
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
3768
+ var value = new google_protobuf_wrappers_pb.Int32Value;
3769
+ reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
3770
3770
  msg.setBatteryVoltage(value);
3771
3771
  break;
3772
3772
  case 12:
3773
- var value = new google_protobuf_wrappers_pb.StringValue;
3774
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
3773
+ var value = new google_protobuf_wrappers_pb.Int32Value;
3774
+ reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
3775
3775
  msg.setBatteryCurrent(value);
3776
3776
  break;
3777
3777
  case 13:
3778
- var value = new google_protobuf_wrappers_pb.StringValue;
3779
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
3778
+ var value = new google_protobuf_wrappers_pb.Int32Value;
3779
+ reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
3780
3780
  msg.setBatteryTemperature(value);
3781
3781
  break;
3782
3782
  case 14:
3783
- var value = new google_protobuf_wrappers_pb.StringValue;
3784
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
3783
+ var value = new google_protobuf_wrappers_pb.Int32Value;
3784
+ reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
3785
3785
  msg.setAlarmsPresent(value);
3786
3786
  break;
3787
3787
  default:
@@ -3866,7 +3866,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
3866
3866
  writer.writeMessage(
3867
3867
  7,
3868
3868
  f,
3869
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
3869
+ google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
3870
3870
  );
3871
3871
  }
3872
3872
  f = message.getSecondsOnBattery();
@@ -3874,7 +3874,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
3874
3874
  writer.writeMessage(
3875
3875
  8,
3876
3876
  f,
3877
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
3877
+ google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
3878
3878
  );
3879
3879
  }
3880
3880
  f = message.getEstimatedMinutesRemaining();
@@ -3882,7 +3882,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
3882
3882
  writer.writeMessage(
3883
3883
  9,
3884
3884
  f,
3885
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
3885
+ google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
3886
3886
  );
3887
3887
  }
3888
3888
  f = message.getEstimatedChargeRemaining();
@@ -3890,7 +3890,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
3890
3890
  writer.writeMessage(
3891
3891
  10,
3892
3892
  f,
3893
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
3893
+ google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
3894
3894
  );
3895
3895
  }
3896
3896
  f = message.getBatteryVoltage();
@@ -3898,7 +3898,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
3898
3898
  writer.writeMessage(
3899
3899
  11,
3900
3900
  f,
3901
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
3901
+ google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
3902
3902
  );
3903
3903
  }
3904
3904
  f = message.getBatteryCurrent();
@@ -3906,7 +3906,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
3906
3906
  writer.writeMessage(
3907
3907
  12,
3908
3908
  f,
3909
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
3909
+ google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
3910
3910
  );
3911
3911
  }
3912
3912
  f = message.getBatteryTemperature();
@@ -3914,7 +3914,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
3914
3914
  writer.writeMessage(
3915
3915
  13,
3916
3916
  f,
3917
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
3917
+ google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
3918
3918
  );
3919
3919
  }
3920
3920
  f = message.getAlarmsPresent();
@@ -3922,7 +3922,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
3922
3922
  writer.writeMessage(
3923
3923
  14,
3924
3924
  f,
3925
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
3925
+ google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
3926
3926
  );
3927
3927
  }
3928
3928
  };
@@ -4151,17 +4151,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasAttached
4151
4151
 
4152
4152
 
4153
4153
  /**
4154
- * optional google.protobuf.StringValue battery_status = 7;
4155
- * @return {?proto.google.protobuf.StringValue}
4154
+ * optional google.protobuf.Int32Value battery_status = 7;
4155
+ * @return {?proto.google.protobuf.Int32Value}
4156
4156
  */
4157
4157
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getBatteryStatus = function() {
4158
- return /** @type{?proto.google.protobuf.StringValue} */ (
4159
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
4158
+ return /** @type{?proto.google.protobuf.Int32Value} */ (
4159
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 7));
4160
4160
  };
4161
4161
 
4162
4162
 
4163
4163
  /**
4164
- * @param {?proto.google.protobuf.StringValue|undefined} value
4164
+ * @param {?proto.google.protobuf.Int32Value|undefined} value
4165
4165
  * @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
4166
4166
  */
4167
4167
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setBatteryStatus = function(value) {
@@ -4188,17 +4188,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasBatteryS
4188
4188
 
4189
4189
 
4190
4190
  /**
4191
- * optional google.protobuf.StringValue seconds_on_battery = 8;
4192
- * @return {?proto.google.protobuf.StringValue}
4191
+ * optional google.protobuf.Int32Value seconds_on_battery = 8;
4192
+ * @return {?proto.google.protobuf.Int32Value}
4193
4193
  */
4194
4194
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getSecondsOnBattery = function() {
4195
- return /** @type{?proto.google.protobuf.StringValue} */ (
4196
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 8));
4195
+ return /** @type{?proto.google.protobuf.Int32Value} */ (
4196
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 8));
4197
4197
  };
4198
4198
 
4199
4199
 
4200
4200
  /**
4201
- * @param {?proto.google.protobuf.StringValue|undefined} value
4201
+ * @param {?proto.google.protobuf.Int32Value|undefined} value
4202
4202
  * @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
4203
4203
  */
4204
4204
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setSecondsOnBattery = function(value) {
@@ -4225,17 +4225,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasSecondsO
4225
4225
 
4226
4226
 
4227
4227
  /**
4228
- * optional google.protobuf.StringValue estimated_minutes_remaining = 9;
4229
- * @return {?proto.google.protobuf.StringValue}
4228
+ * optional google.protobuf.Int32Value estimated_minutes_remaining = 9;
4229
+ * @return {?proto.google.protobuf.Int32Value}
4230
4230
  */
4231
4231
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getEstimatedMinutesRemaining = function() {
4232
- return /** @type{?proto.google.protobuf.StringValue} */ (
4233
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 9));
4232
+ return /** @type{?proto.google.protobuf.Int32Value} */ (
4233
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 9));
4234
4234
  };
4235
4235
 
4236
4236
 
4237
4237
  /**
4238
- * @param {?proto.google.protobuf.StringValue|undefined} value
4238
+ * @param {?proto.google.protobuf.Int32Value|undefined} value
4239
4239
  * @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
4240
4240
  */
4241
4241
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setEstimatedMinutesRemaining = function(value) {
@@ -4262,17 +4262,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasEstimate
4262
4262
 
4263
4263
 
4264
4264
  /**
4265
- * optional google.protobuf.StringValue estimated_charge_remaining = 10;
4266
- * @return {?proto.google.protobuf.StringValue}
4265
+ * optional google.protobuf.Int32Value estimated_charge_remaining = 10;
4266
+ * @return {?proto.google.protobuf.Int32Value}
4267
4267
  */
4268
4268
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getEstimatedChargeRemaining = function() {
4269
- return /** @type{?proto.google.protobuf.StringValue} */ (
4270
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 10));
4269
+ return /** @type{?proto.google.protobuf.Int32Value} */ (
4270
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 10));
4271
4271
  };
4272
4272
 
4273
4273
 
4274
4274
  /**
4275
- * @param {?proto.google.protobuf.StringValue|undefined} value
4275
+ * @param {?proto.google.protobuf.Int32Value|undefined} value
4276
4276
  * @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
4277
4277
  */
4278
4278
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setEstimatedChargeRemaining = function(value) {
@@ -4299,17 +4299,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasEstimate
4299
4299
 
4300
4300
 
4301
4301
  /**
4302
- * optional google.protobuf.StringValue battery_voltage = 11;
4303
- * @return {?proto.google.protobuf.StringValue}
4302
+ * optional google.protobuf.Int32Value battery_voltage = 11;
4303
+ * @return {?proto.google.protobuf.Int32Value}
4304
4304
  */
4305
4305
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getBatteryVoltage = function() {
4306
- return /** @type{?proto.google.protobuf.StringValue} */ (
4307
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 11));
4306
+ return /** @type{?proto.google.protobuf.Int32Value} */ (
4307
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 11));
4308
4308
  };
4309
4309
 
4310
4310
 
4311
4311
  /**
4312
- * @param {?proto.google.protobuf.StringValue|undefined} value
4312
+ * @param {?proto.google.protobuf.Int32Value|undefined} value
4313
4313
  * @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
4314
4314
  */
4315
4315
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setBatteryVoltage = function(value) {
@@ -4336,17 +4336,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasBatteryV
4336
4336
 
4337
4337
 
4338
4338
  /**
4339
- * optional google.protobuf.StringValue battery_current = 12;
4340
- * @return {?proto.google.protobuf.StringValue}
4339
+ * optional google.protobuf.Int32Value battery_current = 12;
4340
+ * @return {?proto.google.protobuf.Int32Value}
4341
4341
  */
4342
4342
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getBatteryCurrent = function() {
4343
- return /** @type{?proto.google.protobuf.StringValue} */ (
4344
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 12));
4343
+ return /** @type{?proto.google.protobuf.Int32Value} */ (
4344
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 12));
4345
4345
  };
4346
4346
 
4347
4347
 
4348
4348
  /**
4349
- * @param {?proto.google.protobuf.StringValue|undefined} value
4349
+ * @param {?proto.google.protobuf.Int32Value|undefined} value
4350
4350
  * @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
4351
4351
  */
4352
4352
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setBatteryCurrent = function(value) {
@@ -4373,17 +4373,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasBatteryC
4373
4373
 
4374
4374
 
4375
4375
  /**
4376
- * optional google.protobuf.StringValue battery_temperature = 13;
4377
- * @return {?proto.google.protobuf.StringValue}
4376
+ * optional google.protobuf.Int32Value battery_temperature = 13;
4377
+ * @return {?proto.google.protobuf.Int32Value}
4378
4378
  */
4379
4379
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getBatteryTemperature = function() {
4380
- return /** @type{?proto.google.protobuf.StringValue} */ (
4381
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 13));
4380
+ return /** @type{?proto.google.protobuf.Int32Value} */ (
4381
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 13));
4382
4382
  };
4383
4383
 
4384
4384
 
4385
4385
  /**
4386
- * @param {?proto.google.protobuf.StringValue|undefined} value
4386
+ * @param {?proto.google.protobuf.Int32Value|undefined} value
4387
4387
  * @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
4388
4388
  */
4389
4389
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setBatteryTemperature = function(value) {
@@ -4410,17 +4410,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasBatteryT
4410
4410
 
4411
4411
 
4412
4412
  /**
4413
- * optional google.protobuf.StringValue alarms_present = 14;
4414
- * @return {?proto.google.protobuf.StringValue}
4413
+ * optional google.protobuf.Int32Value alarms_present = 14;
4414
+ * @return {?proto.google.protobuf.Int32Value}
4415
4415
  */
4416
4416
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getAlarmsPresent = function() {
4417
- return /** @type{?proto.google.protobuf.StringValue} */ (
4418
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 14));
4417
+ return /** @type{?proto.google.protobuf.Int32Value} */ (
4418
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 14));
4419
4419
  };
4420
4420
 
4421
4421
 
4422
4422
  /**
4423
- * @param {?proto.google.protobuf.StringValue|undefined} value
4423
+ * @param {?proto.google.protobuf.Int32Value|undefined} value
4424
4424
  * @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
4425
4425
  */
4426
4426
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setAlarmsPresent = function(value) {