Skip to content

Commit fc87d74

Browse files
committed
add: scopped homebridge-sharkiq
1 parent 99b608c commit fc87d74

9 files changed

+45
-5
lines changed

assets/plugins-v2.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

assets/plugins.json

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,18 @@
311311
"verified": true,
312312
"verifiedPlus": false
313313
},
314+
"@homebridge-plugins/homebridge-sharkiq": {
315+
"name": null,
316+
"hidden": false,
317+
"icon": "icons/homebridge-sharkiq.png",
318+
"maintained": true,
319+
"newScope": false,
320+
"scoped": "Bubba8291",
321+
"author": null,
322+
"changelog": null,
323+
"verified": true,
324+
"verifiedPlus": false
325+
},
314326
"@homebridge-plugins/homebridge-smarthq": {
315327
"name": null,
316328
"hidden": false,
@@ -371,6 +383,18 @@
371383
"verified": true,
372384
"verifiedPlus": false
373385
},
386+
"@homebridge-pluginshomebridge-sharkiq": {
387+
"name": null,
388+
"hidden": false,
389+
"icon": null,
390+
"maintained": false,
391+
"newScope": false,
392+
"scoped": false,
393+
"author": "Bubba8291",
394+
"changelog": null,
395+
"verified": false,
396+
"verifiedPlus": false
397+
},
374398
"@jdes/homebridge-tost-corp-somfy-rts-web": {
375399
"name": null,
376400
"hidden": false,
@@ -4699,10 +4723,14 @@
46994723
"name": null,
47004724
"hidden": false,
47014725
"icon": "icons/homebridge-sharkiq.png",
4702-
"maintained": false,
4703-
"newScope": false,
4726+
"maintained": true,
4727+
"newScope": {
4728+
"from": "homebridge-sharkiq",
4729+
"to": "@homebridge-plugins/homebridge-sharkiq",
4730+
"switch": "1.3.2"
4731+
},
47044732
"scoped": false,
4705-
"author": null,
4733+
"author": "Bubba8291",
47064734
"changelog": null,
47074735
"verified": true,
47084736
"verifiedPlus": false

assets/plugins.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

has-scope-plugins.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@
7979
"to": "@homebridge-plugins/homebridge-roomba",
8080
"switch": "1.5.3"
8181
},
82+
{
83+
"from": "homebridge-sharkiq",
84+
"to": "@homebridge-plugins/homebridge-sharkiq",
85+
"switch": "1.3.2"
86+
},
8287
{
8388
"from": "homebridge-tado-platform",
8489
"to": "@homebridge-plugins/homebridge-tado",

maintained-plugins.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@homebridge-plugins/homebridge-rainbird",
1616
"@homebridge-plugins/homebridge-resideo",
1717
"@homebridge-plugins/homebridge-roomba",
18+
"@homebridge-plugins/homebridge-sharkiq",
1819
"@homebridge-plugins/homebridge-smarthq",
1920
"@homebridge-plugins/homebridge-tado",
2021
"@homebridge-plugins/homebridge-unifi-network",
@@ -32,6 +33,7 @@
3233
"homebridge-noip",
3334
"homebridge-rainbird",
3435
"homebridge-resideo",
36+
"homebridge-sharkiq",
3537
"homebridge-tado-platform",
3638
"homebridge-thermobit",
3739
"homebridge-tp-link-powerline",

plugin-authors.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@
2020
"@homebridge-plugins/homebridge-unifi-network": "derek-miller",
2121
"@homebridge-plugins/homebridge-wattbox": "derek-miller",
2222
"@homebridge-plugins/homebridge-wemo": "bwp91",
23+
"@homebridge-pluginshomebridge-sharkiq": "Bubba8291",
2324
"homebridge-air": "donavanbecker",
2425
"homebridge-august": "donavanbecker",
2526
"homebridge-genie-aladdin-connect": "derek-miller",
2627
"homebridge-gsh": "NorthernMan54",
28+
"homebridge-sharkiq": "Bubba8291",
2729
"homebridge-smarthq": "donavanbecker",
2830
"homebridge-unifi-smartpower": "derek-miller",
2931
"homebridge-wattbox": "derek-miller"

plugin-icons.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@homebridge-plugins/homebridge-rainbird": "icons/homebridge-rainbird.png",
1818
"@homebridge-plugins/homebridge-resideo": "icons/homebridge-resideo.png",
1919
"@homebridge-plugins/homebridge-roomba": "icons/homebridge-roomba.png",
20+
"@homebridge-plugins/homebridge-sharkiq": "icons/homebridge-sharkiq.png",
2021
"@homebridge-plugins/homebridge-smarthq": "icons/homebridge-smarthq.png",
2122
"@homebridge-plugins/homebridge-tado": "icons/homebridge-tado.png",
2223
"@homebridge-plugins/homebridge-wemo": "icons/homebridge-wemo.png",

scoped-plugins.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@homebridge-plugins/homebridge-rainbird": "donavanbecker",
1616
"@homebridge-plugins/homebridge-resideo": "donavanbecker",
1717
"@homebridge-plugins/homebridge-roomba": "karlvr",
18+
"@homebridge-plugins/homebridge-sharkiq": "Bubba8291",
1819
"@homebridge-plugins/homebridge-smarthq": "donavanbecker",
1920
"@homebridge-plugins/homebridge-tado": "smart7324",
2021
"@homebridge-plugins/homebridge-unifi-network": "derek-miller",

verified-plugins.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@homebridge-plugins/homebridge-rainbird",
2626
"@homebridge-plugins/homebridge-resideo",
2727
"@homebridge-plugins/homebridge-roomba",
28+
"@homebridge-plugins/homebridge-sharkiq",
2829
"@homebridge-plugins/homebridge-smarthq",
2930
"@homebridge-plugins/homebridge-tado",
3031
"@homebridge-plugins/homebridge-unifi-network",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy