features added (#14)

* Update group_object.h

* Update group_object.cpp

* Update knx_facade.cpp
This commit is contained in:
Maggyver
2019-05-18 19:52:23 +02:00
committed by thelsing
parent ae9baa7702
commit b34c3d4ddc
3 changed files with 8 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ bool KnxFacade::progMode()
void KnxFacade::progMode(bool value)
{
Serial.println("progmode");
_bau.deviceObject().progMode(value);
}