homebridge-ihc
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -61,3 +61,3 @@ { | ||
"condition": { | ||
"functionBody": "return model.type === 'button';" | ||
"functionBody": "return model.devices[arrayIndices].type === 'button';" | ||
} | ||
@@ -64,0 +64,0 @@ }, |
{ | ||
"displayName": "Homebridge IHC", | ||
"name": "homebridge-ihc", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A short description about what your plugin does.", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
61473