From ffc02f77ec62d9fd7fa8b0a139c1a714b3797dcc Mon Sep 17 00:00:00 2001 From: Santiago Zapata Date: Wed, 30 Apr 2025 22:59:29 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D[ENERGY-5]=20Allow=20using=20API=20?= =?UTF-8?q?label=20on=20setDashboardDevice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Ubidots.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ubidots.js b/src/Ubidots.js index 1a8077b..5ef372c 100644 --- a/src/Ubidots.js +++ b/src/Ubidots.js @@ -43,7 +43,7 @@ class Ubidots { /** * Set Dashboard Device - * @param {String} deviceId - Device id + * @param {String} deviceId - Numeric device id or API label (starting with ~) * @memberOf Ubidots */ setDashboardDevice(deviceId) {