OpenDTU-old/lib/Hoymiles/src/commands
2022-10-05 18:42:41 +02:00
..
ActivePowerControlCommand.cpp Added command names to serial output 2022-10-02 17:17:34 +02:00
ActivePowerControlCommand.h Added command names to serial output 2022-10-02 17:17:34 +02:00
AlarmDataCommand.cpp Added command names to serial output 2022-10-02 17:17:34 +02:00
AlarmDataCommand.h Added command names to serial output 2022-10-02 17:17:34 +02:00
CommandAbstract.cpp Beautify serial output of package log 2022-10-02 18:43:19 +02:00
CommandAbstract.h Added command names to serial output 2022-10-02 17:17:34 +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 Renamed DevInfoSample to DevInfoSimple 2022-10-02 17:01:46 +02: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
    • MultiDataCommand
      • AlarmDataCommand
      • DevInfoAllCommand
      • DevInfoSimpleCommand
      • RealTimeRunDataCommand
      • SystemConfigParaCommand
    • ParaSetCommand
    • SingleDataCommand
      • RequestFrameCommand