Skip to content
New issue

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

device - DP mapping #97

Open
fred0815 opened this issue Feb 10, 2023 · 0 comments
Open

device - DP mapping #97

fred0815 opened this issue Feb 10, 2023 · 0 comments

Comments

@fred0815
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant