capacityValue property

  1. @JsonKey(name: 'capacityValue')
int? capacityValue
getter/setter pair

How much energy capacity this plug provides.

Implementation

@JsonKey(name:'capacityValue')
int? capacityValue;