---
title: "Static Constants"
method: GET
path: "/api/constants"
tags: ["Constants"]
---

# Static Constants

`GET /api/constants`

Retrieves a set of predefined constants that rarely change but may be updated occasionally.  
These constants include schemas, enumerations, supported languages, country data,  
charger operation modes, network types, user roles, error codes, settings, and more.


This data provides system-wide reference values, reducing the need for frequent queries.

## Response `200`

OK

- ConstantsModel — Model containing all constants
  - `languages` LanguageModel[], nullable — Key value list of languages supported in portal
    - `key` string, nullable
    - `name` string, nullable
  - `countries` object, nullable — List of supported countries with country information
  - `installationCategories` InstallationCategoryModel[], nullable — Key value list of installation categories
    - `id` string, uuid
    - `category` string, nullable
  - `installationTypes` object, nullable — List of installation types with information
    - `Pro` InstallationTypeConstantModel — Information about installation type
      - `id` 0 | 1 — 0 = Pro 1 = Smart
      - `name` string, nullable
      - `maxCircuits` integer, nullable — The maximum number of circuits a installation type can have
      - `maxCircuitCurrent` number, double, nullable — The maximum curren a installation type can have
      - `maxChargers` integer, nullable — The maximum number of chargers a installation type can have
      - `defaultFeatures` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 65536 | 131072 — 0 = None 1 = Api_MessageSubscription 2 = Authentication_Internal 4 = PowerManagement_Apm 8 = PowerManagement_EcoMode 16 = PowerManagement_Schedule 32 = PowerManagement_Apm_PowerLimit 64 = Connectivity_4G 128 = Authentication_Ocpp 256 = PowerManagement_Apm_Tariff_PowerLimit 512 = Authentication_OcppNative 65536 = PowerManagement_Apm_Tic 131072 = PowerManagement_Apm_SurplusMode
      - `defaultRoute` string, nullable
    - `Smart` InstallationTypeConstantModel — Information about installation type
      - `id` 0 | 1 — 0 = Pro 1 = Smart
      - `name` string, nullable
      - `maxCircuits` integer, nullable — The maximum number of circuits a installation type can have
      - `maxCircuitCurrent` number, double, nullable — The maximum curren a installation type can have
      - `maxChargers` integer, nullable — The maximum number of chargers a installation type can have
      - `defaultFeatures` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 65536 | 131072 — 0 = None 1 = Api_MessageSubscription 2 = Authentication_Internal 4 = PowerManagement_Apm 8 = PowerManagement_EcoMode 16 = PowerManagement_Schedule 32 = PowerManagement_Apm_PowerLimit 64 = Connectivity_4G 128 = Authentication_Ocpp 256 = PowerManagement_Apm_Tariff_PowerLimit 512 = Authentication_OcppNative 65536 = PowerManagement_Apm_Tic 131072 = PowerManagement_Apm_SurplusMode
      - `defaultRoute` string, nullable
  - `userRoles` object, nullable — List of user roles with role ID
    - `None` 0 | 1 | 2 | 4 | 8 | 15 | 16 | 32 | 64 | 128 | 256 — 0 = None 1 = User 2 = Owner 4 = Maintainer 8 = Administrator 15 = Any 16 = Onboarding 32 = DeviceAdministrator 64 = PartnerAdministrator 128 = Technical 256 = InternalData
    - `User` 0 | 1 | 2 | 4 | 8 | 15 | 16 | 32 | 64 | 128 | 256 — 0 = None 1 = User 2 = Owner 4 = Maintainer 8 = Administrator 15 = Any 16 = Onboarding 32 = DeviceAdministrator 64 = PartnerAdministrator 128 = Technical 256 = InternalData
    - `Owner` 0 | 1 | 2 | 4 | 8 | 15 | 16 | 32 | 64 | 128 | 256 — 0 = None 1 = User 2 = Owner 4 = Maintainer 8 = Administrator 15 = Any 16 = Onboarding 32 = DeviceAdministrator 64 = PartnerAdministrator 128 = Technical 256 = InternalData
    - `Maintainer` 0 | 1 | 2 | 4 | 8 | 15 | 16 | 32 | 64 | 128 | 256 — 0 = None 1 = User 2 = Owner 4 = Maintainer 8 = Administrator 15 = Any 16 = Onboarding 32 = DeviceAdministrator 64 = PartnerAdministrator 128 = Technical 256 = InternalData
    - `Administrator` 0 | 1 | 2 | 4 | 8 | 15 | 16 | 32 | 64 | 128 | 256 — 0 = None 1 = User 2 = Owner 4 = Maintainer 8 = Administrator 15 = Any 16 = Onboarding 32 = DeviceAdministrator 64 = PartnerAdministrator 128 = Technical 256 = InternalData
    - `Any` 0 | 1 | 2 | 4 | 8 | 15 | 16 | 32 | 64 | 128 | 256 — 0 = None 1 = User 2 = Owner 4 = Maintainer 8 = Administrator 15 = Any 16 = Onboarding 32 = DeviceAdministrator 64 = PartnerAdministrator 128 = Technical 256 = InternalData
    - `Onboarding` 0 | 1 | 2 | 4 | 8 | 15 | 16 | 32 | 64 | 128 | 256 — 0 = None 1 = User 2 = Owner 4 = Maintainer 8 = Administrator 15 = Any 16 = Onboarding 32 = DeviceAdministrator 64 = PartnerAdministrator 128 = Technical 256 = InternalData
    - `DeviceAdministrator` 0 | 1 | 2 | 4 | 8 | 15 | 16 | 32 | 64 | 128 | 256 — 0 = None 1 = User 2 = Owner 4 = Maintainer 8 = Administrator 15 = Any 16 = Onboarding 32 = DeviceAdministrator 64 = PartnerAdministrator 128 = Technical 256 = InternalData
    - `PartnerAdministrator` 0 | 1 | 2 | 4 | 8 | 15 | 16 | 32 | 64 | 128 | 256 — 0 = None 1 = User 2 = Owner 4 = Maintainer 8 = Administrator 15 = Any 16 = Onboarding 32 = DeviceAdministrator 64 = PartnerAdministrator 128 = Technical 256 = InternalData
    - `Technical` 0 | 1 | 2 | 4 | 8 | 15 | 16 | 32 | 64 | 128 | 256 — 0 = None 1 = User 2 = Owner 4 = Maintainer 8 = Administrator 15 = Any 16 = Onboarding 32 = DeviceAdministrator 64 = PartnerAdministrator 128 = Technical 256 = InternalData
    - `InternalData` 0 | 1 | 2 | 4 | 8 | 15 | 16 | 32 | 64 | 128 | 256 — 0 = None 1 = User 2 = Owner 4 = Maintainer 8 = Administrator 15 = Any 16 = Onboarding 32 = DeviceAdministrator 64 = PartnerAdministrator 128 = Technical 256 = InternalData
  - `networkTypes` object, nullable — Electrical network types (Phase and system type)
    - `Unknown` 0 | 1 | 2 | 3 | 4 — 0 = Unknown 1 = IT_1_Phase 2 = IT_3_Phase 3 = TN_1_Phase 4 = TN_3_Phase
    - `IT_1_Phase` 0 | 1 | 2 | 3 | 4 — 0 = Unknown 1 = IT_1_Phase 2 = IT_3_Phase 3 = TN_1_Phase 4 = TN_3_Phase
    - `IT_3_Phase` 0 | 1 | 2 | 3 | 4 — 0 = Unknown 1 = IT_1_Phase 2 = IT_3_Phase 3 = TN_1_Phase 4 = TN_3_Phase
    - `TN_1_Phase` 0 | 1 | 2 | 3 | 4 — 0 = Unknown 1 = IT_1_Phase 2 = IT_3_Phase 3 = TN_1_Phase 4 = TN_3_Phase
    - `TN_3_Phase` 0 | 1 | 2 | 3 | 4 — 0 = Unknown 1 = IT_1_Phase 2 = IT_3_Phase 3 = TN_1_Phase 4 = TN_3_Phase
  - `chargerOperationModes` object, nullable — List of charger operating modes
    - `Unknown` 0 | 1 | 2 | 3 | 5 — 0 = Unknown 1 = Disconnected 2 = Connected_Requesting 3 = Connected_Charging 5 = Connected_Finished
    - `Disconnected` 0 | 1 | 2 | 3 | 5 — 0 = Unknown 1 = Disconnected 2 = Connected_Requesting 3 = Connected_Charging 5 = Connected_Finished
    - `Connected_Requesting` 0 | 1 | 2 | 3 | 5 — 0 = Unknown 1 = Disconnected 2 = Connected_Requesting 3 = Connected_Charging 5 = Connected_Finished
    - `Connected_Charging` 0 | 1 | 2 | 3 | 5 — 0 = Unknown 1 = Disconnected 2 = Connected_Requesting 3 = Connected_Charging 5 = Connected_Finished
    - `Connected_Finished` 0 | 1 | 2 | 3 | 5 — 0 = Unknown 1 = Disconnected 2 = Connected_Requesting 3 = Connected_Charging 5 = Connected_Finished
  - `phases` object, nullable — Electrical phases
    - `None` 0 | 1 | 2 | 4 | 7 — 0 = None 1 = Phase_1 2 = Phase_2 4 = Phase_3 7 = All
    - `Phase_1` 0 | 1 | 2 | 4 | 7 — 0 = None 1 = Phase_1 2 = Phase_2 4 = Phase_3 7 = All
    - `Phase_2` 0 | 1 | 2 | 4 | 7 — 0 = None 1 = Phase_1 2 = Phase_2 4 = Phase_3 7 = All
    - `Phase_3` 0 | 1 | 2 | 4 | 7 — 0 = None 1 = Phase_1 2 = Phase_2 4 = Phase_3 7 = All
    - `All` 0 | 1 | 2 | 4 | 7 — 0 = None 1 = Phase_1 2 = Phase_2 4 = Phase_3 7 = All
  - `wildcardGuid` string, uuid
  - `regionalInfo` object, nullable — List of region info
  - `messageCodes` object, nullable — List of codes indicating eg. info, error, ..
    - `Success` 0 | 1 | 2 | 3 | 500 | 501 — 0 = Success 1 = Error 2 = Information 3 = Warning 500 = KnownErrors 501 = UnknownObject
    - `Error` 0 | 1 | 2 | 3 | 500 | 501 — 0 = Success 1 = Error 2 = Information 3 = Warning 500 = KnownErrors 501 = UnknownObject
    - `Information` 0 | 1 | 2 | 3 | 500 | 501 — 0 = Success 1 = Error 2 = Information 3 = Warning 500 = KnownErrors 501 = UnknownObject
    - `Warning` 0 | 1 | 2 | 3 | 500 | 501 — 0 = Success 1 = Error 2 = Information 3 = Warning 500 = KnownErrors 501 = UnknownObject
    - `KnownErrors` 0 | 1 | 2 | 3 | 500 | 501 — 0 = Success 1 = Error 2 = Information 3 = Warning 500 = KnownErrors 501 = UnknownObject
    - `UnknownObject` 0 | 1 | 2 | 3 | 500 | 501 — 0 = Success 1 = Error 2 = Information 3 = Warning 500 = KnownErrors 501 = UnknownObject
  - `errorCodes` object, nullable — List of codes used in Zaptec.ZapCloud.Infrastructure.AspNetCore.Models.Error response object
    - `Unknown` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `MissingRequiredData` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `UnknownSetting` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `OperationFailedForUnknownReasons` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `NotApplicableForUser` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `UnknownUser` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `RfidTokenInUse` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `SignUpTooManyRequests` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `EmailInUse` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `CellPhoneInUse` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `UnknownObject` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `InvalidPassword` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `IncorrectPassword` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `UserActivationLinkExpired` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `LinkRequestExpired` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `ChargerDeviceIdExists` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `UnknownDeviceId` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `UnknownCommand` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `ErrorCommunicatingWithDevice` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `StringIsNotAWellFormedVersion` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `FirmwareVersionExists` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `FirmwareFileExists` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `CreateConflict` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `DeviceFirmwareNotConfigured` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `FeatureNotEnabled` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `NotSupported` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `DeviceCommandRejected` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `InvalidFormat` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `MailSendFailed` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `ConcurrencyError` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `ConfigurationError` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `Forbidden` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `InstallationTypeViolation` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `PaymentFailed` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `PaymentAuthorizationRequired` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `OperationFailedActiveSubscriptions` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `OperationFailedDueToChargerState` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `InstallationConstraintViolation` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `UnknownInstallationId` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `UnknownEnergySensorId` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
    - `UnauthorizedToPerformOcppNativeChanges` 500 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 — 500 = Unknown 503 = MissingRequiredData 504 = UnknownSetting 505 = OperationFailedForUnknownReasons 506 = NotApplicableForUser 507 = UnknownUser 508 = RfidTokenInUse 509 = SignUpTooManyRequests 510 = EmailInUse 511 = CellPhoneInUse 512 = UnknownObject 513 = InvalidPassword 514 = IncorrectPassword 515 = UserActivationLinkExpired 516 = LinkRequestExpired 517 = ChargerDeviceIdExists 518 = UnknownDeviceId 519 = UnknownCommand 520 = ErrorCommunicatingWithDevice 521 = StringIsNotAWellFormedVersion 522 = FirmwareVersionExists 523 = FirmwareFileExists 524 = CreateConflict 525 = DeviceFirmwareNotConfigured 526 = FeatureNotEnabled 527 = NotSupported 528 = DeviceCommandRejected 529 = InvalidFormat 530 = MailSendFailed 531 = ConcurrencyError 532 = ConfigurationError 533 = Forbidden 534 = InstallationTypeViolation 535 = PaymentFailed 536 = PaymentAuthorizationRequired 537 = OperationFailedActiveSubscriptions 538 = OperationFailedDueToChargerState 539 = InstallationConstraintViolation 540 = UnknownInstallationId 541 = UnknownEnergySensorId 542 = UnauthorizedToPerformOcppNativeChanges
  - `settings` object, nullable — Smart device Settings
    - `AuthenticationRequired` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `PaymentActive` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `PaymentCurrency` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `PaymentSessionUnitPrice` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `PaymentEnergyUnitPrice` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `PaymentTimeUnitPrice` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `CommunicationMode` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `PermanentCableLock` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `HmiBrightness` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `LockCableWhenConnected` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `SoftStartDisabled` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `MIDBlinkEnabled` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `CurrentInMaximum` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `CurrentInMinimum` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `MaxPhases` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `DefaultOfflinePhase` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `DefaultOfflineCurrent` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `SignedMeterValueInterval` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `IsEnabled` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `Standalone` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `NetworkType` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `AuthorizationTimeout` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `TariffText` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `EnabledNfcTechnologies` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `LteRoamingDisabled` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `InstallationId` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `RoutingId` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `ChargePointName` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `DiagnosticsMode` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `DisableBLEChargePointName` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `InternalDiagnosticsLog` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `UnconditionalNfcDetectionIndication` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `EnableLteDetailedSignalStrength` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `EnableLocalNetworkMaintenance` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `SessionController` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `OcppNativeUrl` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `OcppNativeCbId` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `OcppNativeZaptecLoadBalancingEnabled` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
    - `OcppNativeOnePhaseChargingPhase` 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 153 | 154 | 155 | 170 | 510 | 511 | 520 | 522 | 523 | 555 | 711 | 712 | 715 | 719 | 720 | 752 | 753 | 800 | 801 | 802 | 805 | 806 | 807 | 855 | 856 | 857 | 860 | 861 | 862 | 868 | 869 — 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 170 = MIDBlinkEnabled 510 = CurrentInMaximum 511 = CurrentInMinimum 520 = MaxPhases 522 = DefaultOfflinePhase 523 = DefaultOfflineCurrent 555 = SignedMeterValueInterval 711 = IsEnabled 712 = Standalone 715 = NetworkType 719 = AuthorizationTimeout 720 = TariffText 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 800 = InstallationId 801 = RoutingId 802 = ChargePointName 805 = DiagnosticsMode 806 = DisableBLEChargePointName 807 = InternalDiagnosticsLog 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase
  - `commands` object, nullable — Smart device Commands
    - `Unknown` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `InChargePingReply` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `OfflineModeOverride` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `RestartCharger` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `RestartMcu` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `UpdateSettings` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `RestartNtp` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `ExitAppWithCode` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `RestartApplication` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `ReprovisionIotHub` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `ReprovisionDps` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `UpgradeFirmware` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `UpgradeFirmwareForced` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `ResetComErrors` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `ResetNotifications` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `ResetComWarnings` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `LocalSettings` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `SetPlcNpw` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `SetPlcCCoMode` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `SetPlcNmk` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `SetRemotePlcNmk` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `SetRemotePlcNpw` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `StartCharging` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `StopCharging` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `ReportChargingState` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `SetSessionId` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `SetUserUuid` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `StopChargingFinal` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `ResumeCharging` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `ShowGranted` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `ShowDenied` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `IndicateAppConnect` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `RequestSignedMIDEventLog` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `UnlockConnector` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `ConfirmChargeCardAdded` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `SetAuthenticationList` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `OcppTunnelMessage` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `Debug` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `GetPlcTopology` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `ResetPlc` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `RemoteCommand` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `RunGridTest` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `ClearObservationCache` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `RunPostProductionTest` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `GetFirmwareVersion` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `DumpPilotCounter` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `RunPilotTest` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `CombinedMin` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `DeauthorizeAndStop` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
    - `CombinedMax` 0 | 1 | 2 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 200 | 201 | 260 | 261 | 262 | 300 | 320 | 321 | 322 | 323 | 324 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 601 | 602 | 603 | 700 | 708 | 750 | 751 | 752 | 800 | 801 | 802 | 803 | 804 | 805 | 901 | 902 | 950 | 951 | 10000 | 10001 | 10999 — 0 = Unknown 1 = InChargePingReply 2 = OfflineModeOverride 102 = RestartCharger 103 = RestartMcu 104 = UpdateSettings 105 = RestartNtp 106 = ExitAppWithCode 107 = RestartApplication 108 = ReprovisionIotHub 109 = ReprovisionDps 200 = UpgradeFirmware 201 = UpgradeFirmwareForced 260 = ResetComErrors 261 = ResetNotifications 262 = ResetComWarnings 300 = LocalSettings 320 = SetPlcNpw 321 = SetPlcCCoMode 322 = SetPlcNmk 323 = SetRemotePlcNmk 324 = SetRemotePlcNpw 501 = StartCharging 502 = StopCharging 503 = ReportChargingState 504 = SetSessionId 505 = SetUserUuid 506 = StopChargingFinal 507 = ResumeCharging 601 = ShowGranted 602 = ShowDenied 603 = IndicateAppConnect 700 = RequestSignedMIDEventLog 708 = UnlockConnector 750 = ConfirmChargeCardAdded 751 = SetAuthenticationList 752 = OcppTunnelMessage 800 = Debug 801 = GetPlcTopology 802 = ResetPlc 803 = RemoteCommand 804 = RunGridTest 805 = ClearObservationCache 901 = RunPostProductionTest 902 = GetFirmwareVersion 950 = DumpPilotCounter 951 = RunPilotTest 10000 = CombinedMin 10001 = DeauthorizeAndStop 10999 = CombinedMax
  - `observations` object, nullable — Smart device Observations
    - `Unknown` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `OfflineMode` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `Capabilities` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ProductName` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ArenaId` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `AuthenticationRequired` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `PaymentActive` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `PaymentCurrency` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `PaymentSessionUnitPrice` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `PaymentEnergyUnitPrice` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `PaymentTimeUnitPrice` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `CommunicationMode` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `PermanentCableLock` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ProductCode` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `HmiBrightness` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `LockCableWhenConnected` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `SoftStartDisabled` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `FirmwareApiHost` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `DpsAssignedIotHub` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `DpsScopeId` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `IoTHubOverride` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `MIDBlinkEnabled` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ProductionTesterEnabled` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ProductionTestStationOverride` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `TemperatureInternal5` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `TemperatureInternal6` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `TemperatureInternalLimit` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `TemperaturePowerBoard` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `TemperatureInternalMaxLimit` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `Humidity` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `TamperCover` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `VoltagePhase1` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `VoltagePhase2` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `VoltagePhase3` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `CurrentPhase1` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `CurrentPhase2` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `CurrentPhase3` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ChargerMaxCurrent` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ChargerMinCurrent` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ActivePhases` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `TotalChargePower` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `RcdCurrent` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `Internal12vCurrent` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `PowerFactor` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `SetPhases` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `MaxPhases` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ChargerOfflinePhase` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ChargerOfflineCurrent` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `RcdCalibration` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `RcdCalibrationNoise` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ManualRcdTest` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `TotalChargePowerSession` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `SignedMeterValue` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `SignedMeterValueInterval` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `SessionEnergyCountExportActive` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `SessionEnergyCountExportReactive` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `SessionEnergyCountImportActive` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `SessionEnergyCountImportReactive` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `SoftStartTime` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ChargeDuration` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ChargeMode` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ChargePilotLevelInstant` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ChargePilotLevelAverage` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `PilotVsProximityTime` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ChargeCurrentSet` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ChargerOperationMode` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `IsEnabled` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `IsStandAlone` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ChargerCurrentUserUuidDeprecated` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `CableType` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `NetworkType` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `DetectedCar` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `GridTestResult` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `FinalStopActive` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `AuthorizationTimeout` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `TariffText` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `SessionIdentifier` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ChargerCurrentUserUuid` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `CompletedSession` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `PlugAndChargeAuthorizeRequest` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `RejectedUserUuid` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `NewChargeCard` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `AuthenticationListVersion` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `EnabledNfcTechnologies` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `LteRoamingDisabled` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `Location` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `TimeZone` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `TimeSchedule` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `NextScheduleEvent` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `MaxStartDelay` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `InstallationId` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `RoutingId` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `Notifications` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `Warnings` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `DiagnosticsMode` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `InternalDiagnosticsLog` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `DiagnosticsString` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `CommunicationSignalStrength` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `CloudConnectionStatus` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `McuResetSource` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `McuRxErrors` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `McuToVariscitePacketErrors` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `VarisciteToMcuPacketErrors` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `MIDFaultFlags` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `RelayWeldedFlags` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `UptimeVariscite` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `UptimeMCU` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `CertificateVersion` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `SecurityLog` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `CarSessionLog` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `CommunicationModeConfigurationInconsistency` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `RawPilotMonitor` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `IT3PhaseDiagnosticsLog` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `PilotTestResults` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `UnconditionalNfcDetectionIndication` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `EnableLteDetailedSignalStrength` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `EnableLocalNetworkMaintenance` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `SessionController` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `OcppNativeUrl` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `OcppNativeCbId` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `OcppNativeConnected` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `OcppTunnelCall` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `OcppNativeZaptecLoadBalancingEnabled` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `OcppNativeOnePhaseChargingPhase` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `EmcTestCounter` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ProductionTestResults` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `PostProductionTestResults` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `SmartMainboardSoftwareApplicationVersion` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `SmartMainboardSoftwareBootloaderVersion` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `SmartComputerSoftwareApplicationVersion` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `SmartComputerSoftwareBootloaderVersion` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `SmartComputerHardwareVersion` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `MIDLegallyRelevantSoftwareIdentifier` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `PlcPibVersionGrid` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `PlcPibVersionEV` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `AppliedImageUpdates` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `FailedImageUpdates` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `MacMain` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `MacPlcModuleGrid` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `MacWiFi` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `MacPlcModuleEv` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `LteImsi` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `LteMsisdn` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `LteIccid` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `LteImei` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `LteVersion` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `LteDetailedSignalStrength` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `ProductionTestStationNumber` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `MIDCalibration` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `MIDPublicKey` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `MIDCalibrationID` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `AuthorizationCache` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `IsOcppConnected` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `IsOnline` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
    - `Pulse` 0 | 1 | 100 | 110 | 111 | 120 | 130 | 131 | 132 | 133 | 134 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 170 | 180 | 181 | 201 | 202 | 203 | 205 | 241 | 270 | 280 | 501 | 502 | 503 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 515 | 517 | 518 | 519 | 520 | 522 | 523 | 540 | 541 | 542 | 553 | 554 | 555 | 560 | 561 | 562 | 563 | 570 | 701 | 702 | 703 | 704 | 706 | 708 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 750 | 751 | 752 | 753 | 760 | 761 | 762 | 763 | 764 | 800 | 801 | 803 | 804 | 805 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 816 | 817 | 820 | 821 | 823 | 830 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 860 | 861 | 862 | 866 | 867 | 868 | 869 | 899 | 900 | 901 | 908 | 909 | 911 | 912 | 913 | 914 | 920 | 921 | 930 | 931 | 950 | 951 | 952 | 953 | 960 | 961 | 962 | 963 | 964 | 965 | 970 | 980 | 981 | 982 | -100 | -3 | -2 | -1 — 0 = Unknown 1 = OfflineMode 100 = Capabilities 110 = ProductName 111 = ArenaId 120 = AuthenticationRequired 130 = PaymentActive 131 = PaymentCurrency 132 = PaymentSessionUnitPrice 133 = PaymentEnergyUnitPrice 134 = PaymentTimeUnitPrice 150 = CommunicationMode 151 = PermanentCableLock 152 = ProductCode 153 = HmiBrightness 154 = LockCableWhenConnected 155 = SoftStartDisabled 156 = FirmwareApiHost 157 = DpsAssignedIotHub 158 = DpsScopeId 159 = IoTHubOverride 170 = MIDBlinkEnabled 180 = ProductionTesterEnabled 181 = ProductionTestStationOverride 201 = TemperatureInternal5 202 = TemperatureInternal6 203 = TemperatureInternalLimit 205 = TemperaturePowerBoard 241 = TemperatureInternalMaxLimit 270 = Humidity 280 = TamperCover 501 = VoltagePhase1 502 = VoltagePhase2 503 = VoltagePhase3 507 = CurrentPhase1 508 = CurrentPhase2 509 = CurrentPhase3 510 = ChargerMaxCurrent 511 = ChargerMinCurrent 512 = ActivePhases 513 = TotalChargePower 515 = RcdCurrent 517 = Internal12vCurrent 518 = PowerFactor 519 = SetPhases 520 = MaxPhases 522 = ChargerOfflinePhase 523 = ChargerOfflineCurrent 540 = RcdCalibration 541 = RcdCalibrationNoise 542 = ManualRcdTest 553 = TotalChargePowerSession 554 = SignedMeterValue 555 = SignedMeterValueInterval 560 = SessionEnergyCountExportActive 561 = SessionEnergyCountExportReactive 562 = SessionEnergyCountImportActive 563 = SessionEnergyCountImportReactive 570 = SoftStartTime 701 = ChargeDuration 702 = ChargeMode 703 = ChargePilotLevelInstant 704 = ChargePilotLevelAverage 706 = PilotVsProximityTime 708 = ChargeCurrentSet 710 = ChargerOperationMode 711 = IsEnabled 712 = IsStandAlone 713 = ChargerCurrentUserUuidDeprecated 714 = CableType 715 = NetworkType 716 = DetectedCar 717 = GridTestResult 718 = FinalStopActive 719 = AuthorizationTimeout 720 = TariffText 721 = SessionIdentifier 722 = ChargerCurrentUserUuid 723 = CompletedSession 724 = PlugAndChargeAuthorizeRequest 725 = RejectedUserUuid 750 = NewChargeCard 751 = AuthenticationListVersion 752 = EnabledNfcTechnologies 753 = LteRoamingDisabled 760 = Location 761 = TimeZone 762 = TimeSchedule 763 = NextScheduleEvent 764 = MaxStartDelay 800 = InstallationId 801 = RoutingId 803 = Notifications 804 = Warnings 805 = DiagnosticsMode 807 = InternalDiagnosticsLog 808 = DiagnosticsString 809 = CommunicationSignalStrength 810 = CloudConnectionStatus 811 = McuResetSource 812 = McuRxErrors 813 = McuToVariscitePacketErrors 814 = VarisciteToMcuPacketErrors 816 = MIDFaultFlags 817 = RelayWeldedFlags 820 = UptimeVariscite 821 = UptimeMCU 823 = CertificateVersion 830 = SecurityLog 850 = CarSessionLog 851 = CommunicationModeConfigurationInconsistency 852 = RawPilotMonitor 853 = IT3PhaseDiagnosticsLog 854 = PilotTestResults 855 = UnconditionalNfcDetectionIndication 856 = EnableLteDetailedSignalStrength 857 = EnableLocalNetworkMaintenance 860 = SessionController 861 = OcppNativeUrl 862 = OcppNativeCbId 866 = OcppNativeConnected 867 = OcppTunnelCall 868 = OcppNativeZaptecLoadBalancingEnabled 869 = OcppNativeOnePhaseChargingPhase 899 = EmcTestCounter 900 = ProductionTestResults 901 = PostProductionTestResults 908 = SmartMainboardSoftwareApplicationVersion 909 = SmartMainboardSoftwareBootloaderVersion 911 = SmartComputerSoftwareApplicationVersion 912 = SmartComputerSoftwareBootloaderVersion 913 = SmartComputerHardwareVersion 914 = MIDLegallyRelevantSoftwareIdentifier 920 = PlcPibVersionGrid 921 = PlcPibVersionEV 930 = AppliedImageUpdates 931 = FailedImageUpdates 950 = MacMain 951 = MacPlcModuleGrid 952 = MacWiFi 953 = MacPlcModuleEv 960 = LteImsi 961 = LteMsisdn 962 = LteIccid 963 = LteImei 964 = LteVersion 965 = LteDetailedSignalStrength 970 = ProductionTestStationNumber 980 = MIDCalibration 981 = MIDPublicKey 982 = MIDCalibrationID -100 = AuthorizationCache -3 = IsOcppConnected -2 = IsOnline -1 = Pulse
  - `schema` object, nullable — Dict with device specific commandId, warnings and so on
    - `Unknown` SchemaModel — Device schema
      - `deviceType` integer
      - `observationIds` unknown
      - `commandIds` unknown
      - `settingIds` unknown
      - `warnings` unknown
    - `Smart` SchemaModel — Device schema
      - `deviceType` integer
      - `observationIds` unknown
      - `commandIds` unknown
      - `settingIds` unknown
      - `warnings` unknown
    - `Portable` SchemaModel — Device schema
      - `deviceType` integer
      - `observationIds` unknown
      - `commandIds` unknown
      - `settingIds` unknown
      - `warnings` unknown
    - `HomeApm` SchemaModel — Device schema
      - `deviceType` integer
      - `observationIds` unknown
      - `commandIds` unknown
      - `settingIds` unknown
      - `warnings` unknown
    - `Apollo` SchemaModel — Device schema
      - `deviceType` integer
      - `observationIds` unknown
      - `commandIds` unknown
      - `settingIds` unknown
      - `warnings` unknown
    - `OtherApm` SchemaModel — Device schema
      - `deviceType` integer
      - `observationIds` unknown
      - `commandIds` unknown
      - `settingIds` unknown
      - `warnings` unknown
    - `GenericApm` SchemaModel — Device schema
      - `deviceType` integer
      - `observationIds` unknown
      - `commandIds` unknown
      - `settingIds` unknown
      - `warnings` unknown
    - `HanApm` SchemaModel — Device schema
      - `deviceType` integer
      - `observationIds` unknown
      - `commandIds` unknown
      - `settingIds` unknown
      - `warnings` unknown
    - `TicApm` SchemaModel — Device schema
      - `deviceType` integer
      - `observationIds` unknown
      - `commandIds` unknown
      - `settingIds` unknown
      - `warnings` unknown
  - `objectTypes` object, nullable — ZapCloud object types
    - `Unknown` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — 0 = Unknown 1 = Installation 2 = Circuit 3 = Charger 4 = User 5 = UserGroup 6 = InactiveUser 7 = InvitedUser 8 = Country
    - `Installation` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — 0 = Unknown 1 = Installation 2 = Circuit 3 = Charger 4 = User 5 = UserGroup 6 = InactiveUser 7 = InvitedUser 8 = Country
    - `Circuit` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — 0 = Unknown 1 = Installation 2 = Circuit 3 = Charger 4 = User 5 = UserGroup 6 = InactiveUser 7 = InvitedUser 8 = Country
    - `Charger` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — 0 = Unknown 1 = Installation 2 = Circuit 3 = Charger 4 = User 5 = UserGroup 6 = InactiveUser 7 = InvitedUser 8 = Country
    - `User` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — 0 = Unknown 1 = Installation 2 = Circuit 3 = Charger 4 = User 5 = UserGroup 6 = InactiveUser 7 = InvitedUser 8 = Country
    - `UserGroup` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — 0 = Unknown 1 = Installation 2 = Circuit 3 = Charger 4 = User 5 = UserGroup 6 = InactiveUser 7 = InvitedUser 8 = Country
    - `InactiveUser` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — 0 = Unknown 1 = Installation 2 = Circuit 3 = Charger 4 = User 5 = UserGroup 6 = InactiveUser 7 = InvitedUser 8 = Country
    - `InvitedUser` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — 0 = Unknown 1 = Installation 2 = Circuit 3 = Charger 4 = User 5 = UserGroup 6 = InactiveUser 7 = InvitedUser 8 = Country
    - `Country` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — 0 = Unknown 1 = Installation 2 = Circuit 3 = Charger 4 = User 5 = UserGroup 6 = InactiveUser 7 = InvitedUser 8 = Country
  - `version` string, nullable — Portal frontend version
  - `smartWarnings` object, nullable
    - `WARNING_OK` integer
    - `WARNING_HUMIDITY` integer
    - `WARNING_TEMPERATURE` integer
    - `WARNING_TEMPERATURE_ERROR` integer
    - `WARNING_EMETER_NO_RESPONSE` integer
    - `WARNING_MAX_SESSION_RESTART` integer
    - `WARNING_CHARGE_OVERCURRENT` integer
    - `WARNING_PILOT_STATE` integer
    - `WARNING_RELAY_WELDED` integer
    - `WARNING_PILOT_LOW_LEVEL` integer
    - `WARNING_FPGA_COM_TIMEOUT` integer
    - `WARNING_REBOOT` integer
    - `WARNING_DISABLED` integer
    - `WARNING_RCD_AC` integer
    - `WARNING_RCD_DC` integer
    - `WARNING_RCD_PEAK` integer
    - `WARNING_RCD_TEST_AC` integer
    - `WARNING_RCD_TEST_DC` integer
    - `WARNING_RCD_FAILURE` integer
    - `WARNING_RCD_TEST_TIMEOUT` integer
    - `WARNING_RCD` integer
    - `WARNING_FPGA_VERSION` integer
    - `WARNING_FPGA_UNEXPECTED_RELAY` integer
    - `WARNING_FPGA_CHARGING_RESET` integer
    - `WARNING_PILOT_NO_PROXIMITY` integer
    - `WARNING_EMETER_ALARM` integer
    - `WARNING_EMETER_LINK` integer
    - `WARNING_NO_VOLTAGE_L1` integer
    - `WARNING_NO_VOLTAGE_L2_L3` integer
    - `WARNING_FPGA_WATCHDOG` integer
    - `WARNING_EMETER_CAL` integer
    - `WARNING_MID` integer
    - `WARNING_VARISCITE` integer
    - `WARNING_MCU_BOOTLOADER` integer
    - `WARNING_FPGA_INIT_FAILED` integer
    - `WARNING_VARISCITE_ILLEGAL_PHASE` integer
  - `varisciteWarnings` object, nullable
    - `WARNING_MCU_BOOTLOADER` 1 | 2 | 4 — 1 = WARNING_MCU_BOOTLOADER 2 = WARNING_FPGA_INIT_FAILED 4 = WARNING_VARISCITE_ILLEGAL_PHASE
    - `WARNING_FPGA_INIT_FAILED` 1 | 2 | 4 — 1 = WARNING_MCU_BOOTLOADER 2 = WARNING_FPGA_INIT_FAILED 4 = WARNING_VARISCITE_ILLEGAL_PHASE
    - `WARNING_VARISCITE_ILLEGAL_PHASE` 1 | 2 | 4 — 1 = WARNING_MCU_BOOTLOADER 2 = WARNING_FPGA_INIT_FAILED 4 = WARNING_VARISCITE_ILLEGAL_PHASE
  - `phaseIdMap` PhaseIdMapConstantModel[], nullable — Map of all electrical phase IDs
    - `id` integer
    - `phases` 0 | 1 | 2 | 4 | 7 — 0 = None 1 = Phase_1 2 = Phase_2 4 = Phase_3 7 = All
    - `networkFamily` string, nullable
  - `deviceLogTypes` object, nullable — Types of log messages from devices
    - `OcppIn` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = OcppIn 1 = OcppOut 2 = OcppError 3 = OcppConnected 4 = OcppConnectionFailed 5 = OcppClientClose 6 = IotCommandExecuted 7 = IotCommandFailed 8 = IotCloudSettingUpdated 9 = SessionCommit 10 = OfflineSessionCommit 11 = AuthorizationRequest 12 = AuthorizationSuccess 13 = AuthorizationError 14 = AuthorizationFailed
    - `OcppOut` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = OcppIn 1 = OcppOut 2 = OcppError 3 = OcppConnected 4 = OcppConnectionFailed 5 = OcppClientClose 6 = IotCommandExecuted 7 = IotCommandFailed 8 = IotCloudSettingUpdated 9 = SessionCommit 10 = OfflineSessionCommit 11 = AuthorizationRequest 12 = AuthorizationSuccess 13 = AuthorizationError 14 = AuthorizationFailed
    - `OcppError` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = OcppIn 1 = OcppOut 2 = OcppError 3 = OcppConnected 4 = OcppConnectionFailed 5 = OcppClientClose 6 = IotCommandExecuted 7 = IotCommandFailed 8 = IotCloudSettingUpdated 9 = SessionCommit 10 = OfflineSessionCommit 11 = AuthorizationRequest 12 = AuthorizationSuccess 13 = AuthorizationError 14 = AuthorizationFailed
    - `OcppConnected` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = OcppIn 1 = OcppOut 2 = OcppError 3 = OcppConnected 4 = OcppConnectionFailed 5 = OcppClientClose 6 = IotCommandExecuted 7 = IotCommandFailed 8 = IotCloudSettingUpdated 9 = SessionCommit 10 = OfflineSessionCommit 11 = AuthorizationRequest 12 = AuthorizationSuccess 13 = AuthorizationError 14 = AuthorizationFailed
    - `OcppConnectionFailed` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = OcppIn 1 = OcppOut 2 = OcppError 3 = OcppConnected 4 = OcppConnectionFailed 5 = OcppClientClose 6 = IotCommandExecuted 7 = IotCommandFailed 8 = IotCloudSettingUpdated 9 = SessionCommit 10 = OfflineSessionCommit 11 = AuthorizationRequest 12 = AuthorizationSuccess 13 = AuthorizationError 14 = AuthorizationFailed
    - `OcppClientClose` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = OcppIn 1 = OcppOut 2 = OcppError 3 = OcppConnected 4 = OcppConnectionFailed 5 = OcppClientClose 6 = IotCommandExecuted 7 = IotCommandFailed 8 = IotCloudSettingUpdated 9 = SessionCommit 10 = OfflineSessionCommit 11 = AuthorizationRequest 12 = AuthorizationSuccess 13 = AuthorizationError 14 = AuthorizationFailed
    - `IotCommandExecuted` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = OcppIn 1 = OcppOut 2 = OcppError 3 = OcppConnected 4 = OcppConnectionFailed 5 = OcppClientClose 6 = IotCommandExecuted 7 = IotCommandFailed 8 = IotCloudSettingUpdated 9 = SessionCommit 10 = OfflineSessionCommit 11 = AuthorizationRequest 12 = AuthorizationSuccess 13 = AuthorizationError 14 = AuthorizationFailed
    - `IotCommandFailed` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = OcppIn 1 = OcppOut 2 = OcppError 3 = OcppConnected 4 = OcppConnectionFailed 5 = OcppClientClose 6 = IotCommandExecuted 7 = IotCommandFailed 8 = IotCloudSettingUpdated 9 = SessionCommit 10 = OfflineSessionCommit 11 = AuthorizationRequest 12 = AuthorizationSuccess 13 = AuthorizationError 14 = AuthorizationFailed
    - `IotCloudSettingUpdated` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = OcppIn 1 = OcppOut 2 = OcppError 3 = OcppConnected 4 = OcppConnectionFailed 5 = OcppClientClose 6 = IotCommandExecuted 7 = IotCommandFailed 8 = IotCloudSettingUpdated 9 = SessionCommit 10 = OfflineSessionCommit 11 = AuthorizationRequest 12 = AuthorizationSuccess 13 = AuthorizationError 14 = AuthorizationFailed
    - `SessionCommit` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = OcppIn 1 = OcppOut 2 = OcppError 3 = OcppConnected 4 = OcppConnectionFailed 5 = OcppClientClose 6 = IotCommandExecuted 7 = IotCommandFailed 8 = IotCloudSettingUpdated 9 = SessionCommit 10 = OfflineSessionCommit 11 = AuthorizationRequest 12 = AuthorizationSuccess 13 = AuthorizationError 14 = AuthorizationFailed
    - `OfflineSessionCommit` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = OcppIn 1 = OcppOut 2 = OcppError 3 = OcppConnected 4 = OcppConnectionFailed 5 = OcppClientClose 6 = IotCommandExecuted 7 = IotCommandFailed 8 = IotCloudSettingUpdated 9 = SessionCommit 10 = OfflineSessionCommit 11 = AuthorizationRequest 12 = AuthorizationSuccess 13 = AuthorizationError 14 = AuthorizationFailed
    - `AuthorizationRequest` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = OcppIn 1 = OcppOut 2 = OcppError 3 = OcppConnected 4 = OcppConnectionFailed 5 = OcppClientClose 6 = IotCommandExecuted 7 = IotCommandFailed 8 = IotCloudSettingUpdated 9 = SessionCommit 10 = OfflineSessionCommit 11 = AuthorizationRequest 12 = AuthorizationSuccess 13 = AuthorizationError 14 = AuthorizationFailed
    - `AuthorizationSuccess` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = OcppIn 1 = OcppOut 2 = OcppError 3 = OcppConnected 4 = OcppConnectionFailed 5 = OcppClientClose 6 = IotCommandExecuted 7 = IotCommandFailed 8 = IotCloudSettingUpdated 9 = SessionCommit 10 = OfflineSessionCommit 11 = AuthorizationRequest 12 = AuthorizationSuccess 13 = AuthorizationError 14 = AuthorizationFailed
    - `AuthorizationError` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = OcppIn 1 = OcppOut 2 = OcppError 3 = OcppConnected 4 = OcppConnectionFailed 5 = OcppClientClose 6 = IotCommandExecuted 7 = IotCommandFailed 8 = IotCloudSettingUpdated 9 = SessionCommit 10 = OfflineSessionCommit 11 = AuthorizationRequest 12 = AuthorizationSuccess 13 = AuthorizationError 14 = AuthorizationFailed
    - `AuthorizationFailed` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = OcppIn 1 = OcppOut 2 = OcppError 3 = OcppConnected 4 = OcppConnectionFailed 5 = OcppClientClose 6 = IotCommandExecuted 7 = IotCommandFailed 8 = IotCloudSettingUpdated 9 = SessionCommit 10 = OfflineSessionCommit 11 = AuthorizationRequest 12 = AuthorizationSuccess 13 = AuthorizationError 14 = AuthorizationFailed
  - `features` object, nullable
    - `None` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 65536 | 131072 — 0 = None 1 = Api_MessageSubscription 2 = Authentication_Internal 4 = PowerManagement_Apm 8 = PowerManagement_EcoMode 16 = PowerManagement_Schedule 32 = PowerManagement_Apm_PowerLimit 64 = Connectivity_4G 128 = Authentication_Ocpp 256 = PowerManagement_Apm_Tariff_PowerLimit 512 = Authentication_OcppNative 65536 = PowerManagement_Apm_Tic 131072 = PowerManagement_Apm_SurplusMode
    - `Api_MessageSubscription` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 65536 | 131072 — 0 = None 1 = Api_MessageSubscription 2 = Authentication_Internal 4 = PowerManagement_Apm 8 = PowerManagement_EcoMode 16 = PowerManagement_Schedule 32 = PowerManagement_Apm_PowerLimit 64 = Connectivity_4G 128 = Authentication_Ocpp 256 = PowerManagement_Apm_Tariff_PowerLimit 512 = Authentication_OcppNative 65536 = PowerManagement_Apm_Tic 131072 = PowerManagement_Apm_SurplusMode
    - `Authentication_Internal` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 65536 | 131072 — 0 = None 1 = Api_MessageSubscription 2 = Authentication_Internal 4 = PowerManagement_Apm 8 = PowerManagement_EcoMode 16 = PowerManagement_Schedule 32 = PowerManagement_Apm_PowerLimit 64 = Connectivity_4G 128 = Authentication_Ocpp 256 = PowerManagement_Apm_Tariff_PowerLimit 512 = Authentication_OcppNative 65536 = PowerManagement_Apm_Tic 131072 = PowerManagement_Apm_SurplusMode
    - `PowerManagement_Apm` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 65536 | 131072 — 0 = None 1 = Api_MessageSubscription 2 = Authentication_Internal 4 = PowerManagement_Apm 8 = PowerManagement_EcoMode 16 = PowerManagement_Schedule 32 = PowerManagement_Apm_PowerLimit 64 = Connectivity_4G 128 = Authentication_Ocpp 256 = PowerManagement_Apm_Tariff_PowerLimit 512 = Authentication_OcppNative 65536 = PowerManagement_Apm_Tic 131072 = PowerManagement_Apm_SurplusMode
    - `PowerManagement_EcoMode` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 65536 | 131072 — 0 = None 1 = Api_MessageSubscription 2 = Authentication_Internal 4 = PowerManagement_Apm 8 = PowerManagement_EcoMode 16 = PowerManagement_Schedule 32 = PowerManagement_Apm_PowerLimit 64 = Connectivity_4G 128 = Authentication_Ocpp 256 = PowerManagement_Apm_Tariff_PowerLimit 512 = Authentication_OcppNative 65536 = PowerManagement_Apm_Tic 131072 = PowerManagement_Apm_SurplusMode
    - `PowerManagement_Schedule` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 65536 | 131072 — 0 = None 1 = Api_MessageSubscription 2 = Authentication_Internal 4 = PowerManagement_Apm 8 = PowerManagement_EcoMode 16 = PowerManagement_Schedule 32 = PowerManagement_Apm_PowerLimit 64 = Connectivity_4G 128 = Authentication_Ocpp 256 = PowerManagement_Apm_Tariff_PowerLimit 512 = Authentication_OcppNative 65536 = PowerManagement_Apm_Tic 131072 = PowerManagement_Apm_SurplusMode
    - `PowerManagement_Apm_PowerLimit` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 65536 | 131072 — 0 = None 1 = Api_MessageSubscription 2 = Authentication_Internal 4 = PowerManagement_Apm 8 = PowerManagement_EcoMode 16 = PowerManagement_Schedule 32 = PowerManagement_Apm_PowerLimit 64 = Connectivity_4G 128 = Authentication_Ocpp 256 = PowerManagement_Apm_Tariff_PowerLimit 512 = Authentication_OcppNative 65536 = PowerManagement_Apm_Tic 131072 = PowerManagement_Apm_SurplusMode
    - `Connectivity_4G` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 65536 | 131072 — 0 = None 1 = Api_MessageSubscription 2 = Authentication_Internal 4 = PowerManagement_Apm 8 = PowerManagement_EcoMode 16 = PowerManagement_Schedule 32 = PowerManagement_Apm_PowerLimit 64 = Connectivity_4G 128 = Authentication_Ocpp 256 = PowerManagement_Apm_Tariff_PowerLimit 512 = Authentication_OcppNative 65536 = PowerManagement_Apm_Tic 131072 = PowerManagement_Apm_SurplusMode
    - `Authentication_Ocpp` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 65536 | 131072 — 0 = None 1 = Api_MessageSubscription 2 = Authentication_Internal 4 = PowerManagement_Apm 8 = PowerManagement_EcoMode 16 = PowerManagement_Schedule 32 = PowerManagement_Apm_PowerLimit 64 = Connectivity_4G 128 = Authentication_Ocpp 256 = PowerManagement_Apm_Tariff_PowerLimit 512 = Authentication_OcppNative 65536 = PowerManagement_Apm_Tic 131072 = PowerManagement_Apm_SurplusMode
    - `PowerManagement_Apm_Tariff_PowerLimit` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 65536 | 131072 — 0 = None 1 = Api_MessageSubscription 2 = Authentication_Internal 4 = PowerManagement_Apm 8 = PowerManagement_EcoMode 16 = PowerManagement_Schedule 32 = PowerManagement_Apm_PowerLimit 64 = Connectivity_4G 128 = Authentication_Ocpp 256 = PowerManagement_Apm_Tariff_PowerLimit 512 = Authentication_OcppNative 65536 = PowerManagement_Apm_Tic 131072 = PowerManagement_Apm_SurplusMode
    - `Authentication_OcppNative` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 65536 | 131072 — 0 = None 1 = Api_MessageSubscription 2 = Authentication_Internal 4 = PowerManagement_Apm 8 = PowerManagement_EcoMode 16 = PowerManagement_Schedule 32 = PowerManagement_Apm_PowerLimit 64 = Connectivity_4G 128 = Authentication_Ocpp 256 = PowerManagement_Apm_Tariff_PowerLimit 512 = Authentication_OcppNative 65536 = PowerManagement_Apm_Tic 131072 = PowerManagement_Apm_SurplusMode
    - `PowerManagement_Apm_Tic` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 65536 | 131072 — 0 = None 1 = Api_MessageSubscription 2 = Authentication_Internal 4 = PowerManagement_Apm 8 = PowerManagement_EcoMode 16 = PowerManagement_Schedule 32 = PowerManagement_Apm_PowerLimit 64 = Connectivity_4G 128 = Authentication_Ocpp 256 = PowerManagement_Apm_Tariff_PowerLimit 512 = Authentication_OcppNative 65536 = PowerManagement_Apm_Tic 131072 = PowerManagement_Apm_SurplusMode
    - `PowerManagement_Apm_SurplusMode` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 65536 | 131072 — 0 = None 1 = Api_MessageSubscription 2 = Authentication_Internal 4 = PowerManagement_Apm 8 = PowerManagement_EcoMode 16 = PowerManagement_Schedule 32 = PowerManagement_Apm_PowerLimit 64 = Connectivity_4G 128 = Authentication_Ocpp 256 = PowerManagement_Apm_Tariff_PowerLimit 512 = Authentication_OcppNative 65536 = PowerManagement_Apm_Tic 131072 = PowerManagement_Apm_SurplusMode
  - `installationTypeConstraints` object, nullable
    - `Valid` 0 | 1 | 2 | 4 | 8 | 16 — 0 = Valid 1 = MaxCircuits 2 = MaxCircuitCurrent 4 = MaxChargers 8 = UnsupportedFeature 16 = IncompatibleCharger
    - `MaxCircuits` 0 | 1 | 2 | 4 | 8 | 16 — 0 = Valid 1 = MaxCircuits 2 = MaxCircuitCurrent 4 = MaxChargers 8 = UnsupportedFeature 16 = IncompatibleCharger
    - `MaxCircuitCurrent` 0 | 1 | 2 | 4 | 8 | 16 — 0 = Valid 1 = MaxCircuits 2 = MaxCircuitCurrent 4 = MaxChargers 8 = UnsupportedFeature 16 = IncompatibleCharger
    - `MaxChargers` 0 | 1 | 2 | 4 | 8 | 16 — 0 = Valid 1 = MaxCircuits 2 = MaxCircuitCurrent 4 = MaxChargers 8 = UnsupportedFeature 16 = IncompatibleCharger
    - `UnsupportedFeature` 0 | 1 | 2 | 4 | 8 | 16 — 0 = Valid 1 = MaxCircuits 2 = MaxCircuitCurrent 4 = MaxChargers 8 = UnsupportedFeature 16 = IncompatibleCharger
    - `IncompatibleCharger` 0 | 1 | 2 | 4 | 8 | 16 — 0 = Valid 1 = MaxCircuits 2 = MaxCircuitCurrent 4 = MaxChargers 8 = UnsupportedFeature 16 = IncompatibleCharger
  - `sessionCommitMetadata` object, nullable
    - `None` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 — 0 = None 1 = Online 2 = Offline 4 = ReliableClock 8 = StoppedByRFID 16 = Signed 32 = Void 64 = Aborted 128 = OcppNative
    - `Online` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 — 0 = None 1 = Online 2 = Offline 4 = ReliableClock 8 = StoppedByRFID 16 = Signed 32 = Void 64 = Aborted 128 = OcppNative
    - `Offline` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 — 0 = None 1 = Online 2 = Offline 4 = ReliableClock 8 = StoppedByRFID 16 = Signed 32 = Void 64 = Aborted 128 = OcppNative
    - `ReliableClock` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 — 0 = None 1 = Online 2 = Offline 4 = ReliableClock 8 = StoppedByRFID 16 = Signed 32 = Void 64 = Aborted 128 = OcppNative
    - `StoppedByRFID` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 — 0 = None 1 = Online 2 = Offline 4 = ReliableClock 8 = StoppedByRFID 16 = Signed 32 = Void 64 = Aborted 128 = OcppNative
    - `Signed` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 — 0 = None 1 = Online 2 = Offline 4 = ReliableClock 8 = StoppedByRFID 16 = Signed 32 = Void 64 = Aborted 128 = OcppNative
    - `Void` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 — 0 = None 1 = Online 2 = Offline 4 = ReliableClock 8 = StoppedByRFID 16 = Signed 32 = Void 64 = Aborted 128 = OcppNative
    - `Aborted` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 — 0 = None 1 = Online 2 = Offline 4 = ReliableClock 8 = StoppedByRFID 16 = Signed 32 = Void 64 = Aborted 128 = OcppNative
    - `OcppNative` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 — 0 = None 1 = Online 2 = Offline 4 = ReliableClock 8 = StoppedByRFID 16 = Signed 32 = Void 64 = Aborted 128 = OcppNative
  - `installationUpdateStatusCodes` object, nullable
    - `Ok` 0 | 1 — 0 = Ok 1 = EcoScheduleUpdated
    - `EcoScheduleUpdated` 0 | 1 — 0 = Ok 1 = EcoScheduleUpdated
  - `entityTypes` object, nullable
    - `Unknown` 0 | 1 | 2 — 0 = Unknown 1 = Installation 2 = Charger
    - `Installation` 0 | 1 | 2 — 0 = Unknown 1 = Installation 2 = Charger
    - `Charger` 0 | 1 | 2 — 0 = Unknown 1 = Installation 2 = Charger
  - `deviceTypes` object, nullable
    - `Unknown` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — 0 = Unknown 1 = Smart 2 = Portable 3 = HomeApm 4 = Apollo 5 = OtherApm 6 = GenericApm 7 = HanApm 8 = TicApm
    - `Smart` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — 0 = Unknown 1 = Smart 2 = Portable 3 = HomeApm 4 = Apollo 5 = OtherApm 6 = GenericApm 7 = HanApm 8 = TicApm
    - `Portable` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — 0 = Unknown 1 = Smart 2 = Portable 3 = HomeApm 4 = Apollo 5 = OtherApm 6 = GenericApm 7 = HanApm 8 = TicApm
    - `HomeApm` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — 0 = Unknown 1 = Smart 2 = Portable 3 = HomeApm 4 = Apollo 5 = OtherApm 6 = GenericApm 7 = HanApm 8 = TicApm
    - `Apollo` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — 0 = Unknown 1 = Smart 2 = Portable 3 = HomeApm 4 = Apollo 5 = OtherApm 6 = GenericApm 7 = HanApm 8 = TicApm
    - `OtherApm` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — 0 = Unknown 1 = Smart 2 = Portable 3 = HomeApm 4 = Apollo 5 = OtherApm 6 = GenericApm 7 = HanApm 8 = TicApm
    - `GenericApm` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — 0 = Unknown 1 = Smart 2 = Portable 3 = HomeApm 4 = Apollo 5 = OtherApm 6 = GenericApm 7 = HanApm 8 = TicApm
    - `HanApm` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — 0 = Unknown 1 = Smart 2 = Portable 3 = HomeApm 4 = Apollo 5 = OtherApm 6 = GenericApm 7 = HanApm 8 = TicApm
    - `TicApm` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — 0 = Unknown 1 = Smart 2 = Portable 3 = HomeApm 4 = Apollo 5 = OtherApm 6 = GenericApm 7 = HanApm 8 = TicApm
  - `installationAuthenticationType` object, nullable
    - `Native` 0 | 1 | 2 | 3 — 0 = Native 1 = WebHooks 2 = Ocpp 3 = OcppNative
    - `WebHooks` 0 | 1 | 2 | 3 — 0 = Native 1 = WebHooks 2 = Ocpp 3 = OcppNative
    - `Ocpp` 0 | 1 | 2 | 3 — 0 = Native 1 = WebHooks 2 = Ocpp 3 = OcppNative
    - `OcppNative` 0 | 1 | 2 | 3 — 0 = Native 1 = WebHooks 2 = Ocpp 3 = OcppNative
  - `energyPrices` EnergyPriceConstantModel — Energy price area info
    - `deliveryArea` object, nullable
      - `Unknown` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = Unknown 1 = NO1 2 = NO2 3 = NO3 4 = NO4 5 = NO5 6 = SE1 7 = SE2 8 = SE3 9 = SE4 10 = DK1 11 = DK2 12 = FI 13 = NL 14 = BE
      - `NO1` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = Unknown 1 = NO1 2 = NO2 3 = NO3 4 = NO4 5 = NO5 6 = SE1 7 = SE2 8 = SE3 9 = SE4 10 = DK1 11 = DK2 12 = FI 13 = NL 14 = BE
      - `NO2` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = Unknown 1 = NO1 2 = NO2 3 = NO3 4 = NO4 5 = NO5 6 = SE1 7 = SE2 8 = SE3 9 = SE4 10 = DK1 11 = DK2 12 = FI 13 = NL 14 = BE
      - `NO3` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = Unknown 1 = NO1 2 = NO2 3 = NO3 4 = NO4 5 = NO5 6 = SE1 7 = SE2 8 = SE3 9 = SE4 10 = DK1 11 = DK2 12 = FI 13 = NL 14 = BE
      - `NO4` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = Unknown 1 = NO1 2 = NO2 3 = NO3 4 = NO4 5 = NO5 6 = SE1 7 = SE2 8 = SE3 9 = SE4 10 = DK1 11 = DK2 12 = FI 13 = NL 14 = BE
      - `NO5` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = Unknown 1 = NO1 2 = NO2 3 = NO3 4 = NO4 5 = NO5 6 = SE1 7 = SE2 8 = SE3 9 = SE4 10 = DK1 11 = DK2 12 = FI 13 = NL 14 = BE
      - `SE1` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = Unknown 1 = NO1 2 = NO2 3 = NO3 4 = NO4 5 = NO5 6 = SE1 7 = SE2 8 = SE3 9 = SE4 10 = DK1 11 = DK2 12 = FI 13 = NL 14 = BE
      - `SE2` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = Unknown 1 = NO1 2 = NO2 3 = NO3 4 = NO4 5 = NO5 6 = SE1 7 = SE2 8 = SE3 9 = SE4 10 = DK1 11 = DK2 12 = FI 13 = NL 14 = BE
      - `SE3` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = Unknown 1 = NO1 2 = NO2 3 = NO3 4 = NO4 5 = NO5 6 = SE1 7 = SE2 8 = SE3 9 = SE4 10 = DK1 11 = DK2 12 = FI 13 = NL 14 = BE
      - `SE4` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = Unknown 1 = NO1 2 = NO2 3 = NO3 4 = NO4 5 = NO5 6 = SE1 7 = SE2 8 = SE3 9 = SE4 10 = DK1 11 = DK2 12 = FI 13 = NL 14 = BE
      - `DK1` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = Unknown 1 = NO1 2 = NO2 3 = NO3 4 = NO4 5 = NO5 6 = SE1 7 = SE2 8 = SE3 9 = SE4 10 = DK1 11 = DK2 12 = FI 13 = NL 14 = BE
      - `DK2` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = Unknown 1 = NO1 2 = NO2 3 = NO3 4 = NO4 5 = NO5 6 = SE1 7 = SE2 8 = SE3 9 = SE4 10 = DK1 11 = DK2 12 = FI 13 = NL 14 = BE
      - `FI` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = Unknown 1 = NO1 2 = NO2 3 = NO3 4 = NO4 5 = NO5 6 = SE1 7 = SE2 8 = SE3 9 = SE4 10 = DK1 11 = DK2 12 = FI 13 = NL 14 = BE
      - `NL` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = Unknown 1 = NO1 2 = NO2 3 = NO3 4 = NO4 5 = NO5 6 = SE1 7 = SE2 8 = SE3 9 = SE4 10 = DK1 11 = DK2 12 = FI 13 = NL 14 = BE
      - `BE` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — 0 = Unknown 1 = NO1 2 = NO2 3 = NO3 4 = NO4 5 = NO5 6 = SE1 7 = SE2 8 = SE3 9 = SE4 10 = DK1 11 = DK2 12 = FI 13 = NL 14 = BE
    - `priceUnit` object, nullable
      - `Unsupported` 0 | 1 — 0 = Unsupported 1 = EuroPerMWh
      - `EuroPerMWh` 0 | 1 — 0 = Unsupported 1 = EuroPerMWh
    - `countryDeliveryAreas` object, nullable
  - `userActionTypes` object, nullable — List of valid types of User Actions
    - `None` 0 | 1 | 2 — 0 = None 1 = AddSense 2 = InviteNewUser
    - `AddSense` 0 | 1 | 2 — 0 = None 1 = AddSense 2 = InviteNewUser
    - `InviteNewUser` 0 | 1 | 2 — 0 = None 1 = AddSense 2 = InviteNewUser
  - `ocppCloudUrlVersions` object, nullable
    - `Legacy` 0 | 1 — 0 = Legacy 1 = Ocpp16Compliant
    - `Ocpp16Compliant` 0 | 1 — 0 = Legacy 1 = Ocpp16Compliant

---

[API](https://skmtc.dev/zaptec/apis/zaptec-api.md) · [All operations](https://skmtc.dev/zaptec/apis/zaptec-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zaptec/zaptec-api/revisions/6892fe4b8df5/schema)
