add_hf2_device#
- HF2Devices.add_hf2_device(serial: str) None [source]#
Add a new HF2 device.
Since the HF2 data server is not able to report its connected devices toolkit manually needs to update the list of known connected devices.
- Parameters:
serial (str) – Serial of the HF2 device
- Raises:
ToolkitError – If the device was already added in that session.
- Return type:
None