Go to documentation repository
...
| Code Block | ||
|---|---|---|
| ||
function GetParam(param: String) : String |
...
| Code Block | ||
|---|---|---|
| ||
if (Event.SourceType == "CAM")
{
var msg = Event.Clone();
if (msg.GetParam("slaveAxxonNet_id") == "WS3")
{
msg.SetParam("slaveAxxonNet_id", "Computer");
NotifyEvent(msg);
}
} |