From 0814bc1aa900282aec35934ff57fbf1842c6d77c Mon Sep 17 00:00:00 2001 From: Marques Johansson Date: Tue, 25 May 2021 11:36:45 -0400 Subject: [PATCH] fix getDevices example in README fixes #29 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 958ffa4..2fc0d73 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ To make the documentation simpler and easier to read I'll put here comments on g `api.getProjects(projectId, id, parameters, callback);` #### Add Devices -`api.getDevices(projectId, device, callback);` +`api.getDevices(projectId, id, device, callback);` #### Update Devices `api.updateDevice(id, device, callback);`