indi_setprop -V (return code: 2)
Malformed property spec: version
Purpose: set one or more writable INDI properties
$Revision: 1.6 $
Usage: indi_setprop [options] {[type] spec} ...
Options:
-d f : use file descriptor f already open to server
-h h : alternate host, default is localhost
-p p : alternate port, default is 7624
-t t : max time to wait, default is 2 secs
-v : verbose (more are cumulative)
Each spec optionally preceded by its type is sent without first confirming
its structure. This is much more efficient but there is no error checking.
Types are indicated with the following flags:
-x : Text
-n : Number
-s : Switch
Spec may be either:
device.property.e1[;e2...]=v1[;v2...]
or
device.property.e1=v1[;e2=v2...]
Exit status:
0: all settings successful
1: at least one setting was invalid
2: real trouble, try repeating with -v
indi_setprop -HELP (return code: 2)
-h requires host name
Purpose: set one or more writable INDI properties
$Revision: 1.6 $
Usage: indi_setprop [options] {[type] spec} ...
Options:
-d f : use file descriptor f already open to server
-h h : alternate host, default is localhost
-p p : alternate port, default is 7624
-t t : max time to wait, default is 2 secs
-v : verbose (more are cumulative)
Each spec optionally preceded by its type is sent without first confirming
its structure. This is much more efficient but there is no error checking.
Types are indicated with the following flags:
-x : Text
-n : Number
-s : Switch
Spec may be either:
device.property.e1[;e2...]=v1[;v2...]
or
device.property.e1=v1[;e2=v2...]
Exit status:
0: all settings successful
1: at least one setting was invalid
2: real trouble, try repeating with -v