fix: add click enabled toggle command - #326
Conversation
The Click module's enabled setting was not exposed via command, requiring manual config.json editing to enable it. This adds a toggle command consistent with other module commands.
|
the module is not intended to be toggled. it's designed around the use |
|
I understand the design is built around However, currently the hold actions do nothing unless the module is enabled in config. There is no way to use these hold behaviors without turning on the module toggle first. This PR makes the toggle control whether the whole module is active, so users can completely opt‑out of this feature if they don’t want it, without the hold actions being functional at all when disabled. |
|
your issue is caused by yourself. the module is always toggled on by default - so its you who has manually gone in and edited the config.json |
Summary
The Click module's
enabledsetting was not exposed via command, requiring manualconfig.jsonediting to enable it.Problem
Running
click onorclick enabled onreturns "Invalid command usage". The only way to enable the Click module is to manually editconfig.jsonand restart.Fix
Adds a toggle command consistent with other module commands: