Peter Kovary
Peter Kovary
For me it also stopped working after the update. Was able to fix it with: 1. Add to System Preferences -> Security & Privacy -> Privacy tab -> Accessibility 2....
Setting colour still works, however it looks like that tuya stopped returning the color in the response, which is what is currently used to check `support_color`. Using `set_color()` still works...
Hey, @xremix! Brightness gets ignored for me too when using `set_color`. Well, not entirely. As I wrote in #33, when setting the color to white, then values 100 and less...
Line that fails is `/app.rb +44: Redis.connect(url: ENV["REDISTOGO_URL"])` added 7 years ago.
Currently, this is possible to achieve, but it's really gruesome. Using example from @kfir-drivenets : ``` import capnpy example_capnp = capnp.load("example_capnp") val_field = example_capnp.Example.schema.fields['val'] val_ann = val_field.proto.annotations[0] val_range = val_ann.value.struct.as_struct(example_capnp.Range)...