mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-05 20:33:38 +01:00
Allow dynamic pin mapping for CMT module
This commit is contained in:
@@ -96,6 +96,11 @@ bool InverterAbstract::getEnableCommands()
|
||||
return _enableCommands;
|
||||
}
|
||||
|
||||
HoymilesRadio* InverterAbstract::getRadio()
|
||||
{
|
||||
return _radio;
|
||||
}
|
||||
|
||||
AlarmLogParser* InverterAbstract::EventLog()
|
||||
{
|
||||
return _alarmLogParser.get();
|
||||
|
||||
Reference in New Issue
Block a user