ll_get_devices_cloud_info: Get general device information

ll_get_devices_cloud_infoR Documentation

Get general device information

Description

Get information from the particle cloud about devices.

Usage

ll_get_devices_cloud_info(
  devices = ll_get_devices(group_id = group_id, con = con),
  include_unregistered = FALSE,
  group_id = default(group_id),
  con = default(con),
  access_token = default(access_token),
  convert_to_TZ = Sys.timezone(),
  quiet = default(quiet)
)

Arguments

devices

data frame with devices for which to get cloud info, by default all devices associated with the group

include_unregistered

whether to provide cloud info for devices that are not registered in the database (no by default)

access_token

the access token for the accout

particle_id

the ID(s) of the particle device(s)

Value

nested data frame (converted from JSON)


KopfLab/lablogger documentation built on July 6, 2023, 12:03 a.m.