small fix for PL PCDU #749
@ -34,6 +34,7 @@ will consitute of a breaking change warranting a new major release:
|
|||||||
## Fixed
|
## Fixed
|
||||||
|
|
||||||
- SUS dummy handler went to `MODE_NORMAL` for ON commands.
|
- SUS dummy handler went to `MODE_NORMAL` for ON commands.
|
||||||
|
- PL PCDU dummy went to `MODE_NORMAL` for ON commands.
|
||||||
|
|
||||||
# [v6.1.0] 2023-07-13
|
# [v6.1.0] 2023-07-13
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ PlPcduDummy::PlPcduDummy(object_id_t objectId, object_id_t comif, CookieIF *comC
|
|||||||
|
|
||||||
PlPcduDummy::~PlPcduDummy() {}
|
PlPcduDummy::~PlPcduDummy() {}
|
||||||
|
|
||||||
void PlPcduDummy::doStartUp() { setMode(MODE_NORMAL); }
|
void PlPcduDummy::doStartUp() { setMode(MODE_ON); }
|
||||||
|
|
||||||
void PlPcduDummy::doShutDown() { setMode(MODE_OFF); }
|
void PlPcduDummy::doShutDown() { setMode(MODE_OFF); }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user