chargingProfile.json 817 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "connectorId": 1,
  3. "csChargingProfiles": {
  4. "chargingProfileId": 2003030239,
  5. "transactionId": null,
  6. "stackLevel": 1,
  7. "chargingProfilePurpose": "TxDefaultProfile",
  8. "chargingProfileKind": "Absolute",
  9. "recurrencyKind": "Daily",
  10. "validFrom": null,
  11. "validTo": null,
  12. "chargingSchedule": {
  13. "duration": 300,
  14. "startSchedule": "2020-03-03T00:00:00.000Z",
  15. "chargingRateUnit": "A",
  16. "chargingSchedulePeriod": [
  17. {
  18. "startPeriod": 0,
  19. "limit": 10.0,
  20. "numberPhases": 3
  21. },
  22. {
  23. "startPeriod": 60,
  24. "limit": 2.0,
  25. "numberPhases": 3
  26. },
  27. {
  28. "startPeriod": 120,
  29. "limit": 8.0,
  30. "numberPhases": 3
  31. }
  32. ],
  33. "minChargingRate": 0.0
  34. }
  35. }
  36. }