I have found an issue on Apple Silicon M1. `hs.brightness` returns `nil` and returns false on each function execution. I think this is related to: https://github.com/Hammerspoon/hammerspoon/issues/2663. ``` > hs.brightness.get() nil > hs.brightness.set(20) false > hs.brightness.set(50) false ```