1) Give a description of the problem
A variable that’s supposed to incriment, isn’t
2) What is the expected behavior?
I’m using the Weather API to get the hourly snowfall total and incrimenting a snow total variable, when 1 inch falls in one hour, its supposted to add that to the pervious snow total
3) What is happening/not happening?
The variable is not incrimenting, its just overwriting with the current hour’s snow total.
4) Post a Green Snapshot of the piston
5) Attach any logs (From ST IDE and by turning logging level to Full)
11/16/2018, 5:04:56 AM +79ms
+390ms ║It has snowed 0.00 inches in the past hour
+406ms ║Nightly snowfall total is now: 0
11/16/2018, 4:04:57 AM +79ms
+383ms ║It has snowed 0.01 inches in the past hour
+397ms ║Nightly snowfall total is now: 0.01
11/16/2018, 3:04:58 AM +61ms
+364ms ║It has snowed 0.01 inches in the past hour
+379ms ║Nightly snowfall total is now: 0.01
11/16/2018, 2:04:58 AM +91ms
+850ms ║It has snowed 0.01 inches in the past hour
+864ms ║Nightly snowfall total is now: 0.01
11/16/2018, 1:04:59 AM +119ms
+380ms ║It has snowed 0.01 inches in the past hour
+394ms ║Nightly snowfall total is now: 0.01