mirror of
https://github.com/thelsing/knx.git
synced 2025-10-12 11:15:54 +02:00
Add an accessor to toggle prog mode outside knx_facade
This commit is contained in:
parent
e06ce00034
commit
45ba2932a6
@ -283,6 +283,11 @@ template <class P, class B> class KnxFacade : private SaveRestore
|
|||||||
_bau.restartRequest(individualAddress);
|
_bau.restartRequest(individualAddress);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void toogleProgMode()
|
||||||
|
{
|
||||||
|
_toogleProgMode = true;
|
||||||
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
P* _platformPtr = 0;
|
P* _platformPtr = 0;
|
||||||
B* _bauPtr = 0;
|
B* _bauPtr = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user