System¶
This module implements system wide operations
Handwritten Documentation¶
This module implements system wide operations.
Currently this includes the following commands:
Log Uploads
Firmware Updates
Setting of System time
Corresponding variables signal the state of Log Uploads and Firmware Updates.
Integration in EVerest¶
This module provides implementation for the system interface. It does not require any other modules.
Auto-Generated Reference¶
Module Configuration¶
DefaultRetries: number <optional>
default: 1
Specifies how many times Charge Point tries to upload or download files on previous failure.
DefaultRetryInterval: number <optional>
default: 1
Specifies in seconds after which time a retry of an upload or download on previous failure may be attempted.
ResetDelay: integer <optional>
default: 0
When receiving a reset request, then the actual execution can be delayed by this amount of time (given in seconds). This might be necessary, for example, when the reset request arrives via the network and the call acknowledgement should be given some time to travel the return path to the caller. Defaults to zero, which means that the reset is executed directly without delay.
Provides¶
main: system
Implements the system interface
Requirements¶
store: kvs 0..1