mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
.
This commit is contained in:
parent
78122d13b1
commit
f64d8ee5de
@ -123,8 +123,6 @@ PYBIND11_MODULE(knx, m)
|
|||||||
{
|
{
|
||||||
m.doc() = "wrapper for knx device lib"; // optional module docstring
|
m.doc() = "wrapper for knx device lib"; // optional module docstring
|
||||||
|
|
||||||
py::bind_vector<std::vector<GroupObject>>(m, "GroupObjectList");
|
|
||||||
|
|
||||||
m.def("Start", &Start, "Start knx handling thread.");
|
m.def("Start", &Start, "Start knx handling thread.");
|
||||||
m.def("Stop", &Stop, "Stop knx handling thread.");
|
m.def("Stop", &Stop, "Stop knx handling thread.");
|
||||||
m.def("Prepare", &Prepare, "Allocated needed objects.");
|
m.def("Prepare", &Prepare, "Allocated needed objects.");
|
||||||
|
Loading…
Reference in New Issue
Block a user