Kaydet (Commit) d21f9f50 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix API values

Change-Id: I3a5890d8d46936b264510150ef0fa8ac79feb74d
üst fc3e8355
......@@ -16,13 +16,13 @@ constants ConditionEntryType
{
const long CONDITION = 0;
const long COLORSCALE = 0;
const long COLORSCALE = 1;
const long DATABAR = 0;
const long DATABAR = 2;
const long ICONSET = 0;
const long ICONSET = 3;
const long DATE = 0;
const long DATE = 4;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment