Repo containing all switches in switchbot
Switchbot no longer uses RegEx so this is no longer required to be in your json file
To contribute to this project take a look at the /switches
directory and open a Pull Request with suggested changes.
Switch entries are grouped under manufacturer subdirectories e.g. /switches/gateron/blue.json
.
A good approach is to copy an existing .json file (under the appropriate name and subdirectory) and to adjust its contents (switch name, type, force, travel distance etc.)
Fields to fill in:
- Brand
- Switch (Name)
- Feel (Linear, Clicky, Tactile)
- ActivationForce
- BottomOutForce
- ActivationPoint
- TravelDistance
- Image
- Pin
- TopHousing
- BottomHousing
- Stem
If it's your first time contributing to a GitHub project: Click Here for a Guide