13.1.4. ChargerInfo¶
Provides a charger information interface, backed by simple KVS interface. With the optional dependency to another charger information node, it is possible to chain multiple sources of information.
13.1.4.1. Module Configuration¶
firmware_version_file:string <required>
Sometimes the firmware version cannot be retrieved from the key-value interface. Then it is possible to provide the firmware version string from a simple text file in the filesystem. The first line of this file is used as-is, the remaining file content is ignored. Give the full path to the file which contains the firmware version string.
13.1.4.2. Provides¶
main:charger_information
Provides the charger information interface
13.1.4.3. Requirements¶
kvs:kvs 1..10
charger_information:charger_information 0..1