Can you explain to non-linux programmers exactly what you mean by “running” this command?
I have typed it verbatim in the CLI and get an error:
-bash: syntax error near unexpected token `('
I have created a script with it that line:
and ran it… but nothing happens:
I ask, because I have managed to also (along side with the wiringPI method) get the “official??” method of Blynk installed on my older RPi, using some alternative methods of installing NODE, as my ARMv6 hardware (RPI model B ver 2.0) is not compatible with Blynk’s subscribed install method.
Thus, with NODE v6.9.1, NPM v4.1.2 and ONOFF v1.1.1 all installed, I am able to run the test script with virtual pins, the value display and two sliders (1st on V1 and the 2nd on GP18 - where I have an LED wired up)… but any 2nd slider movement gets an error.
So now… Can has more help please?