pub fn render(
ui: &mut Ui,
device: &mut DeviceState,
actions: &mut Vec<DeviceAction>,
)Expand description
Render the configuration view for one device.
Pushes per-device actions into actions; the caller addresses them to the
selected device id after rendering.