GenesisMeter: - default for region, LutCrc, MeterSize
This commit is contained in:
parent
07f2d97b91
commit
9621bcf253
@ -233,16 +233,16 @@ namespace Xylem.Common.Hardware.WaterMeter.Genesis.GenesisCore
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public String LutCrc
|
||||
{
|
||||
protected set; get;
|
||||
}
|
||||
public String LutCrc {
|
||||
protected set;
|
||||
get;
|
||||
} = "?";
|
||||
|
||||
/// <inheritdoc />
|
||||
public String MeterSize
|
||||
{
|
||||
protected set; get;
|
||||
}
|
||||
public String MeterSize {
|
||||
protected set;
|
||||
get;
|
||||
} = "?";
|
||||
|
||||
/// <inheritdoc />
|
||||
public Boolean InterfaceSupportsFwVersion
|
||||
@ -252,10 +252,10 @@ namespace Xylem.Common.Hardware.WaterMeter.Genesis.GenesisCore
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public String Region
|
||||
{
|
||||
protected set; get;
|
||||
}
|
||||
public String Region {
|
||||
protected set;
|
||||
get;
|
||||
} = "?";
|
||||
|
||||
/// <inheritdoc />
|
||||
public String MeterLength
|
||||
|
||||
Loading…
Reference in New Issue
Block a user