Marty Helmick
Marty Helmick
I use that plugin on every install and also wish these two plugins worked seemlesly together. But before we create a new plugin or add more function this one(which is...
Looks to me like the `command_suffix` should be `'command'` rather than `'cmd'` https://github.com/stjohnjohnson/smartthings-mqtt-bridge/blob/master/server.js#L32 I haven't tested it but this might explain the commands not sending. If this is the case,...
I actually created my own addon before finding this thread. But I'm still uncertain whether the proper command_suffix should be `'command'` or `'cmd'`.
Oh yeah, I see that now. I hadn't even noticed that in vkorn's. Still curious why the default in this script is `command` but in the config it's `cmd` :smiley:
To add some context to the original issue, I was needing to display the event thumbnails in an events list. Obviously, this would mostly be up to the theme for...