CTRL_Types: Fix SET value not encoded in message

Change-Id: I9e0132429265d03caa97af2b2f44eed0327f3200
This commit is contained in:
Pau Espin 2019-06-07 15:37:36 +02:00
parent 955491872e
commit 6bf6313e15
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ template CtrlMessage ts_CtrlMsgSet(CtrlId id, CtrlVariable variable, CtrlValue v
verb := "SET",
id := id,
variable := variable,
val := omit
val := val
}
}