Light monitoring project showing error when clicked on view device

hello i built light intensity monitoring system as you said and deployed configuration and when clicked on view device it is showing error uncaught reference error and plotchart is not present .i attached a screenshot shown below.please resolve it as soon as possible.

1 Like

Characters are case sensitive. Please use “plotChart” instead of “plotchart”. Hope this helps!

@dineshbollupalli Hey, I would like to tell you that you can go back to code section in the product menu and check whether the code is written correctly ( here down below I am mentioning the code) and if not correct it and deploy it again. Let me know if it worked or need further help.
(Variable_name is the name you used for naming the AO pin)
Code- plotChart(“time_stamp”,“your_variable_name”);

1 Like