Wondering if this can be simplified:
sp = subprocess.Popen([\'lipc-get-prop\', \'com.lab126.wifid\', \'cmState\'], stdout=subprocess.PIPE) response, _ = sp.co