1) Give a description of the problem
I have a virtual device (particle Photon) as my irrigation system, the device has multiple attributes showing temp, humidity, last irrigation and LAST CANCEL.
I’m tying to change via webCore the Last Cancel attribute using Restore Attribute function, I also try Capture attribute function.
Is this the right way to do this? using Json?
2) What is the expected behavior?
Change the attribute value of the device using a webCore global variable.
The change should be visible via Smartthings app Tile.
3) What is happening/not happening?
No change is showing in the App.
4) Post a Green Snapshot of the piston
This is only a TEST code to make the changes
5) Attach any logs (From ST IDE and by turning logging level to Full)
`4/10/2017 13:27:59 +100ms
+10ms ╔Received event [Puerta De Hierro].time = 1508869680000 with a delay of -901ms
+145ms ║RunTime Analysis CS > 29ms > PS > 79ms > PE > 32ms > CE
+161ms ║Runtime (37317 bytes) successfully initialized in 79ms (v0.2.0fa.20171011) (150ms)
+167ms ║╔Execution stage started
+193ms ║║Cancelling statement #2’s schedules…
+219ms ║║Executed virtual command [Riego Jardin].loadStateGlobally (12ms)
+258ms ║║Executed virtual command [Riego Jardin].sendPushNotification (32ms)
+262ms ║╚Execution stage complete. (100ms)
+268ms ║Setting up scheduled job for Wed, Oct 25 2017 @ 1:28:00 PM CDT (in 86400.637s)
+284ms ╚Event processed successfully (284ms)
24/10/2017 13:27:18 +484ms
+4ms ╔Starting piston… (v0.2.0fa.20171011)
+195ms ║╔Subscribing to devices…
+261ms ║║Subscribing to Riego Jardin…
+262ms ║╚Finished subscribing (71ms)
+300ms ║Setting up scheduled job for Tue, Oct 24 2017 @ 1:28:00 PM CDT (in 41.221s)
+320ms ╚Piston successfully started (320ms)
Tnx in advance guys!!!