Vinícius Borriello
Vinícius Borriello
That's happening to me as well. I've been using g810-led for a couple days, and today it just stopped working with that same message "Matching or compatible device not found...
Running g810-led commands using superuser (su or sudo) works fine.
This is what I've been trying so far: ```javascript const { $, External } = require('plywood'); const { druidRequesterFactory } = require('plywood-druid-requester'); const druidRequester = druidRequesterFactory({ host: '192.168.0.108:8082', }); const...