Skip to contents

Retrieve data from a sensor on a device

Usage

data_sensor(deviceId, sensor, time = NULL, timeMax = NULL)

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

Value

a tibble.