CANedge2 Docs, Release FW 01.04.02
To power_schedule.items.properties.to
Power-on TO time in format HH:MM. Shall be after power-on FROM time. E.g. at midday 12:00.
type: string default: 00:00
0.4.4.2 Configuration explained
This section contains additional information and examples.
Note: Power out scheduling has resolution of 1 min and 1 min tolerance
Note: Power out scheduling uses adjusted local time (as set in the configuration)
Example: Secondary port power is scheduled to be on daily in the interval 00:00-04:00 and
12:00-16:00. Secodary port configuration:
"secondaryport": {
"power_schedule": [
{
"from": "00:00",
"to": "04:00"
},
{
"from": "12:00",
"to": "16:00"
}
]
}
The power out is turned off when the time changes from 03:59 to 04:00 and 15:59 to 16:00.
0.4.5 CAN
This page documents the CAN configuration.
The configuration of CAN Channel 1 and CAN Channel 2 is identical.
The CAN configuration is split into the following sections:
0.4.5.1 General
This page documents the general configuration
Configuration file fields
This section is autogenerated from the Rule Schema file.
General ‘‘ ‘‘
CAN bus general configuration
0.4. Configuration 21