Added option to retrieve the pumps price pattern
Added to ENgetlinkvalue function like the speed\status pattern. use the new EN_PRICEPATTERN constant.
This commit is contained in:
@@ -53,6 +53,7 @@ Global Const EN_ENERGY = 13
|
||||
Global Const EN_LINKQUAL = 14 'ES
|
||||
Global Const EN_LINKPATTERN = 15
|
||||
Global Const EN_EFFICIENCY = 16
|
||||
Global Const EN_PRICEPATTERN = 17
|
||||
|
||||
Global Const EN_DURATION = 0 ' Time parameters
|
||||
Global Const EN_HYDSTEP = 1
|
||||
|
||||
@@ -111,7 +111,8 @@ typedef enum {
|
||||
EN_ENERGY = 13,
|
||||
EN_LINKQUAL = 14,
|
||||
EN_LINKPATTERN = 15,
|
||||
EN_EFFICIENCY = 16
|
||||
EN_EFFICIENCY = 16,
|
||||
EN_PRICEPATTERN = 17
|
||||
} EN_LinkProperty;
|
||||
|
||||
/// Time parameter codes
|
||||
|
||||
@@ -57,6 +57,7 @@ Public Const EN_ENERGY = 13
|
||||
Public Const EN_LINKQUAL = 14 'ES
|
||||
Public Const EN_LINKPATTERN = 15
|
||||
Public Const EN_EFFICIENCY = 16
|
||||
Public Const EN_PRICEPATTERN = 17
|
||||
|
||||
Public Const EN_DURATION = 0 ' Time parameters
|
||||
Public Const EN_HYDSTEP = 1
|
||||
|
||||
Reference in New Issue
Block a user