mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-12 23:51:39 +02:00
started implementation of MI inverters (setup.html, own processing MiPayload.h
)
This commit is contained in:
parent
67ff0209e8
commit
75539c5daf
17 changed files with 408 additions and 66 deletions
|
@ -9,6 +9,9 @@
|
|||
#include "../utils/dbg.h"
|
||||
#include <cstdint>
|
||||
|
||||
// inverter generations
|
||||
enum {IV_HM = 0, IV_MI};
|
||||
|
||||
// units
|
||||
enum {UNIT_V = 0, UNIT_A, UNIT_W, UNIT_WH, UNIT_KWH, UNIT_HZ, UNIT_C, UNIT_PCT, UNIT_VAR, UNIT_NONE};
|
||||
const char* const units[] = {"V", "A", "W", "Wh", "kWh", "Hz", "°C", "%", "var", ""};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue