Any #regex and #grep gurus able to help me understand something? I'm not the best with regex, trying to learn.
https://regex101.com/r/iHvpcJ/1
I'm trying to return the powered state of the wifi device from connman output. It seems like what I have here in regex101 should be returning the true or false state, but when I try to use the regex with grep I'm getting a warning:
`grep: warning: stray \ before N`
I'm struggling to figure out what I need to change to make it work with grep.


