fixed bug that would cause casting error if ctlVal in server implementation is of type AnalogueValue

pull/11/head
Stefan Feuerhahn 7 years ago
parent a03e1b29ba
commit 23a4715f65

@ -1128,7 +1128,7 @@ final class ServerAssociation {
if (fcModelNodeCopy.fc == Fc.CO) {
// TODO timeactivate operate
fcModelNodeCopy = (BasicDataAttribute) fcModelNodeCopy.getChild("ctlVal");
fcModelNodeCopy = (FcModelNode) fcModelNodeCopy.getChild("ctlVal");
// TODO write origin and ctlNum if they exist
}
else {

Loading…
Cancel
Save