-
Notifications
You must be signed in to change notification settings - Fork 32
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
ecb, ea, ecPorous are undefined in the modules below #20
Comments
@Elambaruthi could you please share some minimum code to reproduce the issue? What firmware version do you have installed on the device? |
To reproduce, we only have to run test.js: ecb, ea, ecPorous do not return values pi@PlantCare:~/node_modules/flower-power $ node test.js TypeError: Cannot read property 'toFixed' of undefined |
it is firmWare "2016-09-14_hawaii-2.0.3" @sandeepmistry |
router.get('/ea',function(req, res, next){ router.get('/ecb',function(req, res, next){ router.get('/ecPorous',function(req, res, next){ It happened after the firmware upgrade @sandeepmistry |
What's the value of the |
flowerPower.on('calibratedEaChange', callback(ea));
flowerPower.on('calibratedEcbChange', callback(ecb));
flowerPower.on('calibratedEcPorousChange', callback(ecPorous));
Node says ecb, ea, ecPorous are undefined values.
Please help me with this.
The text was updated successfully, but these errors were encountered: