mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Bindings: Python: Add get_tc10_status
This commit is contained in:
@@ -36,6 +36,7 @@ void init_device(pybind11::module_& m) {
|
||||
.def("supports_tc10", &Device::supportsTC10)
|
||||
.def("request_tc10_wake", &Device::requestTC10Wake)
|
||||
.def("request_tc10_sleep", &Device::requestTC10Sleep)
|
||||
.def("get_tc10_status", &Device::getTC10Status)
|
||||
.def("__repr__", &Device::describe);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user