Remove single quoted strings in json sample

Json standard does not allow single quoted strings. Thus I replace
" instead of '.

Change-Id: Ifbb9e1a62706dcfa539f12e38eec0f5ca8ae1422
This commit is contained in:
Luong Anh Tuan 2017-05-17 23:50:09 +07:00
parent 20dba3fb88
commit 51bf6b2148

View File

@ -1,4 +1,4 @@
{
"target": "soft power off",
'timeout': 300
"timeout": 300
}