Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceConfigResponse ¶
type DeviceConfigResponse struct { // PidURL including the version for the template PidURL string `json:"pidUrl"` // DeviceSettingURL including the version for the settings DeviceSettingURL string `json:"deviceSettingUrl"` // DbcURL including the version for the dbc file, usually same as pidurl template version DbcURL string `json:"dbcUrl,omitempty"` }
DeviceConfigResponse response for what templates to use
type SettingsData ¶ added in v0.7.3
type SettingsData struct { SafetyCutOutVoltage float64 `json:"safety_cut_out_voltage"` //nolint SleepTimerEventDrivenPeriodSecs float64 `json:"sleep_timer_event_driven_period_secs"` //nolint WakeTriggerVoltageLevel float64 `json:"wake_trigger_voltage_level"` //nolint }
SettingsData used for the template device power settings mostly
type UserDeviceAutoPIUnit ¶
Click to show internal directories.
Click to hide internal directories.