|
@@ -24,9 +24,9 @@ namespace EVCB_OCPP.Packet.Messages.SmartCharging
|
|
|
|
|
|
public int? id { set; get; }
|
|
|
|
|
|
- public int connectorId { set; get; }
|
|
|
+ public int? connectorId { set; get; }
|
|
|
+
|
|
|
|
|
|
- [Required]
|
|
|
[JsonConverter(typeof(StringEnumConverter))]
|
|
|
public ChargingProfilePurposeType? chargingProfilePurpose { set; get; }
|
|
|
|