GET api/Locations/{id}?subLevels={subLevels}&includeLatestReadings={includeLatestReadings}

Get a specific Location by ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the Location

integer

Required

subLevels

Levels to include under this object, as applicable. -1 (the default) returns all sublevels.

integer

Default value is -1

includeLatestReadings

Whether or not to fill underlying devices with log data

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

a Get Location Response

GetLocationsResponse
NameDescriptionTypeAdditional information
Locations

Array of Locations

Collection of LocationStruct

None.

Messages

Array of messages

Collection of Message

None.

ServerInformation

Relevant information regarding the Server

ServerInformation

None.

VersionInformation

Relevant information regarding the API's version

VersionInformation

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "Locations": [
    {
      "ID": 1,
      "Name": "sample string 2",
      "ClientID": 1,
      "ClientName": "sample string 3",
      "Notes": "sample string 4",
      "Latitude": 1.0,
      "Longitude": 1.0,
      "Networks": [
        {
          "ID": 1,
          "Name": "sample string 2",
          "LocationID": 1,
          "LocationName": "sample string 3",
          "Notes": "sample string 4",
          "Latitude": 1.0,
          "Longitude": 1.0,
          "NetworkTimeZone": "sample string 5",
          "QueueTimeOut": 1,
          "ScheduleQueueActive": true,
          "PerformNetworkReadings": true,
          "GatewayDN": 1,
          "CommsInterface": {
            "ID": 1,
            "Make": 0,
            "Model": "sample string 2",
            "UID": "sample string 3",
            "UIDType": 0,
            "CommsType": 0,
            "Address": "sample string 4",
            "Firmware1": "sample string 5",
            "Firmware2": "sample string 6",
            "Notes": "sample string 7",
            "GatewayID": 1,
            "GatewayName": "sample string 8",
            "Ping": true,
            "SIMCard": {
              "ID": 1,
              "SerialNumber": "sample string 2",
              "PhoneNumber": "sample string 3",
              "Plan": "sample string 4",
              "State": 0,
              "CommsInterfaceID": 1
            }
          },
          "DataNodes": [
            {
              "ID": 1,
              "Name": "sample string 2",
              "NetworkID": 3,
              "NetworkName": "sample string 4",
              "IsGatewayDN": true,
              "DataNodeNumber": 6,
              "Category": "sample string 7",
              "Notes": "sample string 8",
              "Latitude": 9.0,
              "Longitude": 10.0,
              "Standalone": true,
              "PerformNetworkReadings": true,
              "NetworkAddress": "sample string 13",
              "SerialNumberUser": "sample string 14",
              "SerialNumberManufacturer": "sample string 15",
              "IsActive": true,
              "EmergencyStopActive": true,
              "SchedulePollingInterval": 18,
              "LogPollingInterval": 19,
              "HardwareType": 20,
              "BootloaderType": 21,
              "BootloaderVersion": {
                "Major": 1,
                "Minor": 2,
                "Beta": true
              },
              "FirmwareVersion": {
                "Major": 1,
                "Minor": 2,
                "Hotfix": 3,
                "Beta": true,
                "CRC": "sample string 5"
              },
              "Devices": [
                {
                  "NodeChannel": 1,
                  "SerialNumber": "sample string 1",
                  "Type": 1,
                  "TypeName": "sample string 2",
                  "SignalType": 0,
                  "Controllable": true,
                  "Schedulable": true,
                  "Threshold": 1.0,
                  "ReadingOverride": "sample string 3",
                  "Specifications": "sample string 4",
                  "Latitude": 1.0,
                  "Longitude": 1.0,
                  "Code": "sample string 5",
                  "Allowance": 1,
                  "DefaultValidationBeforeSpan": "00:00:00.1234567",
                  "DefaultValidationBeforeLimit": 1,
                  "DefaultValidationBeforeID": 1,
                  "DefaultValidationBeforeEnable": true,
                  "DefaultValidationBeforeName": "sample string 6",
                  "DefaultValidationDuringSpan": "00:00:00.1234567",
                  "DefaultValidationDuringLimit": 1,
                  "DefaultValidationDuringID": 1,
                  "DefaultValidationDuringEnable": true,
                  "DefaultValidationDuringName": "sample string 7",
                  "DefaultValidationAfterSpan": "00:00:00.1234567",
                  "DefaultValidationAfterLimit": 1,
                  "DefaultValidationAfterID": 1,
                  "DefaultValidationAfterEnable": true,
                  "DefaultValidationAfterName": "sample string 8",
                  "ID": 9,
                  "Name": "sample string 10",
                  "Description": "sample string 11",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 12",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 13",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                },
                {
                  "NodeChannel": 1,
                  "SerialNumber": "sample string 1",
                  "Type": 1,
                  "TypeName": "sample string 2",
                  "SignalType": 0,
                  "Controllable": true,
                  "Schedulable": true,
                  "Threshold": 1.0,
                  "ReadingOverride": "sample string 3",
                  "Specifications": "sample string 4",
                  "Latitude": 1.0,
                  "Longitude": 1.0,
                  "Code": "sample string 5",
                  "Allowance": 1,
                  "DefaultValidationBeforeSpan": "00:00:00.1234567",
                  "DefaultValidationBeforeLimit": 1,
                  "DefaultValidationBeforeID": 1,
                  "DefaultValidationBeforeEnable": true,
                  "DefaultValidationBeforeName": "sample string 6",
                  "DefaultValidationDuringSpan": "00:00:00.1234567",
                  "DefaultValidationDuringLimit": 1,
                  "DefaultValidationDuringID": 1,
                  "DefaultValidationDuringEnable": true,
                  "DefaultValidationDuringName": "sample string 7",
                  "DefaultValidationAfterSpan": "00:00:00.1234567",
                  "DefaultValidationAfterLimit": 1,
                  "DefaultValidationAfterID": 1,
                  "DefaultValidationAfterEnable": true,
                  "DefaultValidationAfterName": "sample string 8",
                  "ID": 9,
                  "Name": "sample string 10",
                  "Description": "sample string 11",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 12",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 13",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                }
              ],
              "CalculatedDevices": [
                {
                  "DisplayIndex": 1,
                  "Type": 10,
                  "TypeName": "Sum",
                  "Timescale": true,
                  "Option": "sample string 1",
                  "CustomPeriodStart": "2025-11-09T21:33:42.2934703+10:00",
                  "CustomPeriodEnd": "2025-11-09T21:33:42.2934703+10:00",
                  "EquationID": 1,
                  "EquationName": "sample string 2",
                  "EquationDescription": "sample string 3",
                  "Equation": "sample string 4",
                  "Valid": true,
                  "Hidden": true,
                  "Items": [
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    },
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    }
                  ],
                  "ID": 6,
                  "Name": "sample string 7",
                  "Description": "sample string 8",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 9",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 10",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                },
                {
                  "DisplayIndex": 1,
                  "Type": 10,
                  "TypeName": "Sum",
                  "Timescale": true,
                  "Option": "sample string 1",
                  "CustomPeriodStart": "2025-11-09T21:33:42.2934703+10:00",
                  "CustomPeriodEnd": "2025-11-09T21:33:42.2934703+10:00",
                  "EquationID": 1,
                  "EquationName": "sample string 2",
                  "EquationDescription": "sample string 3",
                  "Equation": "sample string 4",
                  "Valid": true,
                  "Hidden": true,
                  "Items": [
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    },
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    }
                  ],
                  "ID": 6,
                  "Name": "sample string 7",
                  "Description": "sample string 8",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 9",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 10",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                }
              ],
              "ConfiguredAlerts": [
                {
                  "ID": 1,
                  "Enabled": true,
                  "Name": "sample string 3",
                  "Description": "sample string 4",
                  "AlertType": 0,
                  "MaxRepeats": 5,
                  "WaitTime": 6,
                  "OwnerID": 7,
                  "OwnerType": 10,
                  "Type": 0,
                  "CheckInControlled": true
                },
                {
                  "ID": 1,
                  "Enabled": true,
                  "Name": "sample string 3",
                  "Description": "sample string 4",
                  "AlertType": 0,
                  "MaxRepeats": 5,
                  "WaitTime": 6,
                  "OwnerID": 7,
                  "OwnerType": 10,
                  "Type": 0,
                  "CheckInControlled": true
                }
              ]
            },
            {
              "ID": 1,
              "Name": "sample string 2",
              "NetworkID": 3,
              "NetworkName": "sample string 4",
              "IsGatewayDN": true,
              "DataNodeNumber": 6,
              "Category": "sample string 7",
              "Notes": "sample string 8",
              "Latitude": 9.0,
              "Longitude": 10.0,
              "Standalone": true,
              "PerformNetworkReadings": true,
              "NetworkAddress": "sample string 13",
              "SerialNumberUser": "sample string 14",
              "SerialNumberManufacturer": "sample string 15",
              "IsActive": true,
              "EmergencyStopActive": true,
              "SchedulePollingInterval": 18,
              "LogPollingInterval": 19,
              "HardwareType": 20,
              "BootloaderType": 21,
              "BootloaderVersion": {
                "Major": 1,
                "Minor": 2,
                "Beta": true
              },
              "FirmwareVersion": {
                "Major": 1,
                "Minor": 2,
                "Hotfix": 3,
                "Beta": true,
                "CRC": "sample string 5"
              },
              "Devices": [
                {
                  "NodeChannel": 1,
                  "SerialNumber": "sample string 1",
                  "Type": 1,
                  "TypeName": "sample string 2",
                  "SignalType": 0,
                  "Controllable": true,
                  "Schedulable": true,
                  "Threshold": 1.0,
                  "ReadingOverride": "sample string 3",
                  "Specifications": "sample string 4",
                  "Latitude": 1.0,
                  "Longitude": 1.0,
                  "Code": "sample string 5",
                  "Allowance": 1,
                  "DefaultValidationBeforeSpan": "00:00:00.1234567",
                  "DefaultValidationBeforeLimit": 1,
                  "DefaultValidationBeforeID": 1,
                  "DefaultValidationBeforeEnable": true,
                  "DefaultValidationBeforeName": "sample string 6",
                  "DefaultValidationDuringSpan": "00:00:00.1234567",
                  "DefaultValidationDuringLimit": 1,
                  "DefaultValidationDuringID": 1,
                  "DefaultValidationDuringEnable": true,
                  "DefaultValidationDuringName": "sample string 7",
                  "DefaultValidationAfterSpan": "00:00:00.1234567",
                  "DefaultValidationAfterLimit": 1,
                  "DefaultValidationAfterID": 1,
                  "DefaultValidationAfterEnable": true,
                  "DefaultValidationAfterName": "sample string 8",
                  "ID": 9,
                  "Name": "sample string 10",
                  "Description": "sample string 11",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 12",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 13",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                },
                {
                  "NodeChannel": 1,
                  "SerialNumber": "sample string 1",
                  "Type": 1,
                  "TypeName": "sample string 2",
                  "SignalType": 0,
                  "Controllable": true,
                  "Schedulable": true,
                  "Threshold": 1.0,
                  "ReadingOverride": "sample string 3",
                  "Specifications": "sample string 4",
                  "Latitude": 1.0,
                  "Longitude": 1.0,
                  "Code": "sample string 5",
                  "Allowance": 1,
                  "DefaultValidationBeforeSpan": "00:00:00.1234567",
                  "DefaultValidationBeforeLimit": 1,
                  "DefaultValidationBeforeID": 1,
                  "DefaultValidationBeforeEnable": true,
                  "DefaultValidationBeforeName": "sample string 6",
                  "DefaultValidationDuringSpan": "00:00:00.1234567",
                  "DefaultValidationDuringLimit": 1,
                  "DefaultValidationDuringID": 1,
                  "DefaultValidationDuringEnable": true,
                  "DefaultValidationDuringName": "sample string 7",
                  "DefaultValidationAfterSpan": "00:00:00.1234567",
                  "DefaultValidationAfterLimit": 1,
                  "DefaultValidationAfterID": 1,
                  "DefaultValidationAfterEnable": true,
                  "DefaultValidationAfterName": "sample string 8",
                  "ID": 9,
                  "Name": "sample string 10",
                  "Description": "sample string 11",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 12",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 13",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                }
              ],
              "CalculatedDevices": [
                {
                  "DisplayIndex": 1,
                  "Type": 10,
                  "TypeName": "Sum",
                  "Timescale": true,
                  "Option": "sample string 1",
                  "CustomPeriodStart": "2025-11-09T21:33:42.2934703+10:00",
                  "CustomPeriodEnd": "2025-11-09T21:33:42.2934703+10:00",
                  "EquationID": 1,
                  "EquationName": "sample string 2",
                  "EquationDescription": "sample string 3",
                  "Equation": "sample string 4",
                  "Valid": true,
                  "Hidden": true,
                  "Items": [
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    },
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    }
                  ],
                  "ID": 6,
                  "Name": "sample string 7",
                  "Description": "sample string 8",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 9",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 10",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                },
                {
                  "DisplayIndex": 1,
                  "Type": 10,
                  "TypeName": "Sum",
                  "Timescale": true,
                  "Option": "sample string 1",
                  "CustomPeriodStart": "2025-11-09T21:33:42.2934703+10:00",
                  "CustomPeriodEnd": "2025-11-09T21:33:42.2934703+10:00",
                  "EquationID": 1,
                  "EquationName": "sample string 2",
                  "EquationDescription": "sample string 3",
                  "Equation": "sample string 4",
                  "Valid": true,
                  "Hidden": true,
                  "Items": [
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    },
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    }
                  ],
                  "ID": 6,
                  "Name": "sample string 7",
                  "Description": "sample string 8",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 9",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 10",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                }
              ],
              "ConfiguredAlerts": [
                {
                  "ID": 1,
                  "Enabled": true,
                  "Name": "sample string 3",
                  "Description": "sample string 4",
                  "AlertType": 0,
                  "MaxRepeats": 5,
                  "WaitTime": 6,
                  "OwnerID": 7,
                  "OwnerType": 10,
                  "Type": 0,
                  "CheckInControlled": true
                },
                {
                  "ID": 1,
                  "Enabled": true,
                  "Name": "sample string 3",
                  "Description": "sample string 4",
                  "AlertType": 0,
                  "MaxRepeats": 5,
                  "WaitTime": 6,
                  "OwnerID": 7,
                  "OwnerType": 10,
                  "Type": 0,
                  "CheckInControlled": true
                }
              ]
            }
          ],
          "ConfiguredAlerts": [
            {
              "ID": 1,
              "Enabled": true,
              "Name": "sample string 3",
              "Description": "sample string 4",
              "AlertType": 0,
              "MaxRepeats": 5,
              "WaitTime": 6,
              "OwnerID": 7,
              "OwnerType": 10,
              "Type": 0,
              "CheckInControlled": true
            },
            {
              "ID": 1,
              "Enabled": true,
              "Name": "sample string 3",
              "Description": "sample string 4",
              "AlertType": 0,
              "MaxRepeats": 5,
              "WaitTime": 6,
              "OwnerID": 7,
              "OwnerType": 10,
              "Type": 0,
              "CheckInControlled": true
            }
          ]
        },
        {
          "ID": 1,
          "Name": "sample string 2",
          "LocationID": 1,
          "LocationName": "sample string 3",
          "Notes": "sample string 4",
          "Latitude": 1.0,
          "Longitude": 1.0,
          "NetworkTimeZone": "sample string 5",
          "QueueTimeOut": 1,
          "ScheduleQueueActive": true,
          "PerformNetworkReadings": true,
          "GatewayDN": 1,
          "CommsInterface": {
            "ID": 1,
            "Make": 0,
            "Model": "sample string 2",
            "UID": "sample string 3",
            "UIDType": 0,
            "CommsType": 0,
            "Address": "sample string 4",
            "Firmware1": "sample string 5",
            "Firmware2": "sample string 6",
            "Notes": "sample string 7",
            "GatewayID": 1,
            "GatewayName": "sample string 8",
            "Ping": true,
            "SIMCard": {
              "ID": 1,
              "SerialNumber": "sample string 2",
              "PhoneNumber": "sample string 3",
              "Plan": "sample string 4",
              "State": 0,
              "CommsInterfaceID": 1
            }
          },
          "DataNodes": [
            {
              "ID": 1,
              "Name": "sample string 2",
              "NetworkID": 3,
              "NetworkName": "sample string 4",
              "IsGatewayDN": true,
              "DataNodeNumber": 6,
              "Category": "sample string 7",
              "Notes": "sample string 8",
              "Latitude": 9.0,
              "Longitude": 10.0,
              "Standalone": true,
              "PerformNetworkReadings": true,
              "NetworkAddress": "sample string 13",
              "SerialNumberUser": "sample string 14",
              "SerialNumberManufacturer": "sample string 15",
              "IsActive": true,
              "EmergencyStopActive": true,
              "SchedulePollingInterval": 18,
              "LogPollingInterval": 19,
              "HardwareType": 20,
              "BootloaderType": 21,
              "BootloaderVersion": {
                "Major": 1,
                "Minor": 2,
                "Beta": true
              },
              "FirmwareVersion": {
                "Major": 1,
                "Minor": 2,
                "Hotfix": 3,
                "Beta": true,
                "CRC": "sample string 5"
              },
              "Devices": [
                {
                  "NodeChannel": 1,
                  "SerialNumber": "sample string 1",
                  "Type": 1,
                  "TypeName": "sample string 2",
                  "SignalType": 0,
                  "Controllable": true,
                  "Schedulable": true,
                  "Threshold": 1.0,
                  "ReadingOverride": "sample string 3",
                  "Specifications": "sample string 4",
                  "Latitude": 1.0,
                  "Longitude": 1.0,
                  "Code": "sample string 5",
                  "Allowance": 1,
                  "DefaultValidationBeforeSpan": "00:00:00.1234567",
                  "DefaultValidationBeforeLimit": 1,
                  "DefaultValidationBeforeID": 1,
                  "DefaultValidationBeforeEnable": true,
                  "DefaultValidationBeforeName": "sample string 6",
                  "DefaultValidationDuringSpan": "00:00:00.1234567",
                  "DefaultValidationDuringLimit": 1,
                  "DefaultValidationDuringID": 1,
                  "DefaultValidationDuringEnable": true,
                  "DefaultValidationDuringName": "sample string 7",
                  "DefaultValidationAfterSpan": "00:00:00.1234567",
                  "DefaultValidationAfterLimit": 1,
                  "DefaultValidationAfterID": 1,
                  "DefaultValidationAfterEnable": true,
                  "DefaultValidationAfterName": "sample string 8",
                  "ID": 9,
                  "Name": "sample string 10",
                  "Description": "sample string 11",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 12",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 13",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                },
                {
                  "NodeChannel": 1,
                  "SerialNumber": "sample string 1",
                  "Type": 1,
                  "TypeName": "sample string 2",
                  "SignalType": 0,
                  "Controllable": true,
                  "Schedulable": true,
                  "Threshold": 1.0,
                  "ReadingOverride": "sample string 3",
                  "Specifications": "sample string 4",
                  "Latitude": 1.0,
                  "Longitude": 1.0,
                  "Code": "sample string 5",
                  "Allowance": 1,
                  "DefaultValidationBeforeSpan": "00:00:00.1234567",
                  "DefaultValidationBeforeLimit": 1,
                  "DefaultValidationBeforeID": 1,
                  "DefaultValidationBeforeEnable": true,
                  "DefaultValidationBeforeName": "sample string 6",
                  "DefaultValidationDuringSpan": "00:00:00.1234567",
                  "DefaultValidationDuringLimit": 1,
                  "DefaultValidationDuringID": 1,
                  "DefaultValidationDuringEnable": true,
                  "DefaultValidationDuringName": "sample string 7",
                  "DefaultValidationAfterSpan": "00:00:00.1234567",
                  "DefaultValidationAfterLimit": 1,
                  "DefaultValidationAfterID": 1,
                  "DefaultValidationAfterEnable": true,
                  "DefaultValidationAfterName": "sample string 8",
                  "ID": 9,
                  "Name": "sample string 10",
                  "Description": "sample string 11",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 12",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 13",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                }
              ],
              "CalculatedDevices": [
                {
                  "DisplayIndex": 1,
                  "Type": 10,
                  "TypeName": "Sum",
                  "Timescale": true,
                  "Option": "sample string 1",
                  "CustomPeriodStart": "2025-11-09T21:33:42.2934703+10:00",
                  "CustomPeriodEnd": "2025-11-09T21:33:42.2934703+10:00",
                  "EquationID": 1,
                  "EquationName": "sample string 2",
                  "EquationDescription": "sample string 3",
                  "Equation": "sample string 4",
                  "Valid": true,
                  "Hidden": true,
                  "Items": [
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    },
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    }
                  ],
                  "ID": 6,
                  "Name": "sample string 7",
                  "Description": "sample string 8",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 9",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 10",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                },
                {
                  "DisplayIndex": 1,
                  "Type": 10,
                  "TypeName": "Sum",
                  "Timescale": true,
                  "Option": "sample string 1",
                  "CustomPeriodStart": "2025-11-09T21:33:42.2934703+10:00",
                  "CustomPeriodEnd": "2025-11-09T21:33:42.2934703+10:00",
                  "EquationID": 1,
                  "EquationName": "sample string 2",
                  "EquationDescription": "sample string 3",
                  "Equation": "sample string 4",
                  "Valid": true,
                  "Hidden": true,
                  "Items": [
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    },
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    }
                  ],
                  "ID": 6,
                  "Name": "sample string 7",
                  "Description": "sample string 8",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 9",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 10",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                }
              ],
              "ConfiguredAlerts": [
                {
                  "ID": 1,
                  "Enabled": true,
                  "Name": "sample string 3",
                  "Description": "sample string 4",
                  "AlertType": 0,
                  "MaxRepeats": 5,
                  "WaitTime": 6,
                  "OwnerID": 7,
                  "OwnerType": 10,
                  "Type": 0,
                  "CheckInControlled": true
                },
                {
                  "ID": 1,
                  "Enabled": true,
                  "Name": "sample string 3",
                  "Description": "sample string 4",
                  "AlertType": 0,
                  "MaxRepeats": 5,
                  "WaitTime": 6,
                  "OwnerID": 7,
                  "OwnerType": 10,
                  "Type": 0,
                  "CheckInControlled": true
                }
              ]
            },
            {
              "ID": 1,
              "Name": "sample string 2",
              "NetworkID": 3,
              "NetworkName": "sample string 4",
              "IsGatewayDN": true,
              "DataNodeNumber": 6,
              "Category": "sample string 7",
              "Notes": "sample string 8",
              "Latitude": 9.0,
              "Longitude": 10.0,
              "Standalone": true,
              "PerformNetworkReadings": true,
              "NetworkAddress": "sample string 13",
              "SerialNumberUser": "sample string 14",
              "SerialNumberManufacturer": "sample string 15",
              "IsActive": true,
              "EmergencyStopActive": true,
              "SchedulePollingInterval": 18,
              "LogPollingInterval": 19,
              "HardwareType": 20,
              "BootloaderType": 21,
              "BootloaderVersion": {
                "Major": 1,
                "Minor": 2,
                "Beta": true
              },
              "FirmwareVersion": {
                "Major": 1,
                "Minor": 2,
                "Hotfix": 3,
                "Beta": true,
                "CRC": "sample string 5"
              },
              "Devices": [
                {
                  "NodeChannel": 1,
                  "SerialNumber": "sample string 1",
                  "Type": 1,
                  "TypeName": "sample string 2",
                  "SignalType": 0,
                  "Controllable": true,
                  "Schedulable": true,
                  "Threshold": 1.0,
                  "ReadingOverride": "sample string 3",
                  "Specifications": "sample string 4",
                  "Latitude": 1.0,
                  "Longitude": 1.0,
                  "Code": "sample string 5",
                  "Allowance": 1,
                  "DefaultValidationBeforeSpan": "00:00:00.1234567",
                  "DefaultValidationBeforeLimit": 1,
                  "DefaultValidationBeforeID": 1,
                  "DefaultValidationBeforeEnable": true,
                  "DefaultValidationBeforeName": "sample string 6",
                  "DefaultValidationDuringSpan": "00:00:00.1234567",
                  "DefaultValidationDuringLimit": 1,
                  "DefaultValidationDuringID": 1,
                  "DefaultValidationDuringEnable": true,
                  "DefaultValidationDuringName": "sample string 7",
                  "DefaultValidationAfterSpan": "00:00:00.1234567",
                  "DefaultValidationAfterLimit": 1,
                  "DefaultValidationAfterID": 1,
                  "DefaultValidationAfterEnable": true,
                  "DefaultValidationAfterName": "sample string 8",
                  "ID": 9,
                  "Name": "sample string 10",
                  "Description": "sample string 11",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 12",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 13",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                },
                {
                  "NodeChannel": 1,
                  "SerialNumber": "sample string 1",
                  "Type": 1,
                  "TypeName": "sample string 2",
                  "SignalType": 0,
                  "Controllable": true,
                  "Schedulable": true,
                  "Threshold": 1.0,
                  "ReadingOverride": "sample string 3",
                  "Specifications": "sample string 4",
                  "Latitude": 1.0,
                  "Longitude": 1.0,
                  "Code": "sample string 5",
                  "Allowance": 1,
                  "DefaultValidationBeforeSpan": "00:00:00.1234567",
                  "DefaultValidationBeforeLimit": 1,
                  "DefaultValidationBeforeID": 1,
                  "DefaultValidationBeforeEnable": true,
                  "DefaultValidationBeforeName": "sample string 6",
                  "DefaultValidationDuringSpan": "00:00:00.1234567",
                  "DefaultValidationDuringLimit": 1,
                  "DefaultValidationDuringID": 1,
                  "DefaultValidationDuringEnable": true,
                  "DefaultValidationDuringName": "sample string 7",
                  "DefaultValidationAfterSpan": "00:00:00.1234567",
                  "DefaultValidationAfterLimit": 1,
                  "DefaultValidationAfterID": 1,
                  "DefaultValidationAfterEnable": true,
                  "DefaultValidationAfterName": "sample string 8",
                  "ID": 9,
                  "Name": "sample string 10",
                  "Description": "sample string 11",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 12",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 13",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                }
              ],
              "CalculatedDevices": [
                {
                  "DisplayIndex": 1,
                  "Type": 10,
                  "TypeName": "Sum",
                  "Timescale": true,
                  "Option": "sample string 1",
                  "CustomPeriodStart": "2025-11-09T21:33:42.2934703+10:00",
                  "CustomPeriodEnd": "2025-11-09T21:33:42.2934703+10:00",
                  "EquationID": 1,
                  "EquationName": "sample string 2",
                  "EquationDescription": "sample string 3",
                  "Equation": "sample string 4",
                  "Valid": true,
                  "Hidden": true,
                  "Items": [
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    },
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    }
                  ],
                  "ID": 6,
                  "Name": "sample string 7",
                  "Description": "sample string 8",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 9",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 10",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                },
                {
                  "DisplayIndex": 1,
                  "Type": 10,
                  "TypeName": "Sum",
                  "Timescale": true,
                  "Option": "sample string 1",
                  "CustomPeriodStart": "2025-11-09T21:33:42.2934703+10:00",
                  "CustomPeriodEnd": "2025-11-09T21:33:42.2934703+10:00",
                  "EquationID": 1,
                  "EquationName": "sample string 2",
                  "EquationDescription": "sample string 3",
                  "Equation": "sample string 4",
                  "Valid": true,
                  "Hidden": true,
                  "Items": [
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    },
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    }
                  ],
                  "ID": 6,
                  "Name": "sample string 7",
                  "Description": "sample string 8",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 9",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 10",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                }
              ],
              "ConfiguredAlerts": [
                {
                  "ID": 1,
                  "Enabled": true,
                  "Name": "sample string 3",
                  "Description": "sample string 4",
                  "AlertType": 0,
                  "MaxRepeats": 5,
                  "WaitTime": 6,
                  "OwnerID": 7,
                  "OwnerType": 10,
                  "Type": 0,
                  "CheckInControlled": true
                },
                {
                  "ID": 1,
                  "Enabled": true,
                  "Name": "sample string 3",
                  "Description": "sample string 4",
                  "AlertType": 0,
                  "MaxRepeats": 5,
                  "WaitTime": 6,
                  "OwnerID": 7,
                  "OwnerType": 10,
                  "Type": 0,
                  "CheckInControlled": true
                }
              ]
            }
          ],
          "ConfiguredAlerts": [
            {
              "ID": 1,
              "Enabled": true,
              "Name": "sample string 3",
              "Description": "sample string 4",
              "AlertType": 0,
              "MaxRepeats": 5,
              "WaitTime": 6,
              "OwnerID": 7,
              "OwnerType": 10,
              "Type": 0,
              "CheckInControlled": true
            },
            {
              "ID": 1,
              "Enabled": true,
              "Name": "sample string 3",
              "Description": "sample string 4",
              "AlertType": 0,
              "MaxRepeats": 5,
              "WaitTime": 6,
              "OwnerID": 7,
              "OwnerType": 10,
              "Type": 0,
              "CheckInControlled": true
            }
          ]
        }
      ],
      "ConfiguredAlerts": [
        {
          "ID": 1,
          "Enabled": true,
          "Name": "sample string 3",
          "Description": "sample string 4",
          "AlertType": 0,
          "MaxRepeats": 5,
          "WaitTime": 6,
          "OwnerID": 7,
          "OwnerType": 10,
          "Type": 0,
          "CheckInControlled": true
        },
        {
          "ID": 1,
          "Enabled": true,
          "Name": "sample string 3",
          "Description": "sample string 4",
          "AlertType": 0,
          "MaxRepeats": 5,
          "WaitTime": 6,
          "OwnerID": 7,
          "OwnerType": 10,
          "Type": 0,
          "CheckInControlled": true
        }
      ]
    },
    {
      "ID": 1,
      "Name": "sample string 2",
      "ClientID": 1,
      "ClientName": "sample string 3",
      "Notes": "sample string 4",
      "Latitude": 1.0,
      "Longitude": 1.0,
      "Networks": [
        {
          "ID": 1,
          "Name": "sample string 2",
          "LocationID": 1,
          "LocationName": "sample string 3",
          "Notes": "sample string 4",
          "Latitude": 1.0,
          "Longitude": 1.0,
          "NetworkTimeZone": "sample string 5",
          "QueueTimeOut": 1,
          "ScheduleQueueActive": true,
          "PerformNetworkReadings": true,
          "GatewayDN": 1,
          "CommsInterface": {
            "ID": 1,
            "Make": 0,
            "Model": "sample string 2",
            "UID": "sample string 3",
            "UIDType": 0,
            "CommsType": 0,
            "Address": "sample string 4",
            "Firmware1": "sample string 5",
            "Firmware2": "sample string 6",
            "Notes": "sample string 7",
            "GatewayID": 1,
            "GatewayName": "sample string 8",
            "Ping": true,
            "SIMCard": {
              "ID": 1,
              "SerialNumber": "sample string 2",
              "PhoneNumber": "sample string 3",
              "Plan": "sample string 4",
              "State": 0,
              "CommsInterfaceID": 1
            }
          },
          "DataNodes": [
            {
              "ID": 1,
              "Name": "sample string 2",
              "NetworkID": 3,
              "NetworkName": "sample string 4",
              "IsGatewayDN": true,
              "DataNodeNumber": 6,
              "Category": "sample string 7",
              "Notes": "sample string 8",
              "Latitude": 9.0,
              "Longitude": 10.0,
              "Standalone": true,
              "PerformNetworkReadings": true,
              "NetworkAddress": "sample string 13",
              "SerialNumberUser": "sample string 14",
              "SerialNumberManufacturer": "sample string 15",
              "IsActive": true,
              "EmergencyStopActive": true,
              "SchedulePollingInterval": 18,
              "LogPollingInterval": 19,
              "HardwareType": 20,
              "BootloaderType": 21,
              "BootloaderVersion": {
                "Major": 1,
                "Minor": 2,
                "Beta": true
              },
              "FirmwareVersion": {
                "Major": 1,
                "Minor": 2,
                "Hotfix": 3,
                "Beta": true,
                "CRC": "sample string 5"
              },
              "Devices": [
                {
                  "NodeChannel": 1,
                  "SerialNumber": "sample string 1",
                  "Type": 1,
                  "TypeName": "sample string 2",
                  "SignalType": 0,
                  "Controllable": true,
                  "Schedulable": true,
                  "Threshold": 1.0,
                  "ReadingOverride": "sample string 3",
                  "Specifications": "sample string 4",
                  "Latitude": 1.0,
                  "Longitude": 1.0,
                  "Code": "sample string 5",
                  "Allowance": 1,
                  "DefaultValidationBeforeSpan": "00:00:00.1234567",
                  "DefaultValidationBeforeLimit": 1,
                  "DefaultValidationBeforeID": 1,
                  "DefaultValidationBeforeEnable": true,
                  "DefaultValidationBeforeName": "sample string 6",
                  "DefaultValidationDuringSpan": "00:00:00.1234567",
                  "DefaultValidationDuringLimit": 1,
                  "DefaultValidationDuringID": 1,
                  "DefaultValidationDuringEnable": true,
                  "DefaultValidationDuringName": "sample string 7",
                  "DefaultValidationAfterSpan": "00:00:00.1234567",
                  "DefaultValidationAfterLimit": 1,
                  "DefaultValidationAfterID": 1,
                  "DefaultValidationAfterEnable": true,
                  "DefaultValidationAfterName": "sample string 8",
                  "ID": 9,
                  "Name": "sample string 10",
                  "Description": "sample string 11",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 12",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 13",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                },
                {
                  "NodeChannel": 1,
                  "SerialNumber": "sample string 1",
                  "Type": 1,
                  "TypeName": "sample string 2",
                  "SignalType": 0,
                  "Controllable": true,
                  "Schedulable": true,
                  "Threshold": 1.0,
                  "ReadingOverride": "sample string 3",
                  "Specifications": "sample string 4",
                  "Latitude": 1.0,
                  "Longitude": 1.0,
                  "Code": "sample string 5",
                  "Allowance": 1,
                  "DefaultValidationBeforeSpan": "00:00:00.1234567",
                  "DefaultValidationBeforeLimit": 1,
                  "DefaultValidationBeforeID": 1,
                  "DefaultValidationBeforeEnable": true,
                  "DefaultValidationBeforeName": "sample string 6",
                  "DefaultValidationDuringSpan": "00:00:00.1234567",
                  "DefaultValidationDuringLimit": 1,
                  "DefaultValidationDuringID": 1,
                  "DefaultValidationDuringEnable": true,
                  "DefaultValidationDuringName": "sample string 7",
                  "DefaultValidationAfterSpan": "00:00:00.1234567",
                  "DefaultValidationAfterLimit": 1,
                  "DefaultValidationAfterID": 1,
                  "DefaultValidationAfterEnable": true,
                  "DefaultValidationAfterName": "sample string 8",
                  "ID": 9,
                  "Name": "sample string 10",
                  "Description": "sample string 11",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 12",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 13",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                }
              ],
              "CalculatedDevices": [
                {
                  "DisplayIndex": 1,
                  "Type": 10,
                  "TypeName": "Sum",
                  "Timescale": true,
                  "Option": "sample string 1",
                  "CustomPeriodStart": "2025-11-09T21:33:42.2934703+10:00",
                  "CustomPeriodEnd": "2025-11-09T21:33:42.2934703+10:00",
                  "EquationID": 1,
                  "EquationName": "sample string 2",
                  "EquationDescription": "sample string 3",
                  "Equation": "sample string 4",
                  "Valid": true,
                  "Hidden": true,
                  "Items": [
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    },
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    }
                  ],
                  "ID": 6,
                  "Name": "sample string 7",
                  "Description": "sample string 8",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 9",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 10",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                },
                {
                  "DisplayIndex": 1,
                  "Type": 10,
                  "TypeName": "Sum",
                  "Timescale": true,
                  "Option": "sample string 1",
                  "CustomPeriodStart": "2025-11-09T21:33:42.2934703+10:00",
                  "CustomPeriodEnd": "2025-11-09T21:33:42.2934703+10:00",
                  "EquationID": 1,
                  "EquationName": "sample string 2",
                  "EquationDescription": "sample string 3",
                  "Equation": "sample string 4",
                  "Valid": true,
                  "Hidden": true,
                  "Items": [
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    },
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    }
                  ],
                  "ID": 6,
                  "Name": "sample string 7",
                  "Description": "sample string 8",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 9",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 10",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                }
              ],
              "ConfiguredAlerts": [
                {
                  "ID": 1,
                  "Enabled": true,
                  "Name": "sample string 3",
                  "Description": "sample string 4",
                  "AlertType": 0,
                  "MaxRepeats": 5,
                  "WaitTime": 6,
                  "OwnerID": 7,
                  "OwnerType": 10,
                  "Type": 0,
                  "CheckInControlled": true
                },
                {
                  "ID": 1,
                  "Enabled": true,
                  "Name": "sample string 3",
                  "Description": "sample string 4",
                  "AlertType": 0,
                  "MaxRepeats": 5,
                  "WaitTime": 6,
                  "OwnerID": 7,
                  "OwnerType": 10,
                  "Type": 0,
                  "CheckInControlled": true
                }
              ]
            },
            {
              "ID": 1,
              "Name": "sample string 2",
              "NetworkID": 3,
              "NetworkName": "sample string 4",
              "IsGatewayDN": true,
              "DataNodeNumber": 6,
              "Category": "sample string 7",
              "Notes": "sample string 8",
              "Latitude": 9.0,
              "Longitude": 10.0,
              "Standalone": true,
              "PerformNetworkReadings": true,
              "NetworkAddress": "sample string 13",
              "SerialNumberUser": "sample string 14",
              "SerialNumberManufacturer": "sample string 15",
              "IsActive": true,
              "EmergencyStopActive": true,
              "SchedulePollingInterval": 18,
              "LogPollingInterval": 19,
              "HardwareType": 20,
              "BootloaderType": 21,
              "BootloaderVersion": {
                "Major": 1,
                "Minor": 2,
                "Beta": true
              },
              "FirmwareVersion": {
                "Major": 1,
                "Minor": 2,
                "Hotfix": 3,
                "Beta": true,
                "CRC": "sample string 5"
              },
              "Devices": [
                {
                  "NodeChannel": 1,
                  "SerialNumber": "sample string 1",
                  "Type": 1,
                  "TypeName": "sample string 2",
                  "SignalType": 0,
                  "Controllable": true,
                  "Schedulable": true,
                  "Threshold": 1.0,
                  "ReadingOverride": "sample string 3",
                  "Specifications": "sample string 4",
                  "Latitude": 1.0,
                  "Longitude": 1.0,
                  "Code": "sample string 5",
                  "Allowance": 1,
                  "DefaultValidationBeforeSpan": "00:00:00.1234567",
                  "DefaultValidationBeforeLimit": 1,
                  "DefaultValidationBeforeID": 1,
                  "DefaultValidationBeforeEnable": true,
                  "DefaultValidationBeforeName": "sample string 6",
                  "DefaultValidationDuringSpan": "00:00:00.1234567",
                  "DefaultValidationDuringLimit": 1,
                  "DefaultValidationDuringID": 1,
                  "DefaultValidationDuringEnable": true,
                  "DefaultValidationDuringName": "sample string 7",
                  "DefaultValidationAfterSpan": "00:00:00.1234567",
                  "DefaultValidationAfterLimit": 1,
                  "DefaultValidationAfterID": 1,
                  "DefaultValidationAfterEnable": true,
                  "DefaultValidationAfterName": "sample string 8",
                  "ID": 9,
                  "Name": "sample string 10",
                  "Description": "sample string 11",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 12",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 13",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                },
                {
                  "NodeChannel": 1,
                  "SerialNumber": "sample string 1",
                  "Type": 1,
                  "TypeName": "sample string 2",
                  "SignalType": 0,
                  "Controllable": true,
                  "Schedulable": true,
                  "Threshold": 1.0,
                  "ReadingOverride": "sample string 3",
                  "Specifications": "sample string 4",
                  "Latitude": 1.0,
                  "Longitude": 1.0,
                  "Code": "sample string 5",
                  "Allowance": 1,
                  "DefaultValidationBeforeSpan": "00:00:00.1234567",
                  "DefaultValidationBeforeLimit": 1,
                  "DefaultValidationBeforeID": 1,
                  "DefaultValidationBeforeEnable": true,
                  "DefaultValidationBeforeName": "sample string 6",
                  "DefaultValidationDuringSpan": "00:00:00.1234567",
                  "DefaultValidationDuringLimit": 1,
                  "DefaultValidationDuringID": 1,
                  "DefaultValidationDuringEnable": true,
                  "DefaultValidationDuringName": "sample string 7",
                  "DefaultValidationAfterSpan": "00:00:00.1234567",
                  "DefaultValidationAfterLimit": 1,
                  "DefaultValidationAfterID": 1,
                  "DefaultValidationAfterEnable": true,
                  "DefaultValidationAfterName": "sample string 8",
                  "ID": 9,
                  "Name": "sample string 10",
                  "Description": "sample string 11",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 12",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 13",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                }
              ],
              "CalculatedDevices": [
                {
                  "DisplayIndex": 1,
                  "Type": 10,
                  "TypeName": "Sum",
                  "Timescale": true,
                  "Option": "sample string 1",
                  "CustomPeriodStart": "2025-11-09T21:33:42.2934703+10:00",
                  "CustomPeriodEnd": "2025-11-09T21:33:42.2934703+10:00",
                  "EquationID": 1,
                  "EquationName": "sample string 2",
                  "EquationDescription": "sample string 3",
                  "Equation": "sample string 4",
                  "Valid": true,
                  "Hidden": true,
                  "Items": [
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    },
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    }
                  ],
                  "ID": 6,
                  "Name": "sample string 7",
                  "Description": "sample string 8",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 9",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 10",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                },
                {
                  "DisplayIndex": 1,
                  "Type": 10,
                  "TypeName": "Sum",
                  "Timescale": true,
                  "Option": "sample string 1",
                  "CustomPeriodStart": "2025-11-09T21:33:42.2934703+10:00",
                  "CustomPeriodEnd": "2025-11-09T21:33:42.2934703+10:00",
                  "EquationID": 1,
                  "EquationName": "sample string 2",
                  "EquationDescription": "sample string 3",
                  "Equation": "sample string 4",
                  "Valid": true,
                  "Hidden": true,
                  "Items": [
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    },
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    }
                  ],
                  "ID": 6,
                  "Name": "sample string 7",
                  "Description": "sample string 8",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 9",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 10",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                }
              ],
              "ConfiguredAlerts": [
                {
                  "ID": 1,
                  "Enabled": true,
                  "Name": "sample string 3",
                  "Description": "sample string 4",
                  "AlertType": 0,
                  "MaxRepeats": 5,
                  "WaitTime": 6,
                  "OwnerID": 7,
                  "OwnerType": 10,
                  "Type": 0,
                  "CheckInControlled": true
                },
                {
                  "ID": 1,
                  "Enabled": true,
                  "Name": "sample string 3",
                  "Description": "sample string 4",
                  "AlertType": 0,
                  "MaxRepeats": 5,
                  "WaitTime": 6,
                  "OwnerID": 7,
                  "OwnerType": 10,
                  "Type": 0,
                  "CheckInControlled": true
                }
              ]
            }
          ],
          "ConfiguredAlerts": [
            {
              "ID": 1,
              "Enabled": true,
              "Name": "sample string 3",
              "Description": "sample string 4",
              "AlertType": 0,
              "MaxRepeats": 5,
              "WaitTime": 6,
              "OwnerID": 7,
              "OwnerType": 10,
              "Type": 0,
              "CheckInControlled": true
            },
            {
              "ID": 1,
              "Enabled": true,
              "Name": "sample string 3",
              "Description": "sample string 4",
              "AlertType": 0,
              "MaxRepeats": 5,
              "WaitTime": 6,
              "OwnerID": 7,
              "OwnerType": 10,
              "Type": 0,
              "CheckInControlled": true
            }
          ]
        },
        {
          "ID": 1,
          "Name": "sample string 2",
          "LocationID": 1,
          "LocationName": "sample string 3",
          "Notes": "sample string 4",
          "Latitude": 1.0,
          "Longitude": 1.0,
          "NetworkTimeZone": "sample string 5",
          "QueueTimeOut": 1,
          "ScheduleQueueActive": true,
          "PerformNetworkReadings": true,
          "GatewayDN": 1,
          "CommsInterface": {
            "ID": 1,
            "Make": 0,
            "Model": "sample string 2",
            "UID": "sample string 3",
            "UIDType": 0,
            "CommsType": 0,
            "Address": "sample string 4",
            "Firmware1": "sample string 5",
            "Firmware2": "sample string 6",
            "Notes": "sample string 7",
            "GatewayID": 1,
            "GatewayName": "sample string 8",
            "Ping": true,
            "SIMCard": {
              "ID": 1,
              "SerialNumber": "sample string 2",
              "PhoneNumber": "sample string 3",
              "Plan": "sample string 4",
              "State": 0,
              "CommsInterfaceID": 1
            }
          },
          "DataNodes": [
            {
              "ID": 1,
              "Name": "sample string 2",
              "NetworkID": 3,
              "NetworkName": "sample string 4",
              "IsGatewayDN": true,
              "DataNodeNumber": 6,
              "Category": "sample string 7",
              "Notes": "sample string 8",
              "Latitude": 9.0,
              "Longitude": 10.0,
              "Standalone": true,
              "PerformNetworkReadings": true,
              "NetworkAddress": "sample string 13",
              "SerialNumberUser": "sample string 14",
              "SerialNumberManufacturer": "sample string 15",
              "IsActive": true,
              "EmergencyStopActive": true,
              "SchedulePollingInterval": 18,
              "LogPollingInterval": 19,
              "HardwareType": 20,
              "BootloaderType": 21,
              "BootloaderVersion": {
                "Major": 1,
                "Minor": 2,
                "Beta": true
              },
              "FirmwareVersion": {
                "Major": 1,
                "Minor": 2,
                "Hotfix": 3,
                "Beta": true,
                "CRC": "sample string 5"
              },
              "Devices": [
                {
                  "NodeChannel": 1,
                  "SerialNumber": "sample string 1",
                  "Type": 1,
                  "TypeName": "sample string 2",
                  "SignalType": 0,
                  "Controllable": true,
                  "Schedulable": true,
                  "Threshold": 1.0,
                  "ReadingOverride": "sample string 3",
                  "Specifications": "sample string 4",
                  "Latitude": 1.0,
                  "Longitude": 1.0,
                  "Code": "sample string 5",
                  "Allowance": 1,
                  "DefaultValidationBeforeSpan": "00:00:00.1234567",
                  "DefaultValidationBeforeLimit": 1,
                  "DefaultValidationBeforeID": 1,
                  "DefaultValidationBeforeEnable": true,
                  "DefaultValidationBeforeName": "sample string 6",
                  "DefaultValidationDuringSpan": "00:00:00.1234567",
                  "DefaultValidationDuringLimit": 1,
                  "DefaultValidationDuringID": 1,
                  "DefaultValidationDuringEnable": true,
                  "DefaultValidationDuringName": "sample string 7",
                  "DefaultValidationAfterSpan": "00:00:00.1234567",
                  "DefaultValidationAfterLimit": 1,
                  "DefaultValidationAfterID": 1,
                  "DefaultValidationAfterEnable": true,
                  "DefaultValidationAfterName": "sample string 8",
                  "ID": 9,
                  "Name": "sample string 10",
                  "Description": "sample string 11",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 12",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 13",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                },
                {
                  "NodeChannel": 1,
                  "SerialNumber": "sample string 1",
                  "Type": 1,
                  "TypeName": "sample string 2",
                  "SignalType": 0,
                  "Controllable": true,
                  "Schedulable": true,
                  "Threshold": 1.0,
                  "ReadingOverride": "sample string 3",
                  "Specifications": "sample string 4",
                  "Latitude": 1.0,
                  "Longitude": 1.0,
                  "Code": "sample string 5",
                  "Allowance": 1,
                  "DefaultValidationBeforeSpan": "00:00:00.1234567",
                  "DefaultValidationBeforeLimit": 1,
                  "DefaultValidationBeforeID": 1,
                  "DefaultValidationBeforeEnable": true,
                  "DefaultValidationBeforeName": "sample string 6",
                  "DefaultValidationDuringSpan": "00:00:00.1234567",
                  "DefaultValidationDuringLimit": 1,
                  "DefaultValidationDuringID": 1,
                  "DefaultValidationDuringEnable": true,
                  "DefaultValidationDuringName": "sample string 7",
                  "DefaultValidationAfterSpan": "00:00:00.1234567",
                  "DefaultValidationAfterLimit": 1,
                  "DefaultValidationAfterID": 1,
                  "DefaultValidationAfterEnable": true,
                  "DefaultValidationAfterName": "sample string 8",
                  "ID": 9,
                  "Name": "sample string 10",
                  "Description": "sample string 11",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 12",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 13",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                }
              ],
              "CalculatedDevices": [
                {
                  "DisplayIndex": 1,
                  "Type": 10,
                  "TypeName": "Sum",
                  "Timescale": true,
                  "Option": "sample string 1",
                  "CustomPeriodStart": "2025-11-09T21:33:42.2934703+10:00",
                  "CustomPeriodEnd": "2025-11-09T21:33:42.2934703+10:00",
                  "EquationID": 1,
                  "EquationName": "sample string 2",
                  "EquationDescription": "sample string 3",
                  "Equation": "sample string 4",
                  "Valid": true,
                  "Hidden": true,
                  "Items": [
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    },
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    }
                  ],
                  "ID": 6,
                  "Name": "sample string 7",
                  "Description": "sample string 8",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 9",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 10",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                },
                {
                  "DisplayIndex": 1,
                  "Type": 10,
                  "TypeName": "Sum",
                  "Timescale": true,
                  "Option": "sample string 1",
                  "CustomPeriodStart": "2025-11-09T21:33:42.2934703+10:00",
                  "CustomPeriodEnd": "2025-11-09T21:33:42.2934703+10:00",
                  "EquationID": 1,
                  "EquationName": "sample string 2",
                  "EquationDescription": "sample string 3",
                  "Equation": "sample string 4",
                  "Valid": true,
                  "Hidden": true,
                  "Items": [
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    },
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    }
                  ],
                  "ID": 6,
                  "Name": "sample string 7",
                  "Description": "sample string 8",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 9",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 10",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                }
              ],
              "ConfiguredAlerts": [
                {
                  "ID": 1,
                  "Enabled": true,
                  "Name": "sample string 3",
                  "Description": "sample string 4",
                  "AlertType": 0,
                  "MaxRepeats": 5,
                  "WaitTime": 6,
                  "OwnerID": 7,
                  "OwnerType": 10,
                  "Type": 0,
                  "CheckInControlled": true
                },
                {
                  "ID": 1,
                  "Enabled": true,
                  "Name": "sample string 3",
                  "Description": "sample string 4",
                  "AlertType": 0,
                  "MaxRepeats": 5,
                  "WaitTime": 6,
                  "OwnerID": 7,
                  "OwnerType": 10,
                  "Type": 0,
                  "CheckInControlled": true
                }
              ]
            },
            {
              "ID": 1,
              "Name": "sample string 2",
              "NetworkID": 3,
              "NetworkName": "sample string 4",
              "IsGatewayDN": true,
              "DataNodeNumber": 6,
              "Category": "sample string 7",
              "Notes": "sample string 8",
              "Latitude": 9.0,
              "Longitude": 10.0,
              "Standalone": true,
              "PerformNetworkReadings": true,
              "NetworkAddress": "sample string 13",
              "SerialNumberUser": "sample string 14",
              "SerialNumberManufacturer": "sample string 15",
              "IsActive": true,
              "EmergencyStopActive": true,
              "SchedulePollingInterval": 18,
              "LogPollingInterval": 19,
              "HardwareType": 20,
              "BootloaderType": 21,
              "BootloaderVersion": {
                "Major": 1,
                "Minor": 2,
                "Beta": true
              },
              "FirmwareVersion": {
                "Major": 1,
                "Minor": 2,
                "Hotfix": 3,
                "Beta": true,
                "CRC": "sample string 5"
              },
              "Devices": [
                {
                  "NodeChannel": 1,
                  "SerialNumber": "sample string 1",
                  "Type": 1,
                  "TypeName": "sample string 2",
                  "SignalType": 0,
                  "Controllable": true,
                  "Schedulable": true,
                  "Threshold": 1.0,
                  "ReadingOverride": "sample string 3",
                  "Specifications": "sample string 4",
                  "Latitude": 1.0,
                  "Longitude": 1.0,
                  "Code": "sample string 5",
                  "Allowance": 1,
                  "DefaultValidationBeforeSpan": "00:00:00.1234567",
                  "DefaultValidationBeforeLimit": 1,
                  "DefaultValidationBeforeID": 1,
                  "DefaultValidationBeforeEnable": true,
                  "DefaultValidationBeforeName": "sample string 6",
                  "DefaultValidationDuringSpan": "00:00:00.1234567",
                  "DefaultValidationDuringLimit": 1,
                  "DefaultValidationDuringID": 1,
                  "DefaultValidationDuringEnable": true,
                  "DefaultValidationDuringName": "sample string 7",
                  "DefaultValidationAfterSpan": "00:00:00.1234567",
                  "DefaultValidationAfterLimit": 1,
                  "DefaultValidationAfterID": 1,
                  "DefaultValidationAfterEnable": true,
                  "DefaultValidationAfterName": "sample string 8",
                  "ID": 9,
                  "Name": "sample string 10",
                  "Description": "sample string 11",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 12",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 13",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                },
                {
                  "NodeChannel": 1,
                  "SerialNumber": "sample string 1",
                  "Type": 1,
                  "TypeName": "sample string 2",
                  "SignalType": 0,
                  "Controllable": true,
                  "Schedulable": true,
                  "Threshold": 1.0,
                  "ReadingOverride": "sample string 3",
                  "Specifications": "sample string 4",
                  "Latitude": 1.0,
                  "Longitude": 1.0,
                  "Code": "sample string 5",
                  "Allowance": 1,
                  "DefaultValidationBeforeSpan": "00:00:00.1234567",
                  "DefaultValidationBeforeLimit": 1,
                  "DefaultValidationBeforeID": 1,
                  "DefaultValidationBeforeEnable": true,
                  "DefaultValidationBeforeName": "sample string 6",
                  "DefaultValidationDuringSpan": "00:00:00.1234567",
                  "DefaultValidationDuringLimit": 1,
                  "DefaultValidationDuringID": 1,
                  "DefaultValidationDuringEnable": true,
                  "DefaultValidationDuringName": "sample string 7",
                  "DefaultValidationAfterSpan": "00:00:00.1234567",
                  "DefaultValidationAfterLimit": 1,
                  "DefaultValidationAfterID": 1,
                  "DefaultValidationAfterEnable": true,
                  "DefaultValidationAfterName": "sample string 8",
                  "ID": 9,
                  "Name": "sample string 10",
                  "Description": "sample string 11",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 12",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 13",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                }
              ],
              "CalculatedDevices": [
                {
                  "DisplayIndex": 1,
                  "Type": 10,
                  "TypeName": "Sum",
                  "Timescale": true,
                  "Option": "sample string 1",
                  "CustomPeriodStart": "2025-11-09T21:33:42.2934703+10:00",
                  "CustomPeriodEnd": "2025-11-09T21:33:42.2934703+10:00",
                  "EquationID": 1,
                  "EquationName": "sample string 2",
                  "EquationDescription": "sample string 3",
                  "Equation": "sample string 4",
                  "Valid": true,
                  "Hidden": true,
                  "Items": [
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    },
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    }
                  ],
                  "ID": 6,
                  "Name": "sample string 7",
                  "Description": "sample string 8",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 9",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 10",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                },
                {
                  "DisplayIndex": 1,
                  "Type": 10,
                  "TypeName": "Sum",
                  "Timescale": true,
                  "Option": "sample string 1",
                  "CustomPeriodStart": "2025-11-09T21:33:42.2934703+10:00",
                  "CustomPeriodEnd": "2025-11-09T21:33:42.2934703+10:00",
                  "EquationID": 1,
                  "EquationName": "sample string 2",
                  "EquationDescription": "sample string 3",
                  "Equation": "sample string 4",
                  "Valid": true,
                  "Hidden": true,
                  "Items": [
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    },
                    {
                      "ID": 1,
                      "Name": "sample string 2",
                      "ShortName": "sample string 3",
                      "Value": 1.0,
                      "Type": 0,
                      "Validation": 0,
                      "Option": 0,
                      "DeviceID": 1,
                      "DeviceName": "sample string 4",
                      "DisplayIndex": 1
                    }
                  ],
                  "ID": 6,
                  "Name": "sample string 7",
                  "Description": "sample string 8",
                  "DataNodeID": 1,
                  "DataNodeName": "sample string 9",
                  "DecimalPlaces": 1,
                  "ReadingType": 1,
                  "ReadingUnitType": 1,
                  "Category": "sample string 10",
                  "Reading": {
                    "DelayFromStart": 1,
                    "TimeToRun": 2,
                    "LastReading": "2025-11-09T21:33:42.2934703+10:00",
                    "Type": 4,
                    "Units": 5,
                    "Value": "1.0",
                    "NumericalValue": 1.0,
                    "Notes": "sample string 6"
                  },
                  "ReadingMinValue": 1.0,
                  "ReadingMaxValue": 1.0,
                  "Lifespan": 1,
                  "BandActionsEnabled": true,
                  "ReadingValueBands": [
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    },
                    {
                      "ID": 1,
                      "DisplayIndex": 2,
                      "Description": "sample string 3",
                      "BottomValue": 4.0,
                      "TopValue": 5.0,
                      "Color": "sample string 6",
                      "AlertTriggerType": 0,
                      "AlertType": 0,
                      "AlertResendWaitTime": 7,
                      "MaxAlertRepeat": 8,
                      "OtherAlertTriggerValue": "sample string 9",
                      "AutoAcknowledge": true,
                      "NotifyAcknowledge": true,
                      "ActionType": 0,
                      "ActionTargetType": 10,
                      "ActionTargetID": 12,
                      "ActionValue": 13.0,
                      "AlertCountRequired": 14
                    }
                  ],
                  "ConfiguredAlerts": [
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    },
                    {
                      "ID": 1,
                      "Enabled": true,
                      "Name": "sample string 3",
                      "Description": "sample string 4",
                      "AlertType": 0,
                      "MaxRepeats": 5,
                      "WaitTime": 6,
                      "OwnerID": 7,
                      "OwnerType": 10,
                      "Type": 0,
                      "CheckInControlled": true
                    }
                  ]
                }
              ],
              "ConfiguredAlerts": [
                {
                  "ID": 1,
                  "Enabled": true,
                  "Name": "sample string 3",
                  "Description": "sample string 4",
                  "AlertType": 0,
                  "MaxRepeats": 5,
                  "WaitTime": 6,
                  "OwnerID": 7,
                  "OwnerType": 10,
                  "Type": 0,
                  "CheckInControlled": true
                },
                {
                  "ID": 1,
                  "Enabled": true,
                  "Name": "sample string 3",
                  "Description": "sample string 4",
                  "AlertType": 0,
                  "MaxRepeats": 5,
                  "WaitTime": 6,
                  "OwnerID": 7,
                  "OwnerType": 10,
                  "Type": 0,
                  "CheckInControlled": true
                }
              ]
            }
          ],
          "ConfiguredAlerts": [
            {
              "ID": 1,
              "Enabled": true,
              "Name": "sample string 3",
              "Description": "sample string 4",
              "AlertType": 0,
              "MaxRepeats": 5,
              "WaitTime": 6,
              "OwnerID": 7,
              "OwnerType": 10,
              "Type": 0,
              "CheckInControlled": true
            },
            {
              "ID": 1,
              "Enabled": true,
              "Name": "sample string 3",
              "Description": "sample string 4",
              "AlertType": 0,
              "MaxRepeats": 5,
              "WaitTime": 6,
              "OwnerID": 7,
              "OwnerType": 10,
              "Type": 0,
              "CheckInControlled": true
            }
          ]
        }
      ],
      "ConfiguredAlerts": [
        {
          "ID": 1,
          "Enabled": true,
          "Name": "sample string 3",
          "Description": "sample string 4",
          "AlertType": 0,
          "MaxRepeats": 5,
          "WaitTime": 6,
          "OwnerID": 7,
          "OwnerType": 10,
          "Type": 0,
          "CheckInControlled": true
        },
        {
          "ID": 1,
          "Enabled": true,
          "Name": "sample string 3",
          "Description": "sample string 4",
          "AlertType": 0,
          "MaxRepeats": 5,
          "WaitTime": 6,
          "OwnerID": 7,
          "OwnerType": 10,
          "Type": 0,
          "CheckInControlled": true
        }
      ]
    }
  ],
  "Messages": [
    {
      "Severity": 0,
      "MessageCode": 1,
      "CodeDesc": 2,
      "MessageText": "sample string 3",
      "RecordNumber": 4
    },
    {
      "Severity": 0,
      "MessageCode": 1,
      "CodeDesc": 2,
      "MessageText": "sample string 3",
      "RecordNumber": 4
    }
  ],
  "ServerInformation": {
    "CurrentTimeUTC": "2025-11-09T21:33:42.2934703+10:00",
    "BuildDateUTC": "2025-11-09T21:33:42.2934703+10:00"
  },
  "VersionInformation": {
    "Major": 1,
    "Minor": 8,
    "Hotfix": 0,
    "Beta": true,
    "Version": "1.8.0.BETA"
  }
}