Allow dynamic pin mapping for CMT module

This commit is contained in:
Thomas Basler
2023-03-08 20:12:22 +01:00
parent 3c0d89f599
commit 45882543b6
19 changed files with 174 additions and 90 deletions

View File

@@ -96,6 +96,11 @@ bool InverterAbstract::getEnableCommands()
return _enableCommands;
}
HoymilesRadio* InverterAbstract::getRadio()
{
return _radio;
}
AlarmLogParser* InverterAbstract::EventLog()
{
return _alarmLogParser.get();