From f5aa09b786d0afc603ce73d539ba134ecb8ebbb0 Mon Sep 17 00:00:00 2001 From: rstrouse <47839015+rstrouse@users.noreply.github.com> Date: Sat, 8 Jul 2023 15:22:23 -0700 Subject: [PATCH] Updated Integrations (markdown) --- Integrations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Integrations.md b/Integrations.md index 9b39b27..864c699 100644 --- a/Integrations.md +++ b/Integrations.md @@ -201,9 +201,9 @@ You can pass all 3 but ESPSomfy RTS will only authenticate using the applicable ```json { - pin: 1234 - username: myUser - password: myPassword + "pin": 1234 + "username": "myUser" + "password": "myPassword" } ```