This commit is contained in:
Thomas Kunze 2019-06-29 10:57:46 +02:00
parent 78122d13b1
commit f64d8ee5de

View File

@ -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.");