OpenDTU/lib/Hoymiles/src/commands
2022-10-31 14:14:01 +01:00
..
ActivePowerControlCommand.cpp Apply limit instantaneously if inverter info is available 2022-10-06 23:29:05 +02:00
ActivePowerControlCommand.h Added command names to serial output 2022-10-02 17:17:34 +02:00
AlarmDataCommand.cpp Fix AlarmDataCommand timeout for 15 entries 2022-10-08 02:34:54 +02:00
AlarmDataCommand.h Added command names to serial output 2022-10-02 17:17:34 +02:00
CommandAbstract.cpp Fixed warning: type qualifiers ignored on function return type 2022-10-18 21:42:03 +02:00
CommandAbstract.h Fixed warning: type qualifiers ignored on function return type 2022-10-18 21:42:03 +02:00
DevControlCommand.cpp Set correct timeout for DevControlCommand 2022-09-30 18:34:30 +02:00
DevControlCommand.h Add RX main command to structure which is passed to handleResponse 2022-09-30 18:34:30 +02:00
DevInfoAllCommand.cpp Added command names to serial output 2022-10-02 17:17:34 +02:00
DevInfoAllCommand.h Added command names to serial output 2022-10-02 17:17:34 +02:00
DevInfoSimpleCommand.cpp Renamed several methods from Sample to Simple 2022-10-03 13:14:31 +02:00
DevInfoSimpleCommand.h Added command names to serial output 2022-10-02 17:17:34 +02:00
MultiDataCommand.cpp Fixed uninitialized variable warning 2022-10-05 18:42:41 +02:00
MultiDataCommand.h Mark Single-parameter constructors explicit 2022-09-13 22:50:33 +02:00
ParaSetCommand.cpp Added first empty classes for DevControl and ParaSet 2022-08-03 20:36:35 +02:00
ParaSetCommand.h Mark Single-parameter constructors explicit 2022-09-13 22:50:33 +02:00
PowerControlCommand.cpp Implemented first few classes for power control 2022-10-04 18:12:55 +02:00
PowerControlCommand.h Implemented first few classes for power control 2022-10-04 18:12:55 +02:00
README.md Add missing parser class to documentation 2022-10-31 14:14:01 +01:00
RealTimeRunDataCommand.cpp Added command names to serial output 2022-10-02 17:17:34 +02:00
RealTimeRunDataCommand.h Added command names to serial output 2022-10-02 17:17:34 +02:00
RequestFrameCommand.cpp Added command names to serial output 2022-10-02 17:17:34 +02:00
RequestFrameCommand.h Added command names to serial output 2022-10-02 17:17:34 +02:00
SingleDataCommand.cpp RequestFrameCommand can now be configured individually for each command 2022-08-02 21:14:41 +02:00
SingleDataCommand.h Mark Single-parameter constructors explicit 2022-09-13 22:50:33 +02:00
SystemConfigParaCommand.cpp Added command names to serial output 2022-10-02 17:17:34 +02:00
SystemConfigParaCommand.h Added command names to serial output 2022-10-02 17:17:34 +02:00

Class hierarchy

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