We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to documentation I have modified the device and DPs mappings if ((dp >= 1 && dp <= 13) || (dp >= 176 && dp <= 191) || (dp >= 197 && dp <= 199) || (dp === 364)) { return 'hg1_t'; } else if ((dp >= 14 && dp <= 26) || (dp >= 200 && dp <= 202) || (dp === 365)) { return 'hg2_t'; } else if ((dp >= 27 && dp <= 39) || (dp >= 203 && dp <= 205) || (dp === 366)) { return 'hg3_t'; } else if ((dp >= 40 && dp <= 52) || (dp >= 206 && dp <= 208) || (dp === 367)) {
hg0_t does not exist anymore
main.js.txt datapoints.json.txt index_m.html.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Due to documentation I have modified the device and DPs mappings
if ((dp >= 1 && dp <= 13) || (dp >= 176 && dp <= 191) || (dp >= 197 && dp <= 199) || (dp === 364)) {
return 'hg1_t';
} else if ((dp >= 14 && dp <= 26) || (dp >= 200 && dp <= 202) || (dp === 365)) {
return 'hg2_t';
} else if ((dp >= 27 && dp <= 39) || (dp >= 203 && dp <= 205) || (dp === 366)) {
return 'hg3_t';
} else if ((dp >= 40 && dp <= 52) || (dp >= 206 && dp <= 208) || (dp === 367)) {
hg0_t does not exist anymore
main.js.txt
datapoints.json.txt
index_m.html.txt
The text was updated successfully, but these errors were encountered: