Should "awm":1 work in a preset? how to toggle away from default handling?

I need to set my white handling to accurate when holiday lights are not running, i need to use the warm white of my leds for accent and security. So I use brighter for crisper cold whites with the more vivid colors, but when the holiday stuff is done for the night, it switches back to accent/security lighting, which requires Accurate. And if not, is there a way to handle what I’m trying to do?

I took one of my presets and added the “awm”:1 to each segment of it and it doesn’t seem to honor it.
{“on”:true,“bri”:137,“mainseg”:12,“seg”:[{“awm”:1,“id”:0,“on”:true,“bri”:127,“frz”:false,“sel”:true,“set”:0,“start”:0,“stop”:1,“fx”:0,“m12”:0,“si”:0,“sx”:128,“ix”:128,“c1”:128,“c2”:128,“c3”:16,“o1”:false,“o2”:false,“o3”:false,“pal”:0,“col”:[[255,255,255,255],[255,255,255,0],[17,0,255,0]],“cct”:127,“rev”:false,“mi”:false,“grp”:1,“spc”:0,“of”:0},

that is not a json command, where did you get that from?

probably pulled it from my backside, but I found it, just not sure where now, but the more I like and not finding it, the more I’m wondering where I found it. So maybe this is less of a general or an issue, but more of a “feature request?” But I seriously found it somewhere when I was digging last night, it was in Json format, I wasn’t dreaming!!

This could be a useful feature, but I am not sure how to implement it.

It cannot be per segment as a segment may span multiple strips and awm is currently per strip so that would be conflicting. It could be global override but when to reset that override? It means awm would need to be set as a default in each preset but that then conflicts with the “global override” setting in LED settings.

I cooked something up: add "awm" JSON command to set temporary auto white mode by DedeHai · Pull Request #5153 · wled/WLED · GitHub