Commit 97feb74d authored by Dorchies David's avatar Dorchies David
Browse files

doc: Update thingsboard.R

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -11,8 +11,8 @@
#' @examples
#' \dontrun{
#' thingsboard_UploadTelemetry(
#' SGL_GrabAllVariables()$Data,
#' "http://domain.com/api/v1/my_access_token/telemetry"
#' "http://domain.com/api/v1/my_access_token/telemetry",
#' SGL_GrabAllVariables()$Data
#' )
#' }
thingsboard_UploadTelemetry <- function(URL, dfData) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment