-
Type: Dev Task
-
Status: Done (View Workflow)
-
Resolution: Done
-
Fix Version/s: None
-
Labels:None
-
Sprint:2021.R5 CloudLink Sprint 3
Previously, in the LiveLink to Radiant Pos integration we would look at the EventId (10188) to determine if it is a Operator Status message, which is the same case here in the JSON file.
But what the Radiant TLD (XML) file then also had, was a “status” flag, and that “status” flag could be one of the following:
OperatorClosed = 1
OperatorOpened = 2
OperatorSignedIn = 3
OperatorSignedOut = 4
Timothy suggested in another email that this should be the “subeventid”, but in all the files I’ve opened this value is always 0.