OpenDTU-old/lib/Hoymiles/src/commands
2023-04-21 19:02:10 +02:00
..
ActivePowerControlCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
ActivePowerControlCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
AlarmDataCommand.cpp Increase command timeouts to support inverters with 6 channels and more phases 2023-04-15 10:55:48 +02:00
AlarmDataCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
ChannelChangeCommand.cpp Send ChannelChangeCommand only once per cycle as the inverter will not response at all 2023-04-15 10:55:48 +02:00
ChannelChangeCommand.h Send ChannelChangeCommand only once per cycle as the inverter will not response at all 2023-04-15 10:55:48 +02:00
CommandAbstract.cpp Resend and Retransmit count is now implementable per command 2023-04-15 10:55:48 +02:00
CommandAbstract.h Implement method as static 2023-04-21 19:02:10 +02:00
DevControlCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
DevControlCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
DevInfoAllCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
DevInfoAllCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
DevInfoSimpleCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
DevInfoSimpleCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
MultiDataCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
MultiDataCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
ParaSetCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
ParaSetCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
PowerControlCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
PowerControlCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
README.md Implement CMD56 as own command. 2023-04-15 10:55:48 +02:00
RealTimeRunDataCommand.cpp Increase command timeouts to support inverters with 6 channels and more phases 2023-04-15 10:55:48 +02:00
RealTimeRunDataCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
RequestFrameCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
RequestFrameCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
SingleDataCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
SingleDataCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
SystemConfigParaCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
SystemConfigParaCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00

Class hierarchy

  • CommandAbstract
    • DevControlCommand
      • ActivePowerControlCommand
      • PowerControlCommand
    • MultiDataCommand
      • AlarmDataCommand
      • DevInfoAllCommand
      • DevInfoSimpleCommand
      • RealTimeRunDataCommand
      • SystemConfigParaCommand
    • ParaSetCommand
    • SingleDataCommand
      • RequestFrameCommand
    • ChannelChangeCommand