This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
xtdb:applescript:adddatapoint [2022/04/06 13:47] James Sentman |
xtdb:applescript:adddatapoint [2022/04/06 14:02] (current) James Sentman [Usage:] |
||
---|---|---|---|
Line 5: | Line 5: | ||
====Usage:==== | ====Usage:==== | ||
- | **AddDatapoint** [String: Unit Name to add the value to or List (see below)] **value** [real number, the value to add] | + | * **AddDatapoint** [String: Unit Name to add the value to or List (see below)] |
+ | * **value** [optional, real number, the value to add] | ||
Instead of the Unit Name you can pass an applescript list with name/value pairs in it to add several values to different databases, See the example below. | Instead of the Unit Name you can pass an applescript list with name/value pairs in it to add several values to different databases, See the example below. |