Devices API
In the Atlato Store, Devices API
(String)
.Example
Definitions
Device Data | Definition |
---|---|
message | The main message of fetched successfully. Using data type format is (String) . |
data | The main object containing the data packets. |
records | An array of objects, each representing a data packet from the device. |
appId | Specific your app id is (unique) . Using data type format is (Number) . |
deviceId | The (unique) identifier for the device (1) . This ID is used to reference the device within the system. Using data type format is (Number) . |
serial | The serial number of the device ("460264") , which is crucial for tracking and identifying the physical device. Using data type format is (String) . |
description | The description about device. Using data type format is (String) . |
simId | The (unique) identifier for the sim (1) . This ID is used to reference the device sim within the system. Using data type format is (Number) . |
description (Sim) | The description about device sim. Using data type format is (String) . |
serial (Sim) | The serial number of the sim ("460261") , which is crucial for tracking and identifying the physical device sim. Using data type format is (String) . |
sensorId | The (unique) identifier for the sensor (1) . This ID is used to reference the sensor within the system. Using data type format is (Number) . |
description (Sensor) | The description about device Sensor. Using data type format is (String) . |
serial (Sensor) | The serial number of the sensor ("460269") , which is crucial for tracking and identifying the physical device sensor. Using data type format is (String) . |
total | Total Record of data, Using data type format is (Number) . |
Modified at 2024-09-29 02:55:57