Superfy Platform API Documentation


Update Specific Sensor API

Require Authentication

This API is used to update specific sensor for the company based on combination of deviceID and token.


URL

api/sensors/update/:sensorsID

Required parameter (in URL)

Required parameter (POST)

Optional parameter

Example JSON Payload

{
  "deviceID": "ABCD-EFGH-IJKL-MNOP",
  "token": "2b6f3fc034d61fcbb75e52a9aab0c819",
  "sensorName": "SensorName"
}

Possible return HTTP status code

Return message

{
  "status": "success",
  "message": {
    "sensorsID": 479,
    "sensorstokenID": 3,
    "sensorCompany": "SmartsensorNew",
    "sensorDeviceID": "aaaaaaaaaaaaaaab",
    "firmwareVersion": "",
    "sensorName": "SensorName",
    "isAllocated": "Y",
    "description": "",
    "heartbeatFrequency": 0,
    "companyID": 16,
    "createdDate": 1557290069,
    "updatedDate": 1692283615,
    "createdByUserID": 5,
    "updatedByUserID": 90,
    "connectivityType": "LORAWAN AS923",
    "simCardNumber": "",
    "connectivityProvider": "Actility",
    "encryption": "N",
    "latest_sensorsdata": {
      "sensorsdataID": 21547633,
      "sensorallocation": {
        "projectpinID": 1758,
        "projectID": 152,
        "projectName": "Zone 2",
        "projectgroupID": 0,
        "groupName": "",
        "iconType": "pintype",
        "iconID": 2,
        "iconURL": "https://dashboard.superfy.com/assets/images/icons/default/appsize/enclosure.png",
        "customlocationID": 0,
        "locationName": "",
        "pinAddress1": "",
        "pinAddress2": "",
        "pinCity": "",
        "pinState": "",
        "pinCountry": "",
        "pinZipCode": "",
        "latitude": -6.159944542411,
        "longitude": 106.80634114891,
        "name": "Designworks Test device",
        "description": "",
        "serialNumber": "",
        "assetTag": [
          {
              "pinstagsID": 65,
              "tags_text": "test tag param"
          },
          {
              "pinstagsID": 69,
              "tags_text": "Ualla"
          }
        ],
        "manufacturerID": 0,
        "manufacturerName": "",
        "createdDate": 1614829167,
        "creatorUserID": 90,
        "pinType": {
          "pintypeID": 134,
          "pinTypeName": "bb test",
          "iconType": "system",
          "iconID": 2,
          "iconURL": "2",
          "pinTypeDescription": "",
          "pinTypeImageOriginalName": "",
          "pinTypeImageURL": "",
          "manufacturerID": 0,
          "manufacturerName": "0",
          "pinTypeCreatedDate": 1591353799,
          "pinTypeCreatedByUserID": 90,
          "pinTypeModifiedDate": 1614829214,
          "pinTypeModifiedByUserID": 90,
          "depthWhenEmpty_cm": 20,
          "distanceSensorToFillLine_cm": 2,
          "total_projectpins": 33
        }
      },
      "sensorEventID": "",
      "sensorDeviceID": "aaaaaaaaaaaaaaab",
      "firmwareVersion": "",
      "headerMethod": "heartbeat",
      "reason": "SAMPLE_PERIOD",
      "temperatureExist": "Y",
      "temperatureValue": 720,
      "temperatureOkay": "N",
      "accelerometer_x": 0,
      "accelerometer_y": 0,
      "accelerometer_z": -0.649999976158,
      "ultrasoundExist": "Y",
      "ultrasound": 59,
      "batteryLevel": 100,
      "signalStrengthExist": "Y",
      "signalStrength_rssi_dbm": -93,
      "signalStrength_bitErrorRate": 0,
      "laserDistance1": 112,
      "laserDistance2": 118,
      "averageDistance": 96,
      "laserAverageDistance": 115,
      "timestampdata": 1673881939
    },
    "fillLevelSource": "laseravg"
  }
}

Note:
"latest_sensorsdata" may have null value if there is no latest sensor data.
"currentPinAllocated", "latest_sensorsdata", and "sensorallocation" might be null if there is no data