Skip to content

Commit 0456ea7

Browse files
authored
Support floodlight_pro (Floodlight Pro), update lpd_v2 = Pro 1, not Pro 2 (#18)
1 parent ca1412f commit 0456ea7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/apps/unofficial-ring-connect.groovy

+2-1
Original file line numberDiff line numberDiff line change
@@ -1818,12 +1818,13 @@ def isOAuthEnabled() {
18181818
"doorbell_v4": [name: "Ring Video Doorbell 2", driver: "Ring Virtual Camera", dingable: true],
18191819
"doorbell_v5": [name: "Ring Video Doorbell 2", driver: "Ring Virtual Camera", dingable: true],
18201820
"doorbell": [name: "Ring Video Doorbell", driver: "Ring Virtual Camera", dingable: true],
1821+
"floodlight_pro": [name: "Ring Floodlight Cam Wired Pro", driver: "Ring Virtual Light with Siren", dingable: true],
18211822
"floodlight_v2": [name: "Ring Floodlight Cam Wired", driver: "Ring Virtual Light with Siren", dingable: true],
18221823
"hp_cam_v1": [name: "Ring Floodlight Cam", driver: "Ring Virtual Light with Siren", dingable: true],
18231824
"hp_cam_v2": [name: "Ring Spotlight Cam Wired", driver: "Ring Virtual Light with Siren", dingable: true],
18241825
"jbox_v1": [name: "Ring Video Doorbell Elite", driver: "Ring Virtual Camera", dingable: true],
18251826
"lpd_v1": [name: "Ring Video Doorbell Pro", driver: "Ring Virtual Camera", dingable: true],
1826-
"lpd_v2": [name: "Ring Video Doorbell Pro 2", driver: "Ring Virtual Camera", dingable: true],
1827+
"lpd_v2": [name: "Ring Video Doorbell Pro", driver: "Ring Virtual Camera", dingable: true],
18271828
"lpd_v4": [name: "Ring Video Doorbell Pro 2", driver: "Ring Virtual Camera", dingable: true],
18281829
"spotlightw_v2": [name: "Ring Spotlight Cam Wired", driver: "Ring Virtual Light with Siren", dingable: true],
18291830
"stickup_cam_elite": [name: "Ring Stick Up Cam Wired", driver: "Ring Virtual Camera with Siren", dingable: true],

0 commit comments

Comments
 (0)