summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2018-08-13 23:45:31 +0200
committerYves Fischer <yvesf-git@xapek.org>2018-08-13 23:45:31 +0200
commitac8f9cb58ae0176ec4740c28b0d9eecf2c1f806b (patch)
treee92f525ff07079df640254c97f5bfcdce5a04f53
parent1e61d28214d9ba30bb947c118756346d8bc9d04b (diff)
downloadpycomlynx-ac8f9cb58ae0176ec4740c28b0d9eecf2c1f806b.tar.gz
pycomlynx-ac8f9cb58ae0176ec4740c28b0d9eecf2c1f806b.zip
define 'Total Energy Production' ULX parameter
-rw-r--r--comlynx.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/comlynx.py b/comlynx.py
index eb9b360..d708ed3 100644
--- a/comlynx.py
+++ b/comlynx.py
@@ -329,6 +329,10 @@ class Parameters:
RawInstantEnergyProduction2 = [0x01, 0x01, 0x02]
RawInstantEnergyProduction3 = [0x01, 0x01, 0x03]
RawInstantEnergyProduction4 = [0x01, 0x01, 0x04]
+ TotalEnergyProduction1 = [0x01, 0x02, 0x01]
+ TotalEnergyProduction2 = [0x01, 0x02, 0x02]
+ TotalEnergyProduction3 = [0x01, 0x02, 0x03]
+ TotalEnergyProduction4 = [0x01, 0x02, 0x04]
# Smoothed measured values
SmoothedInstantEnergyProduction = [0x02, 0x01, 0xd]
GridVoltage = [0x02, 0x14, 0xd]