Missing device name
Brought to you by:
slovin
If starting eqmod driver from the command line, "indiserver indi_eqmod_telescope" the message for the switch TELESCOPE_SLEW_RATE miss the device name:
<defSwitchVector device="" name="TELESCOPE_SLEW_RATE" ...
Is starting from a fifo and specifying the name it work OK:
echo start indi_eqmod_telescope -n \"EQMod Mount\" > /tmp/myFIFO
<defSwitchVector device="EQMod Mount" name="TELESCOPE_SLEW_RATE" ...
Also using another driver like indi_simulator_telescope it work OK.
Using version from the ppa: indi-eqmod-0.2+r64.213~ubuntu14.04.1 from April 19.
It look like r2244 fix this problem, can be closed.