mirror of
https://github.com/thelsing/knx.git
synced 2026-03-13 02:22:13 +01:00
features added (#14)
* Update group_object.h * Update group_object.cpp * Update knx_facade.cpp
This commit is contained in:
@@ -46,6 +46,7 @@ bool KnxFacade::progMode()
|
||||
|
||||
void KnxFacade::progMode(bool value)
|
||||
{
|
||||
Serial.println("progmode");
|
||||
_bau.deviceObject().progMode(value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user