sgupta999 / mqtt-bridge-smartthings

MQTT Bridge To SmartThings [MBS]
MIT License
27 stars 15 forks source link

Smartapps full and lite can't be installed because of syntax error #15

Closed AlbertoZen closed 4 years ago

AlbertoZen commented 4 years ago

In the full smartapp (I haven't tried the lite yet), smartthings IDE doesn't let install or copy the smartapp because of a missing comma in actionOpenClosed

"contactSensors": [
    name: "Contact Sensor",
    capability: "capability.contactSensor",
    attributes: [
        "contact"
    ]**,**
    action: "actionOpenClosed"
sgupta999 commented 4 years ago

sorry about that - i mostly use the lite version. Nice catch - Updated the file on github thanks