The BoardState timedOut is missing. https://github.com/Duet3D/RepRapFirmware/blob/a04aa3747624eb171368115ffad729d6236a0cdb/src/CAN/ExpansionManager.h#L22 ``` NamedEnum(BoardState, uint8_t, unknown, flashing, flashFailed, resetting, running, timedOut); ``` https://github.com/Duet3D/dsf-python/blob/a9e0de43ed93cafa3610f06091e0bf0bbf8eb925/src/dsf/object_model/boards/boards.py#L16-L34
The BoardState timedOut is missing.
https://github.com/Duet3D/RepRapFirmware/blob/a04aa3747624eb171368115ffad729d6236a0cdb/src/CAN/ExpansionManager.h#L22
dsf-python/src/dsf/object_model/boards/boards.py
Lines 16 to 34 in a9e0de4