From 0456ea79fe93319923b8c90a8d19fb7600ad553e Mon Sep 17 00:00:00 2001 From: Samuel Yun Date: Tue, 21 Dec 2021 20:46:22 -0800 Subject: [PATCH] Support floodlight_pro (Floodlight Pro), update lpd_v2 = Pro 1, not Pro 2 (#18) --- src/apps/unofficial-ring-connect.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/unofficial-ring-connect.groovy b/src/apps/unofficial-ring-connect.groovy index f57d6ec..d5b7ae7 100644 --- a/src/apps/unofficial-ring-connect.groovy +++ b/src/apps/unofficial-ring-connect.groovy @@ -1818,12 +1818,13 @@ def isOAuthEnabled() { "doorbell_v4": [name: "Ring Video Doorbell 2", driver: "Ring Virtual Camera", dingable: true], "doorbell_v5": [name: "Ring Video Doorbell 2", driver: "Ring Virtual Camera", dingable: true], "doorbell": [name: "Ring Video Doorbell", driver: "Ring Virtual Camera", dingable: true], + "floodlight_pro": [name: "Ring Floodlight Cam Wired Pro", driver: "Ring Virtual Light with Siren", dingable: true], "floodlight_v2": [name: "Ring Floodlight Cam Wired", driver: "Ring Virtual Light with Siren", dingable: true], "hp_cam_v1": [name: "Ring Floodlight Cam", driver: "Ring Virtual Light with Siren", dingable: true], "hp_cam_v2": [name: "Ring Spotlight Cam Wired", driver: "Ring Virtual Light with Siren", dingable: true], "jbox_v1": [name: "Ring Video Doorbell Elite", driver: "Ring Virtual Camera", dingable: true], "lpd_v1": [name: "Ring Video Doorbell Pro", driver: "Ring Virtual Camera", dingable: true], - "lpd_v2": [name: "Ring Video Doorbell Pro 2", driver: "Ring Virtual Camera", dingable: true], + "lpd_v2": [name: "Ring Video Doorbell Pro", driver: "Ring Virtual Camera", dingable: true], "lpd_v4": [name: "Ring Video Doorbell Pro 2", driver: "Ring Virtual Camera", dingable: true], "spotlightw_v2": [name: "Ring Spotlight Cam Wired", driver: "Ring Virtual Light with Siren", dingable: true], "stickup_cam_elite": [name: "Ring Stick Up Cam Wired", driver: "Ring Virtual Camera with Siren", dingable: true],