Skip to content

Commit

Permalink
Fix SFEB vmm6/7
Browse files Browse the repository at this point in the history
  • Loading branch information
ptzanis committed Feb 11, 2020
1 parent 269d8cf commit 08a0421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panels/objects/sca/SFEB.pnl
Original file line number Diff line number Diff line change
Expand Up @@ -878,14 +878,14 @@ void EP_textFieldIn()
{
dyn_errClass err;

if( !dpExists(returnValue()+\"/ai/vmmPdo7.temperature:_online.._value\"))
if( !dpExists(returnValue()+\"/ai/vmmPdo6.temperature:_online.._value\"))
{
setValue(\"\", \"color\", \"_dpdoesnotexist\");
return;
}

dpConnect(\"EP_textFieldInCB\",
returnValue()+\"/ai/vmmPdo7.temperature:_online.._value\");
returnValue()+\"/ai/vmmPdo6.temperature:_online.._value\");
err = getLastError();
if (dynlen(err) > 0)
setValue(\"\", \"color\", \"_dpdoesnotexist\");
Expand Down

0 comments on commit 08a0421

Please sign in to comment.