You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class to report components, variables and variable attributes and characteristics. ComponentVariableType is used by: GetMonitoringReportRequest , GetReportRequest
339
+
Class to report components, variables and variable attributes and
340
+
characteristics.
341
+
ComponentVariableType is used by: GetMonitoringReportRequest,
342
+
GetReportRequest
292
343
"""
293
344
294
345
component: ComponentType
@@ -353,7 +404,9 @@ class EventDataType:
353
404
@dataclass
354
405
classFirmwareType:
355
406
"""
356
-
Represents a copy of the firmware that can be loaded/updated on the Charging Station. FirmwareType is used by: UpdateFirmwareRequest
407
+
Represents a copy of the firmware that can be loaded/updated on the
408
+
Charging Station.
409
+
FirmwareType is used by: UpdateFirmwareRequest
357
410
"""
358
411
359
412
location: str
@@ -391,8 +444,11 @@ class GetVariableResultType:
391
444
@dataclass
392
445
classIdTokenType:
393
446
"""
394
-
Contains a case insensitive identifier to use for the authorization and the type of authorization to support multiple forms of identifiers.
395
-
IdTokenType is used by: AuthorizationData, Common:IdTokenInfoType, RequestStartTransactionRequest, AuthorizeRequest, TransactionEventRequest, ReserveNowRequest, CustomerInformationRequest
447
+
Contains a case insensitive identifier to use for the authorization and the
448
+
type of authorization to support multiple forms of identifiers.
449
+
IdTokenType is used by: AuthorizationData, Common:IdTokenInfoType,
Contains message details, for a message to be displayed on a Charging Station.
407
-
MessageContentType is used by: IdTokenInfoType, MessageInfoType, TransactionEventResponse
463
+
MessageContentType is used by: IdTokenInfoType, MessageInfoType,
464
+
TransactionEventResponse
408
465
"""
409
466
410
467
format: enums.MessageFormatType
@@ -415,8 +472,12 @@ class MessageContentType:
415
472
@dataclass
416
473
classIdTokenInfoType:
417
474
"""
418
-
Contains status information about an identifier. It is advised to not stop charging for a token that expires during charging, as ExpiryDate is only used for caching purposes. If ExpiryDate is not given, the status has no end date.
419
-
IdTokenInfoType is used by: AuthorizationData, AuthorizeResponse, TransactionEventResponse
475
+
Contains status information about an identifier. It is advised to not stop
476
+
charging for a token that expires during charging, as ExpiryDate is only
477
+
used for caching purposes. If ExpiryDate is not given, the status has no
478
+
end date.
479
+
IdTokenInfoType is used by: AuthorizationData, AuthorizeResponse,
480
+
TransactionEventResponse
420
481
"""
421
482
422
483
status: enums.AuthorizationStatusType
@@ -455,7 +516,10 @@ class LogParametersType:
455
516
@dataclass
456
517
classMessageInfoType:
457
518
"""
458
-
Contains message details, for a message to be displayed on a Charging Station. MessageInfoType is used by: SetDisplayMessageRequest, NotifyDisplayMessagesRequest
519
+
Contains message details, for a message to be displayed on a Charging
520
+
Station.
521
+
MessageInfoType is used by: SetDisplayMessageRequest,
522
+
NotifyDisplayMessagesRequest
459
523
"""
460
524
461
525
id: int
@@ -495,8 +559,11 @@ class UnitOfMeasureType:
495
559
@dataclass
496
560
classSampledValueType:
497
561
"""
498
-
Single sampled value in MeterValues. Each value can be accompanied by optional fields.
499
-
To save on mobile data usage, default values of all of the optional fields are such that. The value without any additional fields will be interpreted, as a register reading of active import energy in Wh (Watt-hour) units.
562
+
Single sampled value in MeterValues. Each value can be accompanied by
563
+
optional fields.
564
+
To save on mobile data usage, default values of all of the optional fields
565
+
are such that. The value without any additional fields will be interpreted,
566
+
as a register reading of active import energy in Wh (Watt-hour) units.
500
567
SampledValueType is used by: MeterValueType
501
568
"""
502
569
@@ -511,7 +578,9 @@ class SampledValueType:
511
578
@dataclass
512
579
classMeterValueType:
513
580
"""
514
-
Collection of one or more sampled values in MeterValuesRequest and TransactionEvent. All sampled values in a MeterValue are sampled at the same point in time.
581
+
Collection of one or more sampled values in MeterValuesRequest and
582
+
TransactionEvent. All sampled values in a MeterValue are sampled at the
583
+
same point in time.
515
584
MeterValueType is used by: MeterValuesRequest, TransactionEventRequest
516
585
"""
517
586
@@ -522,7 +591,8 @@ class MeterValueType:
522
591
@dataclass
523
592
classModemType:
524
593
"""
525
-
Defines parameters required for initiating and maintaining wireless communication with other devices.
594
+
Defines parameters required for initiating and maintaining wireless
595
+
communication with other devices.
526
596
ModemType is used by: BootNotificationRequest.ChargingStationType
527
597
"""
528
598
@@ -534,7 +604,8 @@ class ModemType:
534
604
classVariableMonitoringType:
535
605
"""
536
606
A monitoring setting for a variable.
537
-
VariableMonitoringType is used by: NotifyMonitoringReportRequest.MonitoringDataType
607
+
VariableMonitoringType is used by:
608
+
NotifyMonitoringReportRequest.MonitoringDataType
538
609
"""
539
610
540
611
id: int
@@ -574,7 +645,8 @@ class VPNType:
574
645
@dataclass
575
646
classNetworkConnectionProfileType:
576
647
"""
577
-
The NetworkConnectionProfile defines the functional and technical parameters of a communication link.
648
+
The NetworkConnectionProfile defines the functional and technical
649
+
parameters of a communication link.
578
650
NetworkConnectionProfileType is used by: SetNetworkProfileRequest
579
651
"""
580
652
@@ -604,7 +676,10 @@ class ChargingStationType:
604
676
605
677
@dataclass
606
678
classOCSPRequestDataType:
607
-
"""OCSPRequestDataType is used by: AuthorizeRequest, GetCertificateStatusRequest"""
679
+
"""
680
+
OCSPRequestDataType is used by: AuthorizeRequest,
681
+
GetCertificateStatusRequest
682
+
"""
608
683
609
684
hash_algorithm: enums.HashAlgorithmType
610
685
issuer_name_hash: str
@@ -644,7 +719,11 @@ class VariableCharacteristicsType:
644
719
645
720
@dataclass
646
721
classReportDataType:
647
-
"""Class to report components, variables and variable attributes and characteristics"""
722
+
"""
723
+
Class to report components, variables and variable attributes and
0 commit comments