*getPluginOptions

Configuration Article | CA-20220907-TP-19

VDG Sense | API | Functions | Client & Server Control

Retrieve a list of actions that can be executed with the command executeAction.

Request

command=getPluginOptions

Response

<result errorcode="0">   <pluginoptions>     <version>[string]</version>     <apiversion>[string]</apiversion>     <skiplicensetimeout>[string]</skiplicensetimeout>   </pluginoptions>  </result>

Tag

node

value

remarks

node

value

remarks

/result

@errorcode

[number]

See error codes below

/result/pluginoptions

version

[string]

version of the Plugin

apiversion

[string]

apiversion of the Plugin

skiplicensetimeout

[string]

shows time to skip the license (ms)

error code

description

remarks

error code

description

remarks

0

Ok

Ok, no error

-1

Not implemented

Function not implemented

-18

General error

An undefined error occured

Changelog

  • 2.2.1 – added

Â