@switchbot/homebridge-switchbot
Advanced tools
Comparing version
@@ -564,3 +564,3 @@ { | ||
"swing_mode": { | ||
"title": "Enable Swing Mode by Device ID", | ||
"title": "Enable Swing Mode", | ||
"type": "boolean", | ||
@@ -572,3 +572,3 @@ "condition": { | ||
"rotation_speed": { | ||
"title": "Enable Rotation Speed by Device ID", | ||
"title": "Enable Rotation Speed", | ||
"type": "boolean", | ||
@@ -648,3 +648,3 @@ "condition": { | ||
"condition": { | ||
"functionBody": "return (model.options && model.options.irdevices && !model.options.irdevices[arrayIndices].hide_device && model.options.irdevices[arrayIndices].configRemoteType === 'Others' && model.options.irdevices[arrayIndices].deviceId && model.options.irdevices[arrayIndices].other && !model.options.irdevices[arrayIndices].other.deviceType);" | ||
"functionBody": "return (model.options && model.options.irdevices && !model.options.irdevices[arrayIndices].hide_device && model.options.irdevices[arrayIndices].configRemoteType === 'Others' && model.options.irdevices[arrayIndices].deviceId && model.options.irdevices[arrayIndices].other && model.options.irdevices[arrayIndices].other.deviceType);" | ||
} | ||
@@ -651,0 +651,0 @@ } |
{ | ||
"displayName": "Homebridge SwitchBot", | ||
"name": "@switchbot/homebridge-switchbot", | ||
"version": "1.3.1-beta.1", | ||
"version": "1.3.1-beta.2", | ||
"description": "The [Homebridge](https://homebridge.io) SwitchBot plugin allows you to access your [SwitchBot](https://www.switch-bot.com) device(s) from HomeKit.", | ||
@@ -6,0 +6,0 @@ "author": "SwitchBot <support@wondertechlabs.com> (https://github.com/SwitchBot)", |
1423188
0