2024-03-29 21:40:50 +01:00
|
|
|
#ifndef SUNSPEC_PARAMETERS_H
|
|
|
|
|
#define SUNSPEC_PARAMETERS_H
|
|
|
|
|
|
|
|
|
|
#include "sunspecParametersGeneric.h"
|
|
|
|
|
|
|
|
|
|
class SunspecParameterManufacturer : public SunspecParameterString32 {
|
|
|
|
|
protected:
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
SunspecParameterManufacturer();
|
|
|
|
|
|
2024-04-06 00:32:49 +02:00
|
|
|
void getValueFromRegisters(uint16_t *registers, int addressOffset);
|
2024-03-29 21:40:50 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#endif
|