Skip to content

Commit

Permalink
Ohm to Ω (#202)
Browse files Browse the repository at this point in the history
Ohm to correct unit symbol Ω
  • Loading branch information
DigiH authored Sep 15, 2022
1 parent 6f057a6 commit 1ed3fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devices/XMTZC05HM_json.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const char* _XMTZC05HM_json = "{\"brand\":\"Xiaomi\",\"model\":\"Mi_Body_Composi
}
})"""";*/

const char* _XMTZC05HM_json_props = "{\"properties\":{\"weighing_mode\":{\"unit\":\"string\",\"name\":\"weighing_mode\"},\"weight\":{\"unit\":\"kg\",\"name\":\"weight\"},\"impedance\":{\"unit\":\"Ohm\",\"name\":\"impedance\"}}}";
const char* _XMTZC05HM_json_props = "{\"properties\":{\"weighing_mode\":{\"unit\":\"string\",\"name\":\"weighing_mode\"},\"weight\":{\"unit\":\"kg\",\"name\":\"weight\"},\"impedance\":{\"unit\":\"Ω\",\"name\":\"impedance\"}}}";
/*R""""(
{
"properties":{
Expand All @@ -42,7 +42,7 @@ const char* _XMTZC05HM_json_props = "{\"properties\":{\"weighing_mode\":{\"unit\
"name":"weight"
},
"impedance":{
"unit":"Ohm",
"unit":"Ω",
"name":"impedance"
}
}
Expand Down

0 comments on commit 1ed3fe8

Please sign in to comment.