1) Give a description of the problem
I am trying to send a Post to my Reolink NVR to disable Push notifications
2) What is the expected behaviour?
It should shutdown push notifications on the NVR
3) What is happening/not happening?
I am getting error when the piston runs
4) Post a Green Snapshot of the piston
5) Attach logs after turning logging level to Full
9/17/2024, 12:02:54 AM +299ms
+4ms ╔Received event [Home].wc_async_reply = httpRequest with a delay of 1ms, canQueue: true, calledMyself: false
+36ms ║Invalid ternary operator. Ternary operator’s syntax is (condition ? trueValue:falseValue ). Please check your syntax.
+40ms ║Calculating (string)enable : (integer)0 >> (string)
+42ms ║Invalid ternary operator. Ternary operator’s syntax is (condition ? trueValue:falseValue ). Please check your syntax.
+45ms ║Calculating (string)Push : (string) >> (string)
+47ms ║Invalid ternary operator. Ternary operator’s syntax is (condition ? trueValue:falseValue ). Please check your syntax.
+51ms ║Calculating (string)cmd : (string)SetPushV20 >> (string)
+52ms ║Calculating (string) , (string)param >> (string)param
+54ms ║Invalid ternary operator. Ternary operator’s syntax is (condition ? trueValue:falseValue ). Please check your syntax.
+57ms ║Calculating (string)param : (string) >> (string)
+62ms ║Runtime (7443 bytes) initialized 59 LockT > 1ms > r9T > 30ms > pistonT > 27ms (first state access 24 m:4 5 54) (v0.3.114.20240115_HE)
+85ms ║╔Execution stage started
+94ms ║╚Execution stage complete. (9ms)
+102ms ╚Event processed successfully (98ms)
9/17/2024, 12:02:34 AM +82ms
+17ms ╔Received event [Home].test = 1726545754082 with a delay of 1ms, canQueue: true, calledMyself: false
+37ms ║Invalid ternary operator. Ternary operator’s syntax is (condition ? trueValue:falseValue ). Please check your syntax.
+41ms ║Calculating (string)enable : (integer)0 >> (string)
+43ms ║Invalid ternary operator. Ternary operator’s syntax is (condition ? trueValue:falseValue ). Please check your syntax.
+46ms ║Calculating (string)Push : (string) >> (string)
+48ms ║Invalid ternary operator. Ternary operator’s syntax is (condition ? trueValue:falseValue ). Please check your syntax.
+51ms ║Calculating (string)cmd : (string)SetPushV20 >> (string)
+53ms ║Calculating (string) , (string)param >> (string)param
+54ms ║Invalid ternary operator. Ternary operator’s syntax is (condition ? trueValue:falseValue ). Please check your syntax.
+58ms ║Calculating (string)param : (string) >> (string)
+68ms ║Runtime (7355 bytes) initialized 65 LockT > 1ms > r9T > 45ms > pistonT > 43ms (first state access 11 m:8 18 47) (v0.3.114.20240115_HE)
+70ms ║╔Execution stage started
+78ms ║║Invalid ternary operator. Ternary operator’s syntax is (condition ? trueValue:falseValue ). Please check your syntax.
+81ms ║║Calculating (string)enable : (integer)0 >> (string)
+83ms ║║Invalid ternary operator. Ternary operator’s syntax is (condition ? trueValue:falseValue ). Please check your syntax.
+87ms ║║Calculating (string)Push : (string) >> (string)
+89ms ║║Invalid ternary operator. Ternary operator’s syntax is (condition ? trueValue:falseValue ). Please check your syntax.
+92ms ║║Calculating (string)cmd : (string)SetPushV20 >> (string)
+93ms ║║Calculating (string) , (string)param >> (string)param
+95ms ║║Invalid ternary operator. Ternary operator’s syntax is (condition ? trueValue:falseValue ). Please check your syntax.
+98ms ║║Calculating (string)param : (string) >> (string)
+108ms ║║Invalid ternary operator. Ternary operator’s syntax is (condition ? trueValue:falseValue ). Please check your syntax.
+112ms ║║Calculating (string)enable : (integer)0 >> (string)
+114ms ║║Invalid ternary operator. Ternary operator’s syntax is (condition ? trueValue:falseValue ). Please check your syntax.
+117ms ║║Calculating (string)Push : (string) >> (string)
+119ms ║║Invalid ternary operator. Ternary operator’s syntax is (condition ? trueValue:falseValue ). Please check your syntax.
+123ms ║║Calculating (string)cmd : (string)SetPushV20 >> (string)
+124ms ║║Calculating (string) , (string)param >> (string)param
+125ms ║║Invalid ternary operator. Ternary operator’s syntax is (condition ? trueValue:falseValue ). Please check your syntax.
+129ms ║║Calculating (string)param : (string) >> (string)
+131ms ║║Calculating (string)" + (string) >> (string)"
+133ms ║║Calculating (string)" + (string)" >> (string)""
+137ms ║║Sending asynchttpPost web request to: ns.ruotolos.com/api.cgi?cmd=SetPushV20&user=admin&password=password
+140ms ║║Executed virtual command httpRequest (4ms)
+143ms ║║Requesting wake up at Tue, Sep 17 2024 @ 12:02:58 AM EDT (in 23999ms) for 1 (st:2)
+149ms ║╚Execution stage complete. (80ms)
+199ms ║Setting up scheduled job for Tue, Sep 17 2024 @ 12:02:58 AM EDT (in 23984ms)
+202ms ╚Event processed successfully (185ms)