Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
removed references to CUMULOCITY_device_id
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolotov committed Jan 5, 2020
1 parent 541cdc7 commit 667e34a
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 20 deletions.
2 changes: 0 additions & 2 deletions R/cumulocityr.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@
#' CUMULOCITY_base_url = "[tenant url]"
#' CUMULOCITY_usr = "[username]"
#' CUMULOCITY_pwd = "[password]"
#' CUMULOCITY_device_id = "[an example device id]"
#' }
#'
#' The tenant url should be of the form \code{"https://tenant_name.cumulocity.com"}.
#' \code{CUMULOCITY_device_id} is not required by any of the main functions.
#'
#' \code{.Renviron} can be edited with \code{usethis::edit_r_environ()}.
#'
Expand Down
7 changes: 3 additions & 4 deletions docs/articles/cumulocityr.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions docs/reference/cumulocityr-package.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/reference/get_devices.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions docs/reference/get_events.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions docs/reference/get_measurements.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions man/cumulocityr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions vignettes/cumulocityr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ The credentials are defined as follows:
CUMULOCITY_base_url = "[tenant url]"
CUMULOCITY_usr = "[username]"
CUMULOCITY_pwd = "[password]"
CUMULOCITY_device_id = "[an example device id]"
```

The tenant url should be of the form "https://tenant_name.cumulocity.com". `CUMULOCITY_device_id` is provided for convenience, but is not required by any of the main functions.
The tenant url should be of the form "https://tenant_name.cumulocity.com".

The file `.Renviron` can be edited with `usethis::edit_r_environ()`.

Expand Down

0 comments on commit 667e34a

Please sign in to comment.