Data from sensor
data_sensor.RdRetrieve data from a sensor on a device
Arguments
- deviceId
integer. A device identification code (id).
- sensor
integer. A sensor code, as informed on
device_sensors().- time
character. Start date and time. If not provided, the function will return data from the last day. Use the format
day/month/year hour:minute:second. Example:20/09/2024 09:59:59- timeMax
character. End date and time. If not provided, the function will return data from the last day. Use the format
day/month/year hour:minute:second. Example:20/09/2024 09:59:59