Fotobot
Get data from your photovoltaic plant
fronius_request.cpp
Go to the documentation of this file.
1 
7 #include "fronius_request.h"
8 
9 const unsigned char FRONIUS_request::FRONIUS_START_VALUE = 0x80;
10 const unsigned char FRONIUS_request::FRONIUS_INTERFACE_CARD = 0;
11 const unsigned char FRONIUS_request::FRONIUS_INVERTOR = 1;
12 const unsigned char FRONIUS_request::FRONIUS_SENSORBOX = 2;
13