Skip to content

Commit 4103c79

Browse files
authored
Merge pull request #50 from ShellyUSA/DanielWinks
Daniel winks
2 parents 48a86bc + 240ad40 commit 4103c79

File tree

9 files changed

+280
-81
lines changed

9 files changed

+280
-81
lines changed

ComponentDrivers/ShellyInputButtonComponent.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ metadata {
66
capability 'DoubleTapableButton' //doubleTapped - NUMBER
77
capability 'HoldableButton' //held - NUMBER
88
capability 'Refresh'
9-
9+
command 'tripleTap'
10+
attribute 'tripleTapped', 'number'
1011
attribute 'lastUpdated', 'string'
1112
}
1213
}

PackageManifests/ShellyWebhookDrivers/packageManifest.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,13 @@
142142
"location": "https://raw.githubusercontent.com/ShellyUSA/Hubitat-Drivers/master/WebhookWebsocket/ShellyButton1.groovy",
143143
"required": false
144144
},
145+
{
146+
"id": "972a5b8c-53c2-46e1-927b-9f12952d3e78",
147+
"name": "Shelly Dimmer 1 & 2",
148+
"namespace": "ShellyUSA",
149+
"location": "https://raw.githubusercontent.com/ShellyUSA/Hubitat-Drivers/master/WebhookWebsocket/ShellyDimmer2.groovy",
150+
"required": false
151+
},
145152
{
146153
"id": "2b2d10f3-c078-406f-aacf-936936d41a1d",
147154
"name": "Shelly Flood",
@@ -163,6 +170,13 @@
163170
"location": "https://raw.githubusercontent.com/ShellyUSA/Hubitat-Drivers/master/WebhookWebsocket/ShellyH%26T.groovy",
164171
"required": false
165172
},
173+
{
174+
"id": "81a5feb7-8c7a-4112-8db5-50377b922994",
175+
"name": "Shelly Motion",
176+
"namespace": "ShellyUSA",
177+
"location": "https://raw.githubusercontent.com/ShellyUSA/Hubitat-Drivers/master/WebhookWebsocket/ShellyMotion.groovy",
178+
"required": false
179+
},
166180
{
167181
"id": "d85b455a-37a7-4cdd-b619-ea5ca6057152",
168182
"name": "Shelly Motion 2",
@@ -233,6 +247,13 @@
233247
"location": "https://raw.githubusercontent.com/ShellyUSA/Hubitat-Drivers/master/WebhookWebsocket/ShellyPro3.groovy",
234248
"required": false
235249
},
250+
{
251+
"id": "37966361-a930-4ac4-a4b2-eca8fb717e1f",
252+
"name": "Shelly Pro 4 PM",
253+
"namespace": "ShellyUSA",
254+
"location": "https://raw.githubusercontent.com/ShellyUSA/Hubitat-Drivers/master/WebhookWebsocket/ShellyPro4PM.groovy",
255+
"required": false
256+
},
236257
{
237258
"id": "6e2d0794-b72e-483f-8c39-6d5c8fed6540",
238259
"name": "Shelly Uni Gen 1",

0 commit comments

Comments
 (0)