When a backlight command is called to set the power of a colored LED, the pattern input is optional. If it is provided, however, it should be exported as a string. Right now it is exported to the yaml file as an integer. The yaml file is getting pattern: 1010 when it should be getting pattern: "1010"
When a backlight command is called to set the power of a colored LED, the pattern input is optional. If it is provided, however, it should be exported as a string. Right now it is exported to the yaml file as an integer. The yaml file is getting pattern: 1010 when it should be getting pattern: "1010"