Skip to content

Commit

Permalink
Cleanup (#114)
Browse files Browse the repository at this point in the history
Cleanup of double quotes
  • Loading branch information
DigiH authored May 18, 2022
1 parent 991beb3 commit 927cea6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/devices/JQJCY01YM_json.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const char* _JQJCY01YM_json = "{\"brand\":\"Xiaomi\",\"model\":\"Formaldehyde de
"brand":"Xiaomi",
"model":"Formaldehyde detector",
"model_id":"JQJCY01YM",
"condition":[""servicedata", "index", 2, "20df02"],
"condition":["servicedata", "index", 2, "20df02"],
"properties":{
"for":{
"condition":["servicedata", 23, "0"],
Expand Down
2 changes: 1 addition & 1 deletion src/devices/LYWSD02_json.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const char* _LYWSD02_json = "{\"brand\":\"Xiaomi\",\"model\":\"Cleargrass clock\
"brand":"Xiaomi",
"model":"Cleargrass clock",
"model_id":"LYWSD02",
"condition":[""servicedata", "index", 2, "205b04"],
"condition":["servicedata", "index", 2, "205b04"],
"properties":{
"tempc":{
"condition":["servicedata", 25, "4"],
Expand Down
2 changes: 1 addition & 1 deletion src/devices/LYWSD03MMC_ATC_json.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const char* _LYWSD03MMC_ATC_json = "{\"brand\":\"Xiaomi\",\"model\":\"LYWSD03MMC
"brand":"Xiaomi",
"model":"LYWSD03MMC",
"model_id":"LYWSD03MMC_ATC",
"condition":[""servicedata", "index", 0, "a4c138"],
"condition":["servicedata", "index", 0, "a4c138"],
"properties":{
"tempc":{
"decoder":["value_from_hex_data", "servicedata", 12, 4, false],
Expand Down

0 comments on commit 927cea6

Please sign in to comment.