H100 Support in Python
LMT1337 opened this issue ยท 4 comments
LMT1337 commented
Hi,
are there any plans to support the H100 hub in python? I can see the hub, but I'd like to get data from a temperature sensor thats connected to the hub.
Thanks
mihai-dinculescu commented
The plan is to have the Python version on version parity with the Rust one. Support for H100 in Python will come in the next couple of months.
Avnsx commented
Support for H100 in Python will come in the next couple of months.
Still looking forward to this โ๏ธ
mihai-dinculescu commented
I'm currently working on it.
mihai-dinculescu commented
Added partial support for the H100 hub and its child devices. Currently, only the get_device_info
function is supported for the child devices through the hub's get_child_device_list
method.