Cockpit Variable

A Cockpit Variable is represented as a JSON Object as shown in the following example.  

{
            "Description": "Test Cockpit Variable",
            "CounterAbsolute": 0,
            "Name": "Test Cockpit Variable",
            "Counter10Minutes": 0,
            "Counter30Minutes": 0,
            "CounterDay": 0,
            "MinValue": null,
            "ID": 191,
            "LastCall": null,
            "MaxBGColor": "#0000CD",
            "CounterWeek": 0,
            "ReadWriteFlag": 0,
            "MaxValue": null,
            "InitValue": "0",
            "Counter15Minutes": 0,
            "CounterHour": 0,
            "Type": 3,
            "CounterMonth": 0,
            "Counter5Minutes": 0,
            "CounterMinute": 0,
            "ClientsID": 1,
            "Value": "100",
            "IsVisible": 1,
            "MinBGColor": "#FFD700",
            "dtLastModified": "2022-01-04T13:31:59.435002Z"
}
  • No labels