devices_properties | R Documentation |
List properties associated to a given device
devices_properties_list( device_id, show_deleted = FALSE, store_token = "option", token = NULL, silent = FALSE )
device_id |
The id of the device |
show_deleted |
If |
store_token |
Where your token is stored. If |
token |
A valid token created with |
silent |
Whether to hide or show API method success messages (default |
Official documentation: devicesV2GetProperties
A tibble showing the information about properties for given device.
## Not run: library(dplyr) Sys.setenv(ARDUINO_API_CLIENT_ID = 'INSERT CLIENT_ID HERE') Sys.setenv(ARDUINO_API_CLIENT_SECRET = 'INSERT CLIENT_SECRET HERE') create_auth_token() device_id = "fa7ee291-8dc8-4713-92c7-9027969e4aa1" ### check properties list ### devices_properties_list(device_id = device_id) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.