set_device_time
Sync the charger clock to the current time or a specified moment. Use timezone and timezoneCode together to configure the correct time zone for accurate scheduling and logging.
Instructions
Synchronizes the charger clock. Without parameters it sets the current time. The time zone requires timezone and timezoneCode together.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| charger | No | Charger name. Unnecessary if only one is configured. | |
| timezone | No | POSIX time zone string, e.g. "CET-1CEST,M3.5.0,M10.5.0/3". | |
| epochSeconds | No | Moment to set, in epoch seconds. If omitted, uses the current time. | |
| timezoneCode | No | Numeric time zone code expected by the firmware. |