skavan
skavan
Here's another way that has the benefit of being able to pluck sub objects (keys) which I couldn't get to work using your version... a generic macro followed by a...
> I can share an updated version of my "fake it till we make it" yaml later when I get home, it may help someone eventually. Yes Please! Still would...
ugh. ditto. any workarounds?
Is this working now?
> Currently, for a prototype I have bound the touch to click events. See https://stackoverflow.com/questions/1517924/javascript-mapping-touch-events-to-mouse-events @BenRichter -- could you provide a code snippet of where you injected that code. I'm...
Did all the above. The spotcast service works fine when run. But still "Loading..." Ugh! Any ideas --- anyone?
me too. using prerelease CoPilot chat (0.13.xxx) on win with vscode, it actually locks up Copilot Chat (stop sign just sits there), and requires a restart of vscode. Rolling back...
Could it be as simple as the **if statement** inserted below? i.e. if the inbound message has a json payload with a command property, copy the command, type and deviceId...
I have it working locally, with these changes in harmony.js. The updated node will accept either a string or JSON payload that looks like this: {"command":"Stop","type":"IRCommand","deviceId":"49319863"} Now if we could...