Merge branch 'release/CitizenRest06'
This commit is contained in:
@@ -545,7 +545,11 @@ namespace IOB_WIN_NEXT.IobRest
|
||||
/// <returns></returns>
|
||||
public override Dictionary<string, string> getDynData()
|
||||
{
|
||||
return RestDataLUT;
|
||||
var answ= RestDataLUT;
|
||||
// aggiungo DynData... calcolato come variazione pezzi e lampade...
|
||||
answ.Add("DYNDATA", $"G_{RestLutGet("gLamp")}#Y_{RestLutGet("yLamp")}#R_{RestLutGet("rLamp")}#PzReq_{RestLutGet("qtyReq")}#PzWrk_{RestLutGet("qtyWrk")}#PzTot_{RestLutGet("qtyTot")}");
|
||||
|
||||
return answ;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user