Syntax of updating the property VTQ
Hello,
To update the property VTQ on Thingworx platform using lua EMS is the following possible.
properties.propertyName={baseType="NUMBER", pushType="ALWAYS", value=0}
--To update on thingworx
local variableName = propertyName
properties.variableName.value = <someValue>
I tried it in different ways but it's giving me an error.
Thank You,
Naeem

