From eb1e8c63bc02d54b0032cf1e907712167c0f1d4d Mon Sep 17 00:00:00 2001 From: Marin Karamihalev <marin.karamihalev@iopsys.eu> Date: Mon, 29 Nov 2021 12:32:09 +0100 Subject: [PATCH] null id error capture --- package.json | 2 +- public/assets/js/search.js | 2 +- public/index.html | 7 +- public/interfaces/types.connectionevents.html | 96 ++++- public/interfaces/types.operateoptions.html | 15 +- .../types.otherconnectionoptions.html | 55 ++- public/interfaces/types.pbrequestbody.html | 11 +- public/interfaces/types.pbrequestheader.html | 13 +- public/interfaces/types.pbrequestmessage.html | 13 +- public/interfaces/types.recipeobject.html | 11 +- .../interfaces/types.subscriptionoptions.html | 13 +- .../interfaces/types.suportedcommandopts.html | 7 +- public/interfaces/types.usp.html | 7 +- public/modules.html | 9 +- public/modules/commands.html | 75 +--- public/modules/commands_add.html | 7 +- public/modules/commands_del.html | 7 +- public/modules/commands_get.html | 7 +- public/modules/commands_instances.html | 7 +- public/modules/commands_notify.html | 7 +- public/modules/commands_operate.html | 7 +- public/modules/commands_proto.html | 7 +- public/modules/commands_recipes_operate.html | 7 +- public/modules/commands_recipes_resolve.html | 7 +- .../modules/commands_recipes_subscribe.html | 7 +- public/modules/commands_set.html | 7 +- public/modules/commands_supported.html | 7 +- public/modules/commands_util.html | 38 +- public/modules/configurations_build.html | 217 ++++++++++ public/modules/configurations_iopsys.html | 190 +++++++++ public/modules/index.html | 60 +-- public/modules/testy.html | 7 +- public/modules/types.html | 387 ++++++++++++++++-- public/modules/util.html | 7 +- src/commands/index.ts | 2 +- src/configurations/build.ts | 30 +- 36 files changed, 1142 insertions(+), 216 deletions(-) create mode 100644 public/modules/configurations_build.html create mode 100644 public/modules/configurations_iopsys.html diff --git a/package.json b/package.json index 73b3ca8..cc8ce8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "usp-js", - "version": "0.2.13", + "version": "0.2.14", "description": "Helper library for easy usp communication using mqtt over tcp or ws.", "main": "node/index.js", "browser": "web/index.js", diff --git a/public/assets/js/search.js b/public/assets/js/search.js index b775ccf..99492d1 100644 --- a/public/assets/js/search.js +++ b/public/assets/js/search.js @@ -1 +1 @@ -window.searchData = {"kinds":{"1":"Module","32":"Variable","64":"Function","256":"Interface","1024":"Property","65536":"Type literal","4194304":"Type alias"},"rows":[{"id":0,"kind":1,"name":"commands/add","url":"modules/commands_add.html","classes":"tsd-kind-module"},{"id":1,"kind":1024,"name":"default","url":"modules/commands_add.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/add"},{"id":2,"kind":65536,"name":"__type","url":"modules/commands_add.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/add"},{"id":3,"kind":1024,"name":"decode","url":"modules/commands_add.html#__type.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/add.__type"},{"id":4,"kind":1024,"name":"encode","url":"modules/commands_add.html#__type.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/add.__type"},{"id":5,"kind":1,"name":"commands/del","url":"modules/commands_del.html","classes":"tsd-kind-module"},{"id":6,"kind":1024,"name":"default","url":"modules/commands_del.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/del"},{"id":7,"kind":65536,"name":"__type","url":"modules/commands_del.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/del"},{"id":8,"kind":1024,"name":"decode","url":"modules/commands_del.html#__type.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/del.__type"},{"id":9,"kind":1024,"name":"encode","url":"modules/commands_del.html#__type.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/del.__type"},{"id":10,"kind":1,"name":"commands/get","url":"modules/commands_get.html","classes":"tsd-kind-module"},{"id":11,"kind":1024,"name":"default","url":"modules/commands_get.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/get"},{"id":12,"kind":65536,"name":"__type","url":"modules/commands_get.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/get"},{"id":13,"kind":1024,"name":"decode","url":"modules/commands_get.html#__type.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/get.__type"},{"id":14,"kind":1024,"name":"encode","url":"modules/commands_get.html#__type.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/get.__type"},{"id":15,"kind":1,"name":"commands","url":"modules/commands.html","classes":"tsd-kind-module"},{"id":16,"kind":32,"name":"rootRecord","url":"modules/commands.html#rootrecord","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands"},{"id":17,"kind":32,"name":"rootMsg","url":"modules/commands.html#rootmsg","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands"},{"id":18,"kind":32,"name":"header","url":"modules/commands.html#header","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands"},{"id":19,"kind":64,"name":"makeRecipes","url":"modules/commands.html#makerecipes","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands"},{"id":20,"kind":64,"name":"decodeId","url":"modules/commands.html#decodeid","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands"},{"id":21,"kind":64,"name":"readMsg","url":"modules/commands.html#readmsg","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands"},{"id":22,"kind":64,"name":"decode","url":"modules/commands.html#decode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands"},{"id":23,"kind":64,"name":"makeEncode","url":"modules/commands.html#makeencode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands"},{"id":24,"kind":1,"name":"commands/instances","url":"modules/commands_instances.html","classes":"tsd-kind-module"},{"id":25,"kind":1024,"name":"default","url":"modules/commands_instances.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/instances"},{"id":26,"kind":65536,"name":"__type","url":"modules/commands_instances.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/instances"},{"id":27,"kind":1024,"name":"decode","url":"modules/commands_instances.html#__type.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/instances.__type"},{"id":28,"kind":1024,"name":"encode","url":"modules/commands_instances.html#__type.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/instances.__type"},{"id":29,"kind":1,"name":"commands/notify","url":"modules/commands_notify.html","classes":"tsd-kind-module"},{"id":30,"kind":1024,"name":"default","url":"modules/commands_notify.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/notify"},{"id":31,"kind":65536,"name":"__type","url":"modules/commands_notify.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/notify"},{"id":32,"kind":1024,"name":"decode","url":"modules/commands_notify.html#__type.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/notify.__type"},{"id":33,"kind":1024,"name":"encode","url":"modules/commands_notify.html#__type.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/notify.__type"},{"id":34,"kind":1,"name":"commands/operate","url":"modules/commands_operate.html","classes":"tsd-kind-module"},{"id":35,"kind":1024,"name":"default","url":"modules/commands_operate.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/operate"},{"id":36,"kind":65536,"name":"__type","url":"modules/commands_operate.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/operate"},{"id":37,"kind":1024,"name":"decode","url":"modules/commands_operate.html#__type.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/operate.__type"},{"id":38,"kind":1024,"name":"encode","url":"modules/commands_operate.html#__type.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/operate.__type"},{"id":39,"kind":1,"name":"commands/proto","url":"modules/commands_proto.html","classes":"tsd-kind-module"},{"id":40,"kind":1024,"name":"default","url":"modules/commands_proto.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/proto"},{"id":41,"kind":65536,"name":"__type","url":"modules/commands_proto.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/proto"},{"id":42,"kind":1024,"name":"decode","url":"modules/commands_proto.html#__type.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/proto.__type"},{"id":43,"kind":1024,"name":"encode","url":"modules/commands_proto.html#__type.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/proto.__type"},{"id":44,"kind":1,"name":"commands/recipes/operate","url":"modules/commands_recipes_operate.html","classes":"tsd-kind-module"},{"id":45,"kind":1024,"name":"default","url":"modules/commands_recipes_operate.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/recipes/operate"},{"id":46,"kind":65536,"name":"__type","url":"modules/commands_recipes_operate.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/recipes/operate"},{"id":47,"kind":1024,"name":"name","url":"modules/commands_recipes_operate.html#__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/recipes/operate.__type"},{"id":48,"kind":1024,"name":"make","url":"modules/commands_recipes_operate.html#__type.make","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/recipes/operate.__type"},{"id":49,"kind":1,"name":"commands/recipes/resolve","url":"modules/commands_recipes_resolve.html","classes":"tsd-kind-module"},{"id":50,"kind":1024,"name":"default","url":"modules/commands_recipes_resolve.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/recipes/resolve"},{"id":51,"kind":65536,"name":"__type","url":"modules/commands_recipes_resolve.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/recipes/resolve"},{"id":52,"kind":1024,"name":"name","url":"modules/commands_recipes_resolve.html#__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/recipes/resolve.__type"},{"id":53,"kind":1024,"name":"make","url":"modules/commands_recipes_resolve.html#__type.make","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/recipes/resolve.__type"},{"id":54,"kind":1,"name":"commands/recipes/subscribe","url":"modules/commands_recipes_subscribe.html","classes":"tsd-kind-module"},{"id":55,"kind":1024,"name":"default","url":"modules/commands_recipes_subscribe.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/recipes/subscribe"},{"id":56,"kind":65536,"name":"__type","url":"modules/commands_recipes_subscribe.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/recipes/subscribe"},{"id":57,"kind":1024,"name":"name","url":"modules/commands_recipes_subscribe.html#__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/recipes/subscribe.__type"},{"id":58,"kind":1024,"name":"make","url":"modules/commands_recipes_subscribe.html#__type.make","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/recipes/subscribe.__type"},{"id":59,"kind":1,"name":"commands/set","url":"modules/commands_set.html","classes":"tsd-kind-module"},{"id":60,"kind":1024,"name":"default","url":"modules/commands_set.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/set"},{"id":61,"kind":65536,"name":"__type","url":"modules/commands_set.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/set"},{"id":62,"kind":1024,"name":"decode","url":"modules/commands_set.html#__type.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/set.__type"},{"id":63,"kind":1024,"name":"encode","url":"modules/commands_set.html#__type.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/set.__type"},{"id":64,"kind":1,"name":"commands/supported","url":"modules/commands_supported.html","classes":"tsd-kind-module"},{"id":65,"kind":1024,"name":"default","url":"modules/commands_supported.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/supported"},{"id":66,"kind":65536,"name":"__type","url":"modules/commands_supported.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/supported"},{"id":67,"kind":1024,"name":"decode","url":"modules/commands_supported.html#__type.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/supported.__type"},{"id":68,"kind":1024,"name":"encode","url":"modules/commands_supported.html#__type.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/supported.__type"},{"id":69,"kind":1,"name":"commands/util","url":"modules/commands_util.html","classes":"tsd-kind-module"},{"id":70,"kind":64,"name":"makeBuffer","url":"modules/commands_util.html#makebuffer","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":71,"kind":64,"name":"isDigit","url":"modules/commands_util.html#isdigit","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":72,"kind":64,"name":"unflatten","url":"modules/commands_util.html#unflatten","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":73,"kind":64,"name":"search","url":"modules/commands_util.html#search","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":74,"kind":64,"name":"searchParent","url":"modules/commands_util.html#searchparent","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":75,"kind":64,"name":"convertToNestedObject","url":"modules/commands_util.html#converttonestedobject","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":76,"kind":64,"name":"hasMultipleIndexes","url":"modules/commands_util.html#hasmultipleindexes","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":77,"kind":64,"name":"searchAll","url":"modules/commands_util.html#searchall","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":78,"kind":64,"name":"extractCommand","url":"modules/commands_util.html#extractcommand","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":79,"kind":64,"name":"unwrapObject","url":"modules/commands_util.html#unwrapobject","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":80,"kind":64,"name":"unwrapArray","url":"modules/commands_util.html#unwraparray","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":81,"kind":64,"name":"fullyUnwrapObject","url":"modules/commands_util.html#fullyunwrapobject","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":82,"kind":64,"name":"convertToObject","url":"modules/commands_util.html#converttoobject","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":83,"kind":64,"name":"uniq","url":"modules/commands_util.html#uniq","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":84,"kind":1,"name":"index","url":"modules/index.html","classes":"tsd-kind-module"},{"id":85,"kind":64,"name":"default","url":"modules/index.html#default","classes":"tsd-kind-function tsd-parent-kind-module","parent":"index"},{"id":86,"kind":1,"name":"testy","url":"modules/testy.html","classes":"tsd-kind-module"},{"id":87,"kind":1,"name":"types","url":"modules/types.html","classes":"tsd-kind-module"},{"id":88,"kind":4194304,"name":"CommandType","url":"modules/types.html#commandtype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":89,"kind":4194304,"name":"GetReturn","url":"modules/types.html#getreturn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":90,"kind":4194304,"name":"GetCommand","url":"modules/types.html#getcommand","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":91,"kind":65536,"name":"__type","url":"modules/types.html#getcommand.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.GetCommand"},{"id":92,"kind":4194304,"name":"SetCommand","url":"modules/types.html#setcommand","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":93,"kind":65536,"name":"__type","url":"modules/types.html#setcommand.__type-43","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.SetCommand"},{"id":94,"kind":4194304,"name":"AddCommand","url":"modules/types.html#addcommand","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":95,"kind":65536,"name":"__type","url":"modules/types.html#addcommand.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.AddCommand"},{"id":96,"kind":4194304,"name":"DelCommand","url":"modules/types.html#delcommand","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":97,"kind":65536,"name":"__type","url":"modules/types.html#delcommand.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.DelCommand"},{"id":98,"kind":4194304,"name":"OperateSubscribeOptions","url":"modules/types.html#operatesubscribeoptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":99,"kind":65536,"name":"__type","url":"modules/types.html#operatesubscribeoptions.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.OperateSubscribeOptions"},{"id":100,"kind":1024,"name":"skipOperateResponse","url":"modules/types.html#operatesubscribeoptions.__type-21.skipoperateresponse","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.OperateSubscribeOptions.__type"},{"id":101,"kind":4194304,"name":"OperateFn","url":"modules/types.html#operatefn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":102,"kind":65536,"name":"__type","url":"modules/types.html#operatefn.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.OperateFn"},{"id":103,"kind":1024,"name":"subscribe","url":"modules/types.html#operatefn.__type-18.subscribe","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.OperateFn.__type"},{"id":104,"kind":65536,"name":"__type","url":"modules/types.html#operatefn.__type-18.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.OperateFn.__type"},{"id":105,"kind":4194304,"name":"OperateClearFn","url":"modules/types.html#operateclearfn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":106,"kind":65536,"name":"__type","url":"modules/types.html#operateclearfn.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.OperateClearFn"},{"id":107,"kind":4194304,"name":"OperateRecipe","url":"modules/types.html#operaterecipe","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":108,"kind":65536,"name":"__type","url":"modules/types.html#operaterecipe.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.OperateRecipe"},{"id":109,"kind":4194304,"name":"OperateCommand","url":"modules/types.html#operatecommand","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":110,"kind":65536,"name":"__type","url":"modules/types.html#operatecommand.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.OperateCommand"},{"id":111,"kind":4194304,"name":"SupportedDMCommand","url":"modules/types.html#supporteddmcommand","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":112,"kind":65536,"name":"__type","url":"modules/types.html#supporteddmcommand.__type-46","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.SupportedDMCommand"},{"id":113,"kind":4194304,"name":"InstancesCommand","url":"modules/types.html#instancescommand","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":114,"kind":65536,"name":"__type","url":"modules/types.html#instancescommand.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.InstancesCommand"},{"id":115,"kind":4194304,"name":"SupportedProtoCommand","url":"modules/types.html#supportedprotocommand","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":116,"kind":65536,"name":"__type","url":"modules/types.html#supportedprotocommand.__type-47","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.SupportedProtoCommand"},{"id":117,"kind":4194304,"name":"SubscribeRecipe","url":"modules/types.html#subscriberecipe","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":118,"kind":65536,"name":"__type","url":"modules/types.html#subscriberecipe.__type-44","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.SubscribeRecipe"},{"id":119,"kind":4194304,"name":"PromiseClearFn","url":"modules/types.html#promiseclearfn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":120,"kind":65536,"name":"__type","url":"modules/types.html#promiseclearfn.__type-41","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PromiseClearFn"},{"id":121,"kind":4194304,"name":"Command","url":"modules/types.html#command","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":122,"kind":4194304,"name":"PbRequestCommand","url":"modules/types.html#pbrequestcommand","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":123,"kind":256,"name":"SuportedCommandOpts","url":"interfaces/types.suportedcommandopts.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":124,"kind":1024,"name":"firstLevelOnly","url":"interfaces/types.suportedcommandopts.html#firstlevelonly","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.SuportedCommandOpts"},{"id":125,"kind":1024,"name":"returnCommands","url":"interfaces/types.suportedcommandopts.html#returncommands","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.SuportedCommandOpts"},{"id":126,"kind":1024,"name":"returnEvents","url":"interfaces/types.suportedcommandopts.html#returnevents","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.SuportedCommandOpts"},{"id":127,"kind":1024,"name":"returnParams","url":"interfaces/types.suportedcommandopts.html#returnparams","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.SuportedCommandOpts"},{"id":128,"kind":4194304,"name":"InputRecord","url":"modules/types.html#inputrecord","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":129,"kind":4194304,"name":"PbRequestCommandSupportProto","url":"modules/types.html#pbrequestcommandsupportproto","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":130,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandsupportproto.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PbRequestCommandSupportProto"},{"id":131,"kind":1024,"name":"getSupportedProtocol","url":"modules/types.html#pbrequestcommandsupportproto.__type-37.getsupportedprotocol","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupportProto.__type"},{"id":132,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandsupportproto.__type-37.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupportProto.__type"},{"id":133,"kind":1024,"name":"controllerSupportedProtocolVersions","url":"modules/types.html#pbrequestcommandsupportproto.__type-37.__type-38.controllersupportedprotocolversions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupportProto.__type.__type"},{"id":134,"kind":4194304,"name":"PbRequestCommandInstance","url":"modules/types.html#pbrequestcommandinstance","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":135,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandinstance.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PbRequestCommandInstance"},{"id":136,"kind":1024,"name":"getInstances","url":"modules/types.html#pbrequestcommandinstance.__type-29.getinstances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandInstance.__type"},{"id":137,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandinstance.__type-29.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.PbRequestCommandInstance.__type"},{"id":138,"kind":1024,"name":"objPaths","url":"modules/types.html#pbrequestcommandinstance.__type-29.__type-30.objpaths-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandInstance.__type.__type"},{"id":139,"kind":1024,"name":"firstLevelOnly","url":"modules/types.html#pbrequestcommandinstance.__type-29.__type-30.firstlevelonly","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandInstance.__type.__type"},{"id":140,"kind":4194304,"name":"PbRequestCommandSupport","url":"modules/types.html#pbrequestcommandsupport","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":141,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandsupport.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PbRequestCommandSupport"},{"id":142,"kind":1024,"name":"getSupportedDm","url":"modules/types.html#pbrequestcommandsupport.__type-35.getsupporteddm","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupport.__type"},{"id":143,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandsupport.__type-35.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupport.__type"},{"id":144,"kind":1024,"name":"objPaths","url":"modules/types.html#pbrequestcommandsupport.__type-35.__type-36.objpaths-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupport.__type.__type"},{"id":145,"kind":1024,"name":"firstLevelOnly","url":"modules/types.html#pbrequestcommandsupport.__type-35.__type-36.firstlevelonly-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupport.__type.__type"},{"id":146,"kind":1024,"name":"returnCommands","url":"modules/types.html#pbrequestcommandsupport.__type-35.__type-36.returncommands","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupport.__type.__type"},{"id":147,"kind":1024,"name":"returnEvents","url":"modules/types.html#pbrequestcommandsupport.__type-35.__type-36.returnevents","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupport.__type.__type"},{"id":148,"kind":1024,"name":"returnParams","url":"modules/types.html#pbrequestcommandsupport.__type-35.__type-36.returnparams","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupport.__type.__type"},{"id":149,"kind":4194304,"name":"PbRequestCommandOperate","url":"modules/types.html#pbrequestcommandoperate","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":150,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandoperate.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PbRequestCommandOperate"},{"id":151,"kind":1024,"name":"operate","url":"modules/types.html#pbrequestcommandoperate.__type-31.operate","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandOperate.__type"},{"id":152,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandoperate.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.PbRequestCommandOperate.__type"},{"id":153,"kind":1024,"name":"command","url":"modules/types.html#pbrequestcommandoperate.__type-31.__type-32.command-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandOperate.__type.__type"},{"id":154,"kind":1024,"name":"commandKey","url":"modules/types.html#pbrequestcommandoperate.__type-31.__type-32.commandkey","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandOperate.__type.__type"},{"id":155,"kind":1024,"name":"sendResp","url":"modules/types.html#pbrequestcommandoperate.__type-31.__type-32.sendresp","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandOperate.__type.__type"},{"id":156,"kind":1024,"name":"inputArgs","url":"modules/types.html#pbrequestcommandoperate.__type-31.__type-32.inputargs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandOperate.__type.__type"},{"id":157,"kind":4194304,"name":"PbRequestCommandDel","url":"modules/types.html#pbrequestcommanddel","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":158,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommanddel.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PbRequestCommandDel"},{"id":159,"kind":1024,"name":"delete","url":"modules/types.html#pbrequestcommanddel.__type-25.delete","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandDel.__type"},{"id":160,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommanddel.__type-25.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.PbRequestCommandDel.__type"},{"id":161,"kind":1024,"name":"allowPartial","url":"modules/types.html#pbrequestcommanddel.__type-25.__type-26.allowpartial-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandDel.__type.__type"},{"id":162,"kind":1024,"name":"objPaths","url":"modules/types.html#pbrequestcommanddel.__type-25.__type-26.objpaths","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandDel.__type.__type"},{"id":163,"kind":4194304,"name":"PbRequestCommandGet","url":"modules/types.html#pbrequestcommandget","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":164,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandget.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PbRequestCommandGet"},{"id":165,"kind":1024,"name":"get","url":"modules/types.html#pbrequestcommandget.__type-27.get","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandGet.__type"},{"id":166,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandget.__type-27.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.PbRequestCommandGet.__type"},{"id":167,"kind":1024,"name":"paramPaths","url":"modules/types.html#pbrequestcommandget.__type-27.__type-28.parampaths","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandGet.__type.__type"},{"id":168,"kind":4194304,"name":"PbRequestCommandSet","url":"modules/types.html#pbrequestcommandset","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":169,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandset.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PbRequestCommandSet"},{"id":170,"kind":1024,"name":"set","url":"modules/types.html#pbrequestcommandset.__type-33.set","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSet.__type"},{"id":171,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandset.__type-33.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSet.__type"},{"id":172,"kind":1024,"name":"allowPartial","url":"modules/types.html#pbrequestcommandset.__type-33.__type-34.allowpartial-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSet.__type.__type"},{"id":173,"kind":1024,"name":"updateObjs","url":"modules/types.html#pbrequestcommandset.__type-33.__type-34.updateobjs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSet.__type.__type"},{"id":174,"kind":4194304,"name":"AddLookupCreateObject","url":"modules/types.html#addlookupcreateobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":175,"kind":4194304,"name":"AddLookupCreateParamSetting","url":"modules/types.html#addlookupcreateparamsetting","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":176,"kind":4194304,"name":"PbRequestCommandAdd","url":"modules/types.html#pbrequestcommandadd","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":177,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandadd.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PbRequestCommandAdd"},{"id":178,"kind":1024,"name":"add","url":"modules/types.html#pbrequestcommandadd.__type-23.add","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandAdd.__type"},{"id":179,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandadd.__type-23.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.PbRequestCommandAdd.__type"},{"id":180,"kind":1024,"name":"allowPartial","url":"modules/types.html#pbrequestcommandadd.__type-23.__type-24.allowpartial","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandAdd.__type.__type"},{"id":181,"kind":1024,"name":"createObjs","url":"modules/types.html#pbrequestcommandadd.__type-23.__type-24.createobjs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandAdd.__type.__type"},{"id":182,"kind":4194304,"name":"Recipe","url":"modules/types.html#recipe","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":183,"kind":4194304,"name":"ResolveRecipe","url":"modules/types.html#resolverecipe","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":184,"kind":65536,"name":"__type","url":"modules/types.html#resolverecipe.__type-42","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.ResolveRecipe"},{"id":185,"kind":4194304,"name":"PreCallCallback","url":"modules/types.html#precallcallback","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":186,"kind":65536,"name":"__type","url":"modules/types.html#precallcallback.__type-40","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PreCallCallback"},{"id":187,"kind":4194304,"name":"PostCallCallback","url":"modules/types.html#postcallcallback","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":188,"kind":65536,"name":"__type","url":"modules/types.html#postcallcallback.__type-39","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PostCallCallback"},{"id":189,"kind":4194304,"name":"Options","url":"modules/types.html#options-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":190,"kind":65536,"name":"__type","url":"modules/types.html#options-1.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.Options"},{"id":191,"kind":1024,"name":"timeout","url":"modules/types.html#options-1.__type-22.timeout","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Options.__type"},{"id":192,"kind":1024,"name":"preCall","url":"modules/types.html#options-1.__type-22.precall","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Options.__type"},{"id":193,"kind":1024,"name":"postCall","url":"modules/types.html#options-1.__type-22.postcall","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Options.__type"},{"id":194,"kind":256,"name":"USP","url":"interfaces/types.usp.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":195,"kind":1024,"name":"get","url":"interfaces/types.usp.html#get","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":196,"kind":1024,"name":"set","url":"interfaces/types.usp.html#set","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":197,"kind":1024,"name":"operate","url":"interfaces/types.usp.html#operate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":198,"kind":1024,"name":"_operate","url":"interfaces/types.usp.html#_operate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":199,"kind":1024,"name":"add","url":"interfaces/types.usp.html#add","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":200,"kind":1024,"name":"del","url":"interfaces/types.usp.html#del","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":201,"kind":1024,"name":"resolve","url":"interfaces/types.usp.html#resolve","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":202,"kind":1024,"name":"supportedDM","url":"interfaces/types.usp.html#supporteddm","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":203,"kind":1024,"name":"supportedProto","url":"interfaces/types.usp.html#supportedproto","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":204,"kind":1024,"name":"instances","url":"interfaces/types.usp.html#instances","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":205,"kind":1024,"name":"subscribe","url":"interfaces/types.usp.html#subscribe","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":206,"kind":1024,"name":"on","url":"interfaces/types.usp.html#on","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":207,"kind":1024,"name":"disconnect","url":"interfaces/types.usp.html#disconnect","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":208,"kind":65536,"name":"__type","url":"interfaces/types.usp.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"types.USP"},{"id":209,"kind":1024,"name":"options","url":"interfaces/types.usp.html#options","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":210,"kind":65536,"name":"__type","url":"interfaces/types.usp.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"types.USP"},{"id":211,"kind":4194304,"name":"Connect","url":"modules/types.html#connect","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":212,"kind":65536,"name":"__type","url":"modules/types.html#connect.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.Connect"},{"id":213,"kind":256,"name":"SubscriptionOptions","url":"interfaces/types.subscriptionoptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":214,"kind":1024,"name":"id","url":"interfaces/types.subscriptionoptions.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.SubscriptionOptions"},{"id":215,"kind":1024,"name":"notif","url":"interfaces/types.subscriptionoptions.html#notif","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.SubscriptionOptions"},{"id":216,"kind":1024,"name":"reference","url":"interfaces/types.subscriptionoptions.html#reference","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.SubscriptionOptions"},{"id":217,"kind":4194304,"name":"SubscriptionCallback","url":"modules/types.html#subscriptioncallback","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":218,"kind":65536,"name":"__type","url":"modules/types.html#subscriptioncallback.__type-45","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.SubscriptionCallback"},{"id":219,"kind":256,"name":"OperateOptions","url":"interfaces/types.operateoptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":220,"kind":1024,"name":"ID","url":"interfaces/types.operateoptions.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OperateOptions"},{"id":221,"kind":1024,"name":"Persistent","url":"interfaces/types.operateoptions.html#persistent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OperateOptions"},{"id":222,"kind":1024,"name":"sendResponse","url":"interfaces/types.operateoptions.html#sendresponse","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OperateOptions"},{"id":223,"kind":1024,"name":"isAsync","url":"interfaces/types.operateoptions.html#isasync","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OperateOptions"},{"id":224,"kind":256,"name":"PbRequestHeader","url":"interfaces/types.pbrequestheader.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":225,"kind":1024,"name":"msgId","url":"interfaces/types.pbrequestheader.html#msgid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.PbRequestHeader"},{"id":226,"kind":1024,"name":"msgType","url":"interfaces/types.pbrequestheader.html#msgtype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.PbRequestHeader"},{"id":227,"kind":1024,"name":"lookup","url":"interfaces/types.pbrequestheader.html#lookup","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.PbRequestHeader"},{"id":228,"kind":256,"name":"PbRequestBody","url":"interfaces/types.pbrequestbody.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":229,"kind":1024,"name":"lookup","url":"interfaces/types.pbrequestbody.html#lookup","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.PbRequestBody"},{"id":230,"kind":1024,"name":"request","url":"interfaces/types.pbrequestbody.html#request","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.PbRequestBody"},{"id":231,"kind":256,"name":"PbRequestMessage","url":"interfaces/types.pbrequestmessage.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":232,"kind":1024,"name":"header","url":"interfaces/types.pbrequestmessage.html#header","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.PbRequestMessage"},{"id":233,"kind":1024,"name":"body","url":"interfaces/types.pbrequestmessage.html#body","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.PbRequestMessage"},{"id":234,"kind":1024,"name":"lookup","url":"interfaces/types.pbrequestmessage.html#lookup","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.PbRequestMessage"},{"id":235,"kind":4194304,"name":"URLConnectionOptions","url":"modules/types.html#urlconnectionoptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":236,"kind":4194304,"name":"HostConnectionOptions","url":"modules/types.html#hostconnectionoptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":237,"kind":4194304,"name":"CertType","url":"modules/types.html#certtype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":238,"kind":256,"name":"OtherConnectionOptions","url":"interfaces/types.otherconnectionoptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":239,"kind":1024,"name":"username","url":"interfaces/types.otherconnectionoptions.html#username","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":240,"kind":1024,"name":"password","url":"interfaces/types.otherconnectionoptions.html#password","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":241,"kind":1024,"name":"fromId","url":"interfaces/types.otherconnectionoptions.html#fromid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":242,"kind":1024,"name":"toId","url":"interfaces/types.otherconnectionoptions.html#toid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":243,"kind":1024,"name":"idEndpoint","url":"interfaces/types.otherconnectionoptions.html#idendpoint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":244,"kind":1024,"name":"publishEndpoint","url":"interfaces/types.otherconnectionoptions.html#publishendpoint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":245,"kind":1024,"name":"subscribeEndpoint","url":"interfaces/types.otherconnectionoptions.html#subscribeendpoint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":246,"kind":1024,"name":"ca","url":"interfaces/types.otherconnectionoptions.html#ca","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":247,"kind":1024,"name":"key","url":"interfaces/types.otherconnectionoptions.html#key","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":248,"kind":1024,"name":"cert","url":"interfaces/types.otherconnectionoptions.html#cert","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":249,"kind":4194304,"name":"ConnectionOptions","url":"modules/types.html#connectionoptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":250,"kind":4194304,"name":"Response","url":"modules/types.html#response","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":251,"kind":4194304,"name":"DecodeFn","url":"modules/types.html#decodefn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":252,"kind":65536,"name":"__type","url":"modules/types.html#decodefn.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.DecodeFn"},{"id":253,"kind":4194304,"name":"DecodeResponse","url":"modules/types.html#decoderesponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":254,"kind":4194304,"name":"EncodeArgs","url":"modules/types.html#encodeargs","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":255,"kind":65536,"name":"__type","url":"modules/types.html#encodeargs.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.EncodeArgs"},{"id":256,"kind":1024,"name":"rootMsg","url":"modules/types.html#encodeargs.__type-9.rootmsg","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.EncodeArgs.__type"},{"id":257,"kind":1024,"name":"rootRecord","url":"modules/types.html#encodeargs.__type-9.rootrecord","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.EncodeArgs.__type"},{"id":258,"kind":1024,"name":"header","url":"modules/types.html#encodeargs.__type-9.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.EncodeArgs.__type"},{"id":259,"kind":1024,"name":"options","url":"modules/types.html#encodeargs.__type-9.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.EncodeArgs.__type"},{"id":260,"kind":1024,"name":"args","url":"modules/types.html#encodeargs.__type-9.args","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.EncodeArgs.__type"},{"id":261,"kind":4194304,"name":"OnIdent","url":"modules/types.html#onident","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":262,"kind":4194304,"name":"EncodeFn","url":"modules/types.html#encodefn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":263,"kind":65536,"name":"__type","url":"modules/types.html#encodefn.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.EncodeFn"},{"id":264,"kind":4194304,"name":"CallArgs","url":"modules/types.html#callargs","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":265,"kind":4194304,"name":"ClearFn","url":"modules/types.html#clearfn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":266,"kind":65536,"name":"__type","url":"modules/types.html#clearfn.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.ClearFn"},{"id":267,"kind":4194304,"name":"OnFn","url":"modules/types.html#onfn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":268,"kind":65536,"name":"__type","url":"modules/types.html#onfn.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.OnFn"},{"id":269,"kind":4194304,"name":"MakeFn","url":"modules/types.html#makefn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":270,"kind":65536,"name":"__type","url":"modules/types.html#makefn.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.MakeFn"},{"id":271,"kind":4194304,"name":"MakeRecipeFn","url":"modules/types.html#makerecipefn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":272,"kind":65536,"name":"__type","url":"modules/types.html#makerecipefn.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.MakeRecipeFn"},{"id":273,"kind":4194304,"name":"CommandTrigger","url":"modules/types.html#commandtrigger","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":274,"kind":65536,"name":"__type","url":"modules/types.html#commandtrigger.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.CommandTrigger"},{"id":275,"kind":1024,"name":"decode","url":"modules/types.html#commandtrigger.__type-5.decode-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.CommandTrigger.__type"},{"id":276,"kind":1024,"name":"encode","url":"modules/types.html#commandtrigger.__type-5.encode-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.CommandTrigger.__type"},{"id":277,"kind":4194304,"name":"CommandObject","url":"modules/types.html#commandobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":278,"kind":65536,"name":"__type","url":"modules/types.html#commandobject.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.CommandObject"},{"id":279,"kind":1024,"name":"encode","url":"modules/types.html#commandobject.__type-4.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.CommandObject.__type"},{"id":280,"kind":1024,"name":"decode","url":"modules/types.html#commandobject.__type-4.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.CommandObject.__type"},{"id":281,"kind":256,"name":"ConnectionEvents","url":"interfaces/types.connectionevents.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":282,"kind":1024,"name":"onError","url":"interfaces/types.connectionevents.html#onerror","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ConnectionEvents"},{"id":283,"kind":65536,"name":"__type","url":"interfaces/types.connectionevents.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"types.ConnectionEvents"},{"id":284,"kind":256,"name":"RecipeObject","url":"interfaces/types.recipeobject.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":285,"kind":1024,"name":"name","url":"interfaces/types.recipeobject.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.RecipeObject"},{"id":286,"kind":1024,"name":"make","url":"interfaces/types.recipeobject.html#make","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.RecipeObject"},{"id":287,"kind":4194304,"name":"CallOptions","url":"modules/types.html#calloptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":288,"kind":65536,"name":"__type","url":"modules/types.html#calloptions.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.CallOptions"},{"id":289,"kind":1024,"name":"responseMsgType","url":"modules/types.html#calloptions.__type-2.responsemsgtype","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.CallOptions.__type"},{"id":290,"kind":4194304,"name":"ResponseID","url":"modules/types.html#responseid","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":291,"kind":4194304,"name":"JSValue","url":"modules/types.html#jsvalue","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":292,"kind":4194304,"name":"CallFn","url":"modules/types.html#callfn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":293,"kind":65536,"name":"__type","url":"modules/types.html#callfn.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.CallFn"},{"id":294,"kind":1,"name":"util","url":"modules/util.html","classes":"tsd-kind-module"},{"id":295,"kind":64,"name":"makeRouter","url":"modules/util.html#makerouter","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util"},{"id":296,"kind":64,"name":"makeCallbackRouter","url":"modules/util.html#makecallbackrouter","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util"},{"id":297,"kind":64,"name":"log","url":"modules/util.html#log","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,44.477]],["parent/0",[]],["name/1",[1,30.978]],["parent/1",[0,4.334]],["name/2",[2,15.494]],["parent/2",[0,4.334]],["name/3",[3,31.747]],["parent/3",[4,4.662]],["name/4",[5,32.581]],["parent/4",[4,4.662]],["name/5",[6,44.477]],["parent/5",[]],["name/6",[1,30.978]],["parent/6",[6,4.334]],["name/7",[2,15.494]],["parent/7",[6,4.334]],["name/8",[3,31.747]],["parent/8",[7,4.662]],["name/9",[5,32.581]],["parent/9",[7,4.662]],["name/10",[8,44.477]],["parent/10",[]],["name/11",[1,30.978]],["parent/11",[8,4.334]],["name/12",[2,15.494]],["parent/12",[8,4.334]],["name/13",[3,31.747]],["parent/13",[9,4.662]],["name/14",[5,32.581]],["parent/14",[9,4.662]],["name/15",[10,34.492]],["parent/15",[]],["name/16",[11,47.842]],["parent/16",[10,3.361]],["name/17",[12,47.842]],["parent/17",[10,3.361]],["name/18",[13,44.477]],["parent/18",[10,3.361]],["name/19",[14,52.95]],["parent/19",[10,3.361]],["name/20",[15,52.95]],["parent/20",[10,3.361]],["name/21",[16,52.95]],["parent/21",[10,3.361]],["name/22",[3,31.747]],["parent/22",[10,3.361]],["name/23",[17,52.95]],["parent/23",[10,3.361]],["name/24",[18,44.477]],["parent/24",[]],["name/25",[1,30.978]],["parent/25",[18,4.334]],["name/26",[2,15.494]],["parent/26",[18,4.334]],["name/27",[3,31.747]],["parent/27",[19,4.662]],["name/28",[5,32.581]],["parent/28",[19,4.662]],["name/29",[20,44.477]],["parent/29",[]],["name/30",[1,30.978]],["parent/30",[20,4.334]],["name/31",[2,15.494]],["parent/31",[20,4.334]],["name/32",[3,31.747]],["parent/32",[21,4.662]],["name/33",[5,32.581]],["parent/33",[21,4.662]],["name/34",[22,44.477]],["parent/34",[]],["name/35",[1,30.978]],["parent/35",[22,4.334]],["name/36",[2,15.494]],["parent/36",[22,4.334]],["name/37",[3,31.747]],["parent/37",[23,4.662]],["name/38",[5,32.581]],["parent/38",[23,4.662]],["name/39",[24,44.477]],["parent/39",[]],["name/40",[1,30.978]],["parent/40",[24,4.334]],["name/41",[2,15.494]],["parent/41",[24,4.334]],["name/42",[3,31.747]],["parent/42",[25,4.662]],["name/43",[5,32.581]],["parent/43",[25,4.662]],["name/44",[26,44.477]],["parent/44",[]],["name/45",[1,30.978]],["parent/45",[26,4.334]],["name/46",[2,15.494]],["parent/46",[26,4.334]],["name/47",[27,41.964]],["parent/47",[28,4.662]],["name/48",[29,41.964]],["parent/48",[28,4.662]],["name/49",[30,44.477]],["parent/49",[]],["name/50",[1,30.978]],["parent/50",[30,4.334]],["name/51",[2,15.494]],["parent/51",[30,4.334]],["name/52",[27,41.964]],["parent/52",[31,4.662]],["name/53",[29,41.964]],["parent/53",[31,4.662]],["name/54",[32,44.477]],["parent/54",[]],["name/55",[1,30.978]],["parent/55",[32,4.334]],["name/56",[2,15.494]],["parent/56",[32,4.334]],["name/57",[27,41.964]],["parent/57",[33,4.662]],["name/58",[29,41.964]],["parent/58",[33,4.662]],["name/59",[34,44.477]],["parent/59",[]],["name/60",[1,30.978]],["parent/60",[34,4.334]],["name/61",[2,15.494]],["parent/61",[34,4.334]],["name/62",[3,31.747]],["parent/62",[35,4.662]],["name/63",[5,32.581]],["parent/63",[35,4.662]],["name/64",[36,44.477]],["parent/64",[]],["name/65",[1,30.978]],["parent/65",[36,4.334]],["name/66",[2,15.494]],["parent/66",[36,4.334]],["name/67",[3,31.747]],["parent/67",[37,4.662]],["name/68",[5,32.581]],["parent/68",[37,4.662]],["name/69",[38,29.596]],["parent/69",[]],["name/70",[39,52.95]],["parent/70",[38,2.884]],["name/71",[40,52.95]],["parent/71",[38,2.884]],["name/72",[41,52.95]],["parent/72",[38,2.884]],["name/73",[42,52.95]],["parent/73",[38,2.884]],["name/74",[43,52.95]],["parent/74",[38,2.884]],["name/75",[44,52.95]],["parent/75",[38,2.884]],["name/76",[45,52.95]],["parent/76",[38,2.884]],["name/77",[46,52.95]],["parent/77",[38,2.884]],["name/78",[47,52.95]],["parent/78",[38,2.884]],["name/79",[48,52.95]],["parent/79",[38,2.884]],["name/80",[49,52.95]],["parent/80",[38,2.884]],["name/81",[50,52.95]],["parent/81",[38,2.884]],["name/82",[51,52.95]],["parent/82",[38,2.884]],["name/83",[52,52.95]],["parent/83",[38,2.884]],["name/84",[53,47.842]],["parent/84",[]],["name/85",[1,30.978]],["parent/85",[53,4.662]],["name/86",[54,52.95]],["parent/86",[]],["name/87",[55,14.736]],["parent/87",[]],["name/88",[56,52.95]],["parent/88",[55,1.436]],["name/89",[57,52.95]],["parent/89",[55,1.436]],["name/90",[58,52.95]],["parent/90",[55,1.436]],["name/91",[2,15.494]],["parent/91",[59,5.159]],["name/92",[60,52.95]],["parent/92",[55,1.436]],["name/93",[2,15.494]],["parent/93",[61,5.159]],["name/94",[62,52.95]],["parent/94",[55,1.436]],["name/95",[2,15.494]],["parent/95",[63,5.159]],["name/96",[64,52.95]],["parent/96",[55,1.436]],["name/97",[2,15.494]],["parent/97",[65,5.159]],["name/98",[66,52.95]],["parent/98",[55,1.436]],["name/99",[2,15.494]],["parent/99",[67,5.159]],["name/100",[68,52.95]],["parent/100",[69,5.159]],["name/101",[70,52.95]],["parent/101",[55,1.436]],["name/102",[2,15.494]],["parent/102",[71,5.159]],["name/103",[72,47.842]],["parent/103",[73,4.662]],["name/104",[2,15.494]],["parent/104",[73,4.662]],["name/105",[74,52.95]],["parent/105",[55,1.436]],["name/106",[2,15.494]],["parent/106",[75,5.159]],["name/107",[76,52.95]],["parent/107",[55,1.436]],["name/108",[2,15.494]],["parent/108",[77,5.159]],["name/109",[78,52.95]],["parent/109",[55,1.436]],["name/110",[2,15.494]],["parent/110",[79,5.159]],["name/111",[80,52.95]],["parent/111",[55,1.436]],["name/112",[2,15.494]],["parent/112",[81,5.159]],["name/113",[82,52.95]],["parent/113",[55,1.436]],["name/114",[2,15.494]],["parent/114",[83,5.159]],["name/115",[84,52.95]],["parent/115",[55,1.436]],["name/116",[2,15.494]],["parent/116",[85,5.159]],["name/117",[86,52.95]],["parent/117",[55,1.436]],["name/118",[2,15.494]],["parent/118",[87,5.159]],["name/119",[88,52.95]],["parent/119",[55,1.436]],["name/120",[2,15.494]],["parent/120",[89,5.159]],["name/121",[90,47.842]],["parent/121",[55,1.436]],["name/122",[91,52.95]],["parent/122",[55,1.436]],["name/123",[92,52.95]],["parent/123",[55,1.436]],["name/124",[93,44.477]],["parent/124",[94,4.089]],["name/125",[95,47.842]],["parent/125",[94,4.089]],["name/126",[96,47.842]],["parent/126",[94,4.089]],["name/127",[97,47.842]],["parent/127",[94,4.089]],["name/128",[98,52.95]],["parent/128",[55,1.436]],["name/129",[99,52.95]],["parent/129",[55,1.436]],["name/130",[2,15.494]],["parent/130",[100,5.159]],["name/131",[101,52.95]],["parent/131",[102,4.662]],["name/132",[2,15.494]],["parent/132",[102,4.662]],["name/133",[103,52.95]],["parent/133",[104,5.159]],["name/134",[105,52.95]],["parent/134",[55,1.436]],["name/135",[2,15.494]],["parent/135",[106,5.159]],["name/136",[107,52.95]],["parent/136",[108,4.662]],["name/137",[2,15.494]],["parent/137",[108,4.662]],["name/138",[109,44.477]],["parent/138",[110,4.662]],["name/139",[93,44.477]],["parent/139",[110,4.662]],["name/140",[111,52.95]],["parent/140",[55,1.436]],["name/141",[2,15.494]],["parent/141",[112,5.159]],["name/142",[113,52.95]],["parent/142",[114,4.662]],["name/143",[2,15.494]],["parent/143",[114,4.662]],["name/144",[109,44.477]],["parent/144",[115,3.893]],["name/145",[93,44.477]],["parent/145",[115,3.893]],["name/146",[95,47.842]],["parent/146",[115,3.893]],["name/147",[96,47.842]],["parent/147",[115,3.893]],["name/148",[97,47.842]],["parent/148",[115,3.893]],["name/149",[116,52.95]],["parent/149",[55,1.436]],["name/150",[2,15.494]],["parent/150",[117,5.159]],["name/151",[118,47.842]],["parent/151",[119,4.662]],["name/152",[2,15.494]],["parent/152",[119,4.662]],["name/153",[90,47.842]],["parent/153",[120,4.089]],["name/154",[121,52.95]],["parent/154",[120,4.089]],["name/155",[122,52.95]],["parent/155",[120,4.089]],["name/156",[123,52.95]],["parent/156",[120,4.089]],["name/157",[124,52.95]],["parent/157",[55,1.436]],["name/158",[2,15.494]],["parent/158",[125,5.159]],["name/159",[126,52.95]],["parent/159",[127,4.662]],["name/160",[2,15.494]],["parent/160",[127,4.662]],["name/161",[128,44.477]],["parent/161",[129,4.662]],["name/162",[109,44.477]],["parent/162",[129,4.662]],["name/163",[130,52.95]],["parent/163",[55,1.436]],["name/164",[2,15.494]],["parent/164",[131,5.159]],["name/165",[132,47.842]],["parent/165",[133,4.662]],["name/166",[2,15.494]],["parent/166",[133,4.662]],["name/167",[134,52.95]],["parent/167",[135,5.159]],["name/168",[136,52.95]],["parent/168",[55,1.436]],["name/169",[2,15.494]],["parent/169",[137,5.159]],["name/170",[138,47.842]],["parent/170",[139,4.662]],["name/171",[2,15.494]],["parent/171",[139,4.662]],["name/172",[128,44.477]],["parent/172",[140,4.662]],["name/173",[141,52.95]],["parent/173",[140,4.662]],["name/174",[142,52.95]],["parent/174",[55,1.436]],["name/175",[143,52.95]],["parent/175",[55,1.436]],["name/176",[144,52.95]],["parent/176",[55,1.436]],["name/177",[2,15.494]],["parent/177",[145,5.159]],["name/178",[146,47.842]],["parent/178",[147,4.662]],["name/179",[2,15.494]],["parent/179",[147,4.662]],["name/180",[128,44.477]],["parent/180",[148,4.662]],["name/181",[149,52.95]],["parent/181",[148,4.662]],["name/182",[150,52.95]],["parent/182",[55,1.436]],["name/183",[151,52.95]],["parent/183",[55,1.436]],["name/184",[2,15.494]],["parent/184",[152,5.159]],["name/185",[153,52.95]],["parent/185",[55,1.436]],["name/186",[2,15.494]],["parent/186",[154,5.159]],["name/187",[155,52.95]],["parent/187",[55,1.436]],["name/188",[2,15.494]],["parent/188",[156,5.159]],["name/189",[157,44.477]],["parent/189",[55,1.436]],["name/190",[2,15.494]],["parent/190",[158,5.159]],["name/191",[159,52.95]],["parent/191",[160,4.334]],["name/192",[161,52.95]],["parent/192",[160,4.334]],["name/193",[162,52.95]],["parent/193",[160,4.334]],["name/194",[163,52.95]],["parent/194",[55,1.436]],["name/195",[132,47.842]],["parent/195",[164,2.823]],["name/196",[138,47.842]],["parent/196",[164,2.823]],["name/197",[118,47.842]],["parent/197",[164,2.823]],["name/198",[165,52.95]],["parent/198",[164,2.823]],["name/199",[146,47.842]],["parent/199",[164,2.823]],["name/200",[166,52.95]],["parent/200",[164,2.823]],["name/201",[167,52.95]],["parent/201",[164,2.823]],["name/202",[168,52.95]],["parent/202",[164,2.823]],["name/203",[169,52.95]],["parent/203",[164,2.823]],["name/204",[170,52.95]],["parent/204",[164,2.823]],["name/205",[72,47.842]],["parent/205",[164,2.823]],["name/206",[171,52.95]],["parent/206",[164,2.823]],["name/207",[172,52.95]],["parent/207",[164,2.823]],["name/208",[2,15.494]],["parent/208",[164,2.823]],["name/209",[157,44.477]],["parent/209",[164,2.823]],["name/210",[2,15.494]],["parent/210",[164,2.823]],["name/211",[173,52.95]],["parent/211",[55,1.436]],["name/212",[2,15.494]],["parent/212",[174,5.159]],["name/213",[175,52.95]],["parent/213",[55,1.436]],["name/214",[176,47.842]],["parent/214",[177,4.334]],["name/215",[178,52.95]],["parent/215",[177,4.334]],["name/216",[179,52.95]],["parent/216",[177,4.334]],["name/217",[180,52.95]],["parent/217",[55,1.436]],["name/218",[2,15.494]],["parent/218",[181,5.159]],["name/219",[182,52.95]],["parent/219",[55,1.436]],["name/220",[176,47.842]],["parent/220",[183,4.089]],["name/221",[184,52.95]],["parent/221",[183,4.089]],["name/222",[185,52.95]],["parent/222",[183,4.089]],["name/223",[186,52.95]],["parent/223",[183,4.089]],["name/224",[187,52.95]],["parent/224",[55,1.436]],["name/225",[188,52.95]],["parent/225",[189,4.334]],["name/226",[190,52.95]],["parent/226",[189,4.334]],["name/227",[191,44.477]],["parent/227",[189,4.334]],["name/228",[192,52.95]],["parent/228",[55,1.436]],["name/229",[191,44.477]],["parent/229",[193,4.662]],["name/230",[194,52.95]],["parent/230",[193,4.662]],["name/231",[195,52.95]],["parent/231",[55,1.436]],["name/232",[13,44.477]],["parent/232",[196,4.334]],["name/233",[197,52.95]],["parent/233",[196,4.334]],["name/234",[191,44.477]],["parent/234",[196,4.334]],["name/235",[198,52.95]],["parent/235",[55,1.436]],["name/236",[199,52.95]],["parent/236",[55,1.436]],["name/237",[200,52.95]],["parent/237",[55,1.436]],["name/238",[201,52.95]],["parent/238",[55,1.436]],["name/239",[202,52.95]],["parent/239",[203,3.263]],["name/240",[204,52.95]],["parent/240",[203,3.263]],["name/241",[205,52.95]],["parent/241",[203,3.263]],["name/242",[206,52.95]],["parent/242",[203,3.263]],["name/243",[207,52.95]],["parent/243",[203,3.263]],["name/244",[208,52.95]],["parent/244",[203,3.263]],["name/245",[209,52.95]],["parent/245",[203,3.263]],["name/246",[210,52.95]],["parent/246",[203,3.263]],["name/247",[211,52.95]],["parent/247",[203,3.263]],["name/248",[212,52.95]],["parent/248",[203,3.263]],["name/249",[213,52.95]],["parent/249",[55,1.436]],["name/250",[214,52.95]],["parent/250",[55,1.436]],["name/251",[215,52.95]],["parent/251",[55,1.436]],["name/252",[2,15.494]],["parent/252",[216,5.159]],["name/253",[217,52.95]],["parent/253",[55,1.436]],["name/254",[218,52.95]],["parent/254",[55,1.436]],["name/255",[2,15.494]],["parent/255",[219,5.159]],["name/256",[12,47.842]],["parent/256",[220,3.893]],["name/257",[11,47.842]],["parent/257",[220,3.893]],["name/258",[13,44.477]],["parent/258",[220,3.893]],["name/259",[157,44.477]],["parent/259",[220,3.893]],["name/260",[221,52.95]],["parent/260",[220,3.893]],["name/261",[222,52.95]],["parent/261",[55,1.436]],["name/262",[223,52.95]],["parent/262",[55,1.436]],["name/263",[2,15.494]],["parent/263",[224,5.159]],["name/264",[225,52.95]],["parent/264",[55,1.436]],["name/265",[226,52.95]],["parent/265",[55,1.436]],["name/266",[2,15.494]],["parent/266",[227,5.159]],["name/267",[228,52.95]],["parent/267",[55,1.436]],["name/268",[2,15.494]],["parent/268",[229,5.159]],["name/269",[230,52.95]],["parent/269",[55,1.436]],["name/270",[2,15.494]],["parent/270",[231,5.159]],["name/271",[232,52.95]],["parent/271",[55,1.436]],["name/272",[2,15.494]],["parent/272",[233,5.159]],["name/273",[234,52.95]],["parent/273",[55,1.436]],["name/274",[2,15.494]],["parent/274",[235,5.159]],["name/275",[3,31.747]],["parent/275",[236,4.662]],["name/276",[5,32.581]],["parent/276",[236,4.662]],["name/277",[237,52.95]],["parent/277",[55,1.436]],["name/278",[2,15.494]],["parent/278",[238,5.159]],["name/279",[5,32.581]],["parent/279",[239,4.662]],["name/280",[3,31.747]],["parent/280",[239,4.662]],["name/281",[240,52.95]],["parent/281",[55,1.436]],["name/282",[241,52.95]],["parent/282",[242,4.662]],["name/283",[2,15.494]],["parent/283",[242,4.662]],["name/284",[243,52.95]],["parent/284",[55,1.436]],["name/285",[27,41.964]],["parent/285",[244,4.662]],["name/286",[29,41.964]],["parent/286",[244,4.662]],["name/287",[245,52.95]],["parent/287",[55,1.436]],["name/288",[2,15.494]],["parent/288",[246,5.159]],["name/289",[247,52.95]],["parent/289",[248,5.159]],["name/290",[249,52.95]],["parent/290",[55,1.436]],["name/291",[250,52.95]],["parent/291",[55,1.436]],["name/292",[251,52.95]],["parent/292",[55,1.436]],["name/293",[2,15.494]],["parent/293",[252,5.159]],["name/294",[253,41.964]],["parent/294",[]],["name/295",[254,52.95]],["parent/295",[253,4.089]],["name/296",[255,52.95]],["parent/296",[253,4.089]],["name/297",[256,52.95]],["parent/297",[253,4.089]]],"invertedIndex":[["__type",{"_index":2,"name":{"2":{},"7":{},"12":{},"26":{},"31":{},"36":{},"41":{},"46":{},"51":{},"56":{},"61":{},"66":{},"91":{},"93":{},"95":{},"97":{},"99":{},"102":{},"104":{},"106":{},"108":{},"110":{},"112":{},"114":{},"116":{},"118":{},"120":{},"130":{},"132":{},"135":{},"137":{},"141":{},"143":{},"150":{},"152":{},"158":{},"160":{},"164":{},"166":{},"169":{},"171":{},"177":{},"179":{},"184":{},"186":{},"188":{},"190":{},"208":{},"210":{},"212":{},"218":{},"252":{},"255":{},"263":{},"266":{},"268":{},"270":{},"272":{},"274":{},"278":{},"283":{},"288":{},"293":{}},"parent":{}}],["_operate",{"_index":165,"name":{"198":{}},"parent":{}}],["add",{"_index":146,"name":{"178":{},"199":{}},"parent":{}}],["addcommand",{"_index":62,"name":{"94":{}},"parent":{}}],["addlookupcreateobject",{"_index":142,"name":{"174":{}},"parent":{}}],["addlookupcreateparamsetting",{"_index":143,"name":{"175":{}},"parent":{}}],["allowpartial",{"_index":128,"name":{"161":{},"172":{},"180":{}},"parent":{}}],["args",{"_index":221,"name":{"260":{}},"parent":{}}],["body",{"_index":197,"name":{"233":{}},"parent":{}}],["ca",{"_index":210,"name":{"246":{}},"parent":{}}],["callargs",{"_index":225,"name":{"264":{}},"parent":{}}],["callfn",{"_index":251,"name":{"292":{}},"parent":{}}],["calloptions",{"_index":245,"name":{"287":{}},"parent":{}}],["cert",{"_index":212,"name":{"248":{}},"parent":{}}],["certtype",{"_index":200,"name":{"237":{}},"parent":{}}],["clearfn",{"_index":226,"name":{"265":{}},"parent":{}}],["command",{"_index":90,"name":{"121":{},"153":{}},"parent":{}}],["commandkey",{"_index":121,"name":{"154":{}},"parent":{}}],["commandobject",{"_index":237,"name":{"277":{}},"parent":{}}],["commands",{"_index":10,"name":{"15":{}},"parent":{"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{}}}],["commands/add",{"_index":0,"name":{"0":{}},"parent":{"1":{},"2":{}}}],["commands/add.__type",{"_index":4,"name":{},"parent":{"3":{},"4":{}}}],["commands/del",{"_index":6,"name":{"5":{}},"parent":{"6":{},"7":{}}}],["commands/del.__type",{"_index":7,"name":{},"parent":{"8":{},"9":{}}}],["commands/get",{"_index":8,"name":{"10":{}},"parent":{"11":{},"12":{}}}],["commands/get.__type",{"_index":9,"name":{},"parent":{"13":{},"14":{}}}],["commands/instances",{"_index":18,"name":{"24":{}},"parent":{"25":{},"26":{}}}],["commands/instances.__type",{"_index":19,"name":{},"parent":{"27":{},"28":{}}}],["commands/notify",{"_index":20,"name":{"29":{}},"parent":{"30":{},"31":{}}}],["commands/notify.__type",{"_index":21,"name":{},"parent":{"32":{},"33":{}}}],["commands/operate",{"_index":22,"name":{"34":{}},"parent":{"35":{},"36":{}}}],["commands/operate.__type",{"_index":23,"name":{},"parent":{"37":{},"38":{}}}],["commands/proto",{"_index":24,"name":{"39":{}},"parent":{"40":{},"41":{}}}],["commands/proto.__type",{"_index":25,"name":{},"parent":{"42":{},"43":{}}}],["commands/recipes/operate",{"_index":26,"name":{"44":{}},"parent":{"45":{},"46":{}}}],["commands/recipes/operate.__type",{"_index":28,"name":{},"parent":{"47":{},"48":{}}}],["commands/recipes/resolve",{"_index":30,"name":{"49":{}},"parent":{"50":{},"51":{}}}],["commands/recipes/resolve.__type",{"_index":31,"name":{},"parent":{"52":{},"53":{}}}],["commands/recipes/subscribe",{"_index":32,"name":{"54":{}},"parent":{"55":{},"56":{}}}],["commands/recipes/subscribe.__type",{"_index":33,"name":{},"parent":{"57":{},"58":{}}}],["commands/set",{"_index":34,"name":{"59":{}},"parent":{"60":{},"61":{}}}],["commands/set.__type",{"_index":35,"name":{},"parent":{"62":{},"63":{}}}],["commands/supported",{"_index":36,"name":{"64":{}},"parent":{"65":{},"66":{}}}],["commands/supported.__type",{"_index":37,"name":{},"parent":{"67":{},"68":{}}}],["commands/util",{"_index":38,"name":{"69":{}},"parent":{"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"78":{},"79":{},"80":{},"81":{},"82":{},"83":{}}}],["commandtrigger",{"_index":234,"name":{"273":{}},"parent":{}}],["commandtype",{"_index":56,"name":{"88":{}},"parent":{}}],["connect",{"_index":173,"name":{"211":{}},"parent":{}}],["connectionevents",{"_index":240,"name":{"281":{}},"parent":{}}],["connectionoptions",{"_index":213,"name":{"249":{}},"parent":{}}],["controllersupportedprotocolversions",{"_index":103,"name":{"133":{}},"parent":{}}],["converttonestedobject",{"_index":44,"name":{"75":{}},"parent":{}}],["converttoobject",{"_index":51,"name":{"82":{}},"parent":{}}],["createobjs",{"_index":149,"name":{"181":{}},"parent":{}}],["decode",{"_index":3,"name":{"3":{},"8":{},"13":{},"22":{},"27":{},"32":{},"37":{},"42":{},"62":{},"67":{},"275":{},"280":{}},"parent":{}}],["decodefn",{"_index":215,"name":{"251":{}},"parent":{}}],["decodeid",{"_index":15,"name":{"20":{}},"parent":{}}],["decoderesponse",{"_index":217,"name":{"253":{}},"parent":{}}],["default",{"_index":1,"name":{"1":{},"6":{},"11":{},"25":{},"30":{},"35":{},"40":{},"45":{},"50":{},"55":{},"60":{},"65":{},"85":{}},"parent":{}}],["del",{"_index":166,"name":{"200":{}},"parent":{}}],["delcommand",{"_index":64,"name":{"96":{}},"parent":{}}],["delete",{"_index":126,"name":{"159":{}},"parent":{}}],["disconnect",{"_index":172,"name":{"207":{}},"parent":{}}],["encode",{"_index":5,"name":{"4":{},"9":{},"14":{},"28":{},"33":{},"38":{},"43":{},"63":{},"68":{},"276":{},"279":{}},"parent":{}}],["encodeargs",{"_index":218,"name":{"254":{}},"parent":{}}],["encodefn",{"_index":223,"name":{"262":{}},"parent":{}}],["extractcommand",{"_index":47,"name":{"78":{}},"parent":{}}],["firstlevelonly",{"_index":93,"name":{"124":{},"139":{},"145":{}},"parent":{}}],["fromid",{"_index":205,"name":{"241":{}},"parent":{}}],["fullyunwrapobject",{"_index":50,"name":{"81":{}},"parent":{}}],["get",{"_index":132,"name":{"165":{},"195":{}},"parent":{}}],["getcommand",{"_index":58,"name":{"90":{}},"parent":{}}],["getinstances",{"_index":107,"name":{"136":{}},"parent":{}}],["getreturn",{"_index":57,"name":{"89":{}},"parent":{}}],["getsupporteddm",{"_index":113,"name":{"142":{}},"parent":{}}],["getsupportedprotocol",{"_index":101,"name":{"131":{}},"parent":{}}],["hasmultipleindexes",{"_index":45,"name":{"76":{}},"parent":{}}],["header",{"_index":13,"name":{"18":{},"232":{},"258":{}},"parent":{}}],["hostconnectionoptions",{"_index":199,"name":{"236":{}},"parent":{}}],["id",{"_index":176,"name":{"214":{},"220":{}},"parent":{}}],["idendpoint",{"_index":207,"name":{"243":{}},"parent":{}}],["index",{"_index":53,"name":{"84":{}},"parent":{"85":{}}}],["inputargs",{"_index":123,"name":{"156":{}},"parent":{}}],["inputrecord",{"_index":98,"name":{"128":{}},"parent":{}}],["instances",{"_index":170,"name":{"204":{}},"parent":{}}],["instancescommand",{"_index":82,"name":{"113":{}},"parent":{}}],["isasync",{"_index":186,"name":{"223":{}},"parent":{}}],["isdigit",{"_index":40,"name":{"71":{}},"parent":{}}],["jsvalue",{"_index":250,"name":{"291":{}},"parent":{}}],["key",{"_index":211,"name":{"247":{}},"parent":{}}],["log",{"_index":256,"name":{"297":{}},"parent":{}}],["lookup",{"_index":191,"name":{"227":{},"229":{},"234":{}},"parent":{}}],["make",{"_index":29,"name":{"48":{},"53":{},"58":{},"286":{}},"parent":{}}],["makebuffer",{"_index":39,"name":{"70":{}},"parent":{}}],["makecallbackrouter",{"_index":255,"name":{"296":{}},"parent":{}}],["makeencode",{"_index":17,"name":{"23":{}},"parent":{}}],["makefn",{"_index":230,"name":{"269":{}},"parent":{}}],["makerecipefn",{"_index":232,"name":{"271":{}},"parent":{}}],["makerecipes",{"_index":14,"name":{"19":{}},"parent":{}}],["makerouter",{"_index":254,"name":{"295":{}},"parent":{}}],["msgid",{"_index":188,"name":{"225":{}},"parent":{}}],["msgtype",{"_index":190,"name":{"226":{}},"parent":{}}],["name",{"_index":27,"name":{"47":{},"52":{},"57":{},"285":{}},"parent":{}}],["notif",{"_index":178,"name":{"215":{}},"parent":{}}],["objpaths",{"_index":109,"name":{"138":{},"144":{},"162":{}},"parent":{}}],["on",{"_index":171,"name":{"206":{}},"parent":{}}],["onerror",{"_index":241,"name":{"282":{}},"parent":{}}],["onfn",{"_index":228,"name":{"267":{}},"parent":{}}],["onident",{"_index":222,"name":{"261":{}},"parent":{}}],["operate",{"_index":118,"name":{"151":{},"197":{}},"parent":{}}],["operateclearfn",{"_index":74,"name":{"105":{}},"parent":{}}],["operatecommand",{"_index":78,"name":{"109":{}},"parent":{}}],["operatefn",{"_index":70,"name":{"101":{}},"parent":{}}],["operateoptions",{"_index":182,"name":{"219":{}},"parent":{}}],["operaterecipe",{"_index":76,"name":{"107":{}},"parent":{}}],["operatesubscribeoptions",{"_index":66,"name":{"98":{}},"parent":{}}],["options",{"_index":157,"name":{"189":{},"209":{},"259":{}},"parent":{}}],["otherconnectionoptions",{"_index":201,"name":{"238":{}},"parent":{}}],["parampaths",{"_index":134,"name":{"167":{}},"parent":{}}],["password",{"_index":204,"name":{"240":{}},"parent":{}}],["pbrequestbody",{"_index":192,"name":{"228":{}},"parent":{}}],["pbrequestcommand",{"_index":91,"name":{"122":{}},"parent":{}}],["pbrequestcommandadd",{"_index":144,"name":{"176":{}},"parent":{}}],["pbrequestcommanddel",{"_index":124,"name":{"157":{}},"parent":{}}],["pbrequestcommandget",{"_index":130,"name":{"163":{}},"parent":{}}],["pbrequestcommandinstance",{"_index":105,"name":{"134":{}},"parent":{}}],["pbrequestcommandoperate",{"_index":116,"name":{"149":{}},"parent":{}}],["pbrequestcommandset",{"_index":136,"name":{"168":{}},"parent":{}}],["pbrequestcommandsupport",{"_index":111,"name":{"140":{}},"parent":{}}],["pbrequestcommandsupportproto",{"_index":99,"name":{"129":{}},"parent":{}}],["pbrequestheader",{"_index":187,"name":{"224":{}},"parent":{}}],["pbrequestmessage",{"_index":195,"name":{"231":{}},"parent":{}}],["persistent",{"_index":184,"name":{"221":{}},"parent":{}}],["postcall",{"_index":162,"name":{"193":{}},"parent":{}}],["postcallcallback",{"_index":155,"name":{"187":{}},"parent":{}}],["precall",{"_index":161,"name":{"192":{}},"parent":{}}],["precallcallback",{"_index":153,"name":{"185":{}},"parent":{}}],["promiseclearfn",{"_index":88,"name":{"119":{}},"parent":{}}],["publishendpoint",{"_index":208,"name":{"244":{}},"parent":{}}],["readmsg",{"_index":16,"name":{"21":{}},"parent":{}}],["recipe",{"_index":150,"name":{"182":{}},"parent":{}}],["recipeobject",{"_index":243,"name":{"284":{}},"parent":{}}],["reference",{"_index":179,"name":{"216":{}},"parent":{}}],["request",{"_index":194,"name":{"230":{}},"parent":{}}],["resolve",{"_index":167,"name":{"201":{}},"parent":{}}],["resolverecipe",{"_index":151,"name":{"183":{}},"parent":{}}],["response",{"_index":214,"name":{"250":{}},"parent":{}}],["responseid",{"_index":249,"name":{"290":{}},"parent":{}}],["responsemsgtype",{"_index":247,"name":{"289":{}},"parent":{}}],["returncommands",{"_index":95,"name":{"125":{},"146":{}},"parent":{}}],["returnevents",{"_index":96,"name":{"126":{},"147":{}},"parent":{}}],["returnparams",{"_index":97,"name":{"127":{},"148":{}},"parent":{}}],["rootmsg",{"_index":12,"name":{"17":{},"256":{}},"parent":{}}],["rootrecord",{"_index":11,"name":{"16":{},"257":{}},"parent":{}}],["search",{"_index":42,"name":{"73":{}},"parent":{}}],["searchall",{"_index":46,"name":{"77":{}},"parent":{}}],["searchparent",{"_index":43,"name":{"74":{}},"parent":{}}],["sendresp",{"_index":122,"name":{"155":{}},"parent":{}}],["sendresponse",{"_index":185,"name":{"222":{}},"parent":{}}],["set",{"_index":138,"name":{"170":{},"196":{}},"parent":{}}],["setcommand",{"_index":60,"name":{"92":{}},"parent":{}}],["skipoperateresponse",{"_index":68,"name":{"100":{}},"parent":{}}],["subscribe",{"_index":72,"name":{"103":{},"205":{}},"parent":{}}],["subscribeendpoint",{"_index":209,"name":{"245":{}},"parent":{}}],["subscriberecipe",{"_index":86,"name":{"117":{}},"parent":{}}],["subscriptioncallback",{"_index":180,"name":{"217":{}},"parent":{}}],["subscriptionoptions",{"_index":175,"name":{"213":{}},"parent":{}}],["suportedcommandopts",{"_index":92,"name":{"123":{}},"parent":{}}],["supporteddm",{"_index":168,"name":{"202":{}},"parent":{}}],["supporteddmcommand",{"_index":80,"name":{"111":{}},"parent":{}}],["supportedproto",{"_index":169,"name":{"203":{}},"parent":{}}],["supportedprotocommand",{"_index":84,"name":{"115":{}},"parent":{}}],["testy",{"_index":54,"name":{"86":{}},"parent":{}}],["timeout",{"_index":159,"name":{"191":{}},"parent":{}}],["toid",{"_index":206,"name":{"242":{}},"parent":{}}],["types",{"_index":55,"name":{"87":{}},"parent":{"88":{},"89":{},"90":{},"92":{},"94":{},"96":{},"98":{},"101":{},"105":{},"107":{},"109":{},"111":{},"113":{},"115":{},"117":{},"119":{},"121":{},"122":{},"123":{},"128":{},"129":{},"134":{},"140":{},"149":{},"157":{},"163":{},"168":{},"174":{},"175":{},"176":{},"182":{},"183":{},"185":{},"187":{},"189":{},"194":{},"211":{},"213":{},"217":{},"219":{},"224":{},"228":{},"231":{},"235":{},"236":{},"237":{},"238":{},"249":{},"250":{},"251":{},"253":{},"254":{},"261":{},"262":{},"264":{},"265":{},"267":{},"269":{},"271":{},"273":{},"277":{},"281":{},"284":{},"287":{},"290":{},"291":{},"292":{}}}],["types.addcommand",{"_index":63,"name":{},"parent":{"95":{}}}],["types.callfn",{"_index":252,"name":{},"parent":{"293":{}}}],["types.calloptions",{"_index":246,"name":{},"parent":{"288":{}}}],["types.calloptions.__type",{"_index":248,"name":{},"parent":{"289":{}}}],["types.clearfn",{"_index":227,"name":{},"parent":{"266":{}}}],["types.commandobject",{"_index":238,"name":{},"parent":{"278":{}}}],["types.commandobject.__type",{"_index":239,"name":{},"parent":{"279":{},"280":{}}}],["types.commandtrigger",{"_index":235,"name":{},"parent":{"274":{}}}],["types.commandtrigger.__type",{"_index":236,"name":{},"parent":{"275":{},"276":{}}}],["types.connect",{"_index":174,"name":{},"parent":{"212":{}}}],["types.connectionevents",{"_index":242,"name":{},"parent":{"282":{},"283":{}}}],["types.decodefn",{"_index":216,"name":{},"parent":{"252":{}}}],["types.delcommand",{"_index":65,"name":{},"parent":{"97":{}}}],["types.encodeargs",{"_index":219,"name":{},"parent":{"255":{}}}],["types.encodeargs.__type",{"_index":220,"name":{},"parent":{"256":{},"257":{},"258":{},"259":{},"260":{}}}],["types.encodefn",{"_index":224,"name":{},"parent":{"263":{}}}],["types.getcommand",{"_index":59,"name":{},"parent":{"91":{}}}],["types.instancescommand",{"_index":83,"name":{},"parent":{"114":{}}}],["types.makefn",{"_index":231,"name":{},"parent":{"270":{}}}],["types.makerecipefn",{"_index":233,"name":{},"parent":{"272":{}}}],["types.onfn",{"_index":229,"name":{},"parent":{"268":{}}}],["types.operateclearfn",{"_index":75,"name":{},"parent":{"106":{}}}],["types.operatecommand",{"_index":79,"name":{},"parent":{"110":{}}}],["types.operatefn",{"_index":71,"name":{},"parent":{"102":{}}}],["types.operatefn.__type",{"_index":73,"name":{},"parent":{"103":{},"104":{}}}],["types.operateoptions",{"_index":183,"name":{},"parent":{"220":{},"221":{},"222":{},"223":{}}}],["types.operaterecipe",{"_index":77,"name":{},"parent":{"108":{}}}],["types.operatesubscribeoptions",{"_index":67,"name":{},"parent":{"99":{}}}],["types.operatesubscribeoptions.__type",{"_index":69,"name":{},"parent":{"100":{}}}],["types.options",{"_index":158,"name":{},"parent":{"190":{}}}],["types.options.__type",{"_index":160,"name":{},"parent":{"191":{},"192":{},"193":{}}}],["types.otherconnectionoptions",{"_index":203,"name":{},"parent":{"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{}}}],["types.pbrequestbody",{"_index":193,"name":{},"parent":{"229":{},"230":{}}}],["types.pbrequestcommandadd",{"_index":145,"name":{},"parent":{"177":{}}}],["types.pbrequestcommandadd.__type",{"_index":147,"name":{},"parent":{"178":{},"179":{}}}],["types.pbrequestcommandadd.__type.__type",{"_index":148,"name":{},"parent":{"180":{},"181":{}}}],["types.pbrequestcommanddel",{"_index":125,"name":{},"parent":{"158":{}}}],["types.pbrequestcommanddel.__type",{"_index":127,"name":{},"parent":{"159":{},"160":{}}}],["types.pbrequestcommanddel.__type.__type",{"_index":129,"name":{},"parent":{"161":{},"162":{}}}],["types.pbrequestcommandget",{"_index":131,"name":{},"parent":{"164":{}}}],["types.pbrequestcommandget.__type",{"_index":133,"name":{},"parent":{"165":{},"166":{}}}],["types.pbrequestcommandget.__type.__type",{"_index":135,"name":{},"parent":{"167":{}}}],["types.pbrequestcommandinstance",{"_index":106,"name":{},"parent":{"135":{}}}],["types.pbrequestcommandinstance.__type",{"_index":108,"name":{},"parent":{"136":{},"137":{}}}],["types.pbrequestcommandinstance.__type.__type",{"_index":110,"name":{},"parent":{"138":{},"139":{}}}],["types.pbrequestcommandoperate",{"_index":117,"name":{},"parent":{"150":{}}}],["types.pbrequestcommandoperate.__type",{"_index":119,"name":{},"parent":{"151":{},"152":{}}}],["types.pbrequestcommandoperate.__type.__type",{"_index":120,"name":{},"parent":{"153":{},"154":{},"155":{},"156":{}}}],["types.pbrequestcommandset",{"_index":137,"name":{},"parent":{"169":{}}}],["types.pbrequestcommandset.__type",{"_index":139,"name":{},"parent":{"170":{},"171":{}}}],["types.pbrequestcommandset.__type.__type",{"_index":140,"name":{},"parent":{"172":{},"173":{}}}],["types.pbrequestcommandsupport",{"_index":112,"name":{},"parent":{"141":{}}}],["types.pbrequestcommandsupport.__type",{"_index":114,"name":{},"parent":{"142":{},"143":{}}}],["types.pbrequestcommandsupport.__type.__type",{"_index":115,"name":{},"parent":{"144":{},"145":{},"146":{},"147":{},"148":{}}}],["types.pbrequestcommandsupportproto",{"_index":100,"name":{},"parent":{"130":{}}}],["types.pbrequestcommandsupportproto.__type",{"_index":102,"name":{},"parent":{"131":{},"132":{}}}],["types.pbrequestcommandsupportproto.__type.__type",{"_index":104,"name":{},"parent":{"133":{}}}],["types.pbrequestheader",{"_index":189,"name":{},"parent":{"225":{},"226":{},"227":{}}}],["types.pbrequestmessage",{"_index":196,"name":{},"parent":{"232":{},"233":{},"234":{}}}],["types.postcallcallback",{"_index":156,"name":{},"parent":{"188":{}}}],["types.precallcallback",{"_index":154,"name":{},"parent":{"186":{}}}],["types.promiseclearfn",{"_index":89,"name":{},"parent":{"120":{}}}],["types.recipeobject",{"_index":244,"name":{},"parent":{"285":{},"286":{}}}],["types.resolverecipe",{"_index":152,"name":{},"parent":{"184":{}}}],["types.setcommand",{"_index":61,"name":{},"parent":{"93":{}}}],["types.subscriberecipe",{"_index":87,"name":{},"parent":{"118":{}}}],["types.subscriptioncallback",{"_index":181,"name":{},"parent":{"218":{}}}],["types.subscriptionoptions",{"_index":177,"name":{},"parent":{"214":{},"215":{},"216":{}}}],["types.suportedcommandopts",{"_index":94,"name":{},"parent":{"124":{},"125":{},"126":{},"127":{}}}],["types.supporteddmcommand",{"_index":81,"name":{},"parent":{"112":{}}}],["types.supportedprotocommand",{"_index":85,"name":{},"parent":{"116":{}}}],["types.usp",{"_index":164,"name":{},"parent":{"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{}}}],["unflatten",{"_index":41,"name":{"72":{}},"parent":{}}],["uniq",{"_index":52,"name":{"83":{}},"parent":{}}],["unwraparray",{"_index":49,"name":{"80":{}},"parent":{}}],["unwrapobject",{"_index":48,"name":{"79":{}},"parent":{}}],["updateobjs",{"_index":141,"name":{"173":{}},"parent":{}}],["urlconnectionoptions",{"_index":198,"name":{"235":{}},"parent":{}}],["username",{"_index":202,"name":{"239":{}},"parent":{}}],["usp",{"_index":163,"name":{"194":{}},"parent":{}}],["util",{"_index":253,"name":{"294":{}},"parent":{"295":{},"296":{},"297":{}}}]],"pipeline":[]}} \ No newline at end of file +window.searchData = {"kinds":{"1":"Module","64":"Function","256":"Interface","1024":"Property","65536":"Type literal","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":1,"name":"commands/add","url":"modules/commands_add.html","classes":"tsd-kind-module"},{"id":1,"kind":1024,"name":"default","url":"modules/commands_add.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/add"},{"id":2,"kind":65536,"name":"__type","url":"modules/commands_add.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/add"},{"id":3,"kind":1024,"name":"decode","url":"modules/commands_add.html#__type.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/add.__type"},{"id":4,"kind":1024,"name":"encode","url":"modules/commands_add.html#__type.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/add.__type"},{"id":5,"kind":1,"name":"commands/del","url":"modules/commands_del.html","classes":"tsd-kind-module"},{"id":6,"kind":1024,"name":"default","url":"modules/commands_del.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/del"},{"id":7,"kind":65536,"name":"__type","url":"modules/commands_del.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/del"},{"id":8,"kind":1024,"name":"decode","url":"modules/commands_del.html#__type.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/del.__type"},{"id":9,"kind":1024,"name":"encode","url":"modules/commands_del.html#__type.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/del.__type"},{"id":10,"kind":1,"name":"commands/get","url":"modules/commands_get.html","classes":"tsd-kind-module"},{"id":11,"kind":1024,"name":"default","url":"modules/commands_get.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/get"},{"id":12,"kind":65536,"name":"__type","url":"modules/commands_get.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/get"},{"id":13,"kind":1024,"name":"decode","url":"modules/commands_get.html#__type.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/get.__type"},{"id":14,"kind":1024,"name":"encode","url":"modules/commands_get.html#__type.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/get.__type"},{"id":15,"kind":1,"name":"commands","url":"modules/commands.html","classes":"tsd-kind-module"},{"id":16,"kind":64,"name":"makeRecipes","url":"modules/commands.html#makerecipes","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands"},{"id":17,"kind":64,"name":"decodeId","url":"modules/commands.html#decodeid","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands"},{"id":18,"kind":64,"name":"readMsg","url":"modules/commands.html#readmsg","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands"},{"id":19,"kind":64,"name":"decode","url":"modules/commands.html#decode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands"},{"id":20,"kind":64,"name":"makeEncode","url":"modules/commands.html#makeencode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands"},{"id":21,"kind":1,"name":"commands/instances","url":"modules/commands_instances.html","classes":"tsd-kind-module"},{"id":22,"kind":1024,"name":"default","url":"modules/commands_instances.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/instances"},{"id":23,"kind":65536,"name":"__type","url":"modules/commands_instances.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/instances"},{"id":24,"kind":1024,"name":"decode","url":"modules/commands_instances.html#__type.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/instances.__type"},{"id":25,"kind":1024,"name":"encode","url":"modules/commands_instances.html#__type.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/instances.__type"},{"id":26,"kind":1,"name":"commands/notify","url":"modules/commands_notify.html","classes":"tsd-kind-module"},{"id":27,"kind":1024,"name":"default","url":"modules/commands_notify.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/notify"},{"id":28,"kind":65536,"name":"__type","url":"modules/commands_notify.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/notify"},{"id":29,"kind":1024,"name":"decode","url":"modules/commands_notify.html#__type.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/notify.__type"},{"id":30,"kind":1024,"name":"encode","url":"modules/commands_notify.html#__type.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/notify.__type"},{"id":31,"kind":1,"name":"commands/operate","url":"modules/commands_operate.html","classes":"tsd-kind-module"},{"id":32,"kind":1024,"name":"default","url":"modules/commands_operate.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/operate"},{"id":33,"kind":65536,"name":"__type","url":"modules/commands_operate.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/operate"},{"id":34,"kind":1024,"name":"decode","url":"modules/commands_operate.html#__type.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/operate.__type"},{"id":35,"kind":1024,"name":"encode","url":"modules/commands_operate.html#__type.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/operate.__type"},{"id":36,"kind":1,"name":"commands/proto","url":"modules/commands_proto.html","classes":"tsd-kind-module"},{"id":37,"kind":1024,"name":"default","url":"modules/commands_proto.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/proto"},{"id":38,"kind":65536,"name":"__type","url":"modules/commands_proto.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/proto"},{"id":39,"kind":1024,"name":"decode","url":"modules/commands_proto.html#__type.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/proto.__type"},{"id":40,"kind":1024,"name":"encode","url":"modules/commands_proto.html#__type.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/proto.__type"},{"id":41,"kind":1,"name":"commands/recipes/operate","url":"modules/commands_recipes_operate.html","classes":"tsd-kind-module"},{"id":42,"kind":1024,"name":"default","url":"modules/commands_recipes_operate.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/recipes/operate"},{"id":43,"kind":65536,"name":"__type","url":"modules/commands_recipes_operate.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/recipes/operate"},{"id":44,"kind":1024,"name":"name","url":"modules/commands_recipes_operate.html#__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/recipes/operate.__type"},{"id":45,"kind":1024,"name":"make","url":"modules/commands_recipes_operate.html#__type.make","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/recipes/operate.__type"},{"id":46,"kind":1,"name":"commands/recipes/resolve","url":"modules/commands_recipes_resolve.html","classes":"tsd-kind-module"},{"id":47,"kind":1024,"name":"default","url":"modules/commands_recipes_resolve.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/recipes/resolve"},{"id":48,"kind":65536,"name":"__type","url":"modules/commands_recipes_resolve.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/recipes/resolve"},{"id":49,"kind":1024,"name":"name","url":"modules/commands_recipes_resolve.html#__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/recipes/resolve.__type"},{"id":50,"kind":1024,"name":"make","url":"modules/commands_recipes_resolve.html#__type.make","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/recipes/resolve.__type"},{"id":51,"kind":1,"name":"commands/recipes/subscribe","url":"modules/commands_recipes_subscribe.html","classes":"tsd-kind-module"},{"id":52,"kind":1024,"name":"default","url":"modules/commands_recipes_subscribe.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/recipes/subscribe"},{"id":53,"kind":65536,"name":"__type","url":"modules/commands_recipes_subscribe.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/recipes/subscribe"},{"id":54,"kind":1024,"name":"name","url":"modules/commands_recipes_subscribe.html#__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/recipes/subscribe.__type"},{"id":55,"kind":1024,"name":"make","url":"modules/commands_recipes_subscribe.html#__type.make","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/recipes/subscribe.__type"},{"id":56,"kind":1,"name":"commands/set","url":"modules/commands_set.html","classes":"tsd-kind-module"},{"id":57,"kind":1024,"name":"default","url":"modules/commands_set.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/set"},{"id":58,"kind":65536,"name":"__type","url":"modules/commands_set.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/set"},{"id":59,"kind":1024,"name":"decode","url":"modules/commands_set.html#__type.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/set.__type"},{"id":60,"kind":1024,"name":"encode","url":"modules/commands_set.html#__type.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/set.__type"},{"id":61,"kind":1,"name":"commands/supported","url":"modules/commands_supported.html","classes":"tsd-kind-module"},{"id":62,"kind":1024,"name":"default","url":"modules/commands_supported.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/supported"},{"id":63,"kind":65536,"name":"__type","url":"modules/commands_supported.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/supported"},{"id":64,"kind":1024,"name":"decode","url":"modules/commands_supported.html#__type.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/supported.__type"},{"id":65,"kind":1024,"name":"encode","url":"modules/commands_supported.html#__type.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/supported.__type"},{"id":66,"kind":1,"name":"commands/util","url":"modules/commands_util.html","classes":"tsd-kind-module"},{"id":67,"kind":64,"name":"makeBuffer","url":"modules/commands_util.html#makebuffer","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":68,"kind":64,"name":"isDigit","url":"modules/commands_util.html#isdigit","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":69,"kind":64,"name":"unflatten","url":"modules/commands_util.html#unflatten","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":70,"kind":64,"name":"search","url":"modules/commands_util.html#search","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":71,"kind":64,"name":"searchParent","url":"modules/commands_util.html#searchparent","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":72,"kind":64,"name":"convertToNestedObject","url":"modules/commands_util.html#converttonestedobject","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":73,"kind":64,"name":"hasMultipleIndexes","url":"modules/commands_util.html#hasmultipleindexes","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":74,"kind":64,"name":"searchAll","url":"modules/commands_util.html#searchall","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":75,"kind":64,"name":"extractCommand","url":"modules/commands_util.html#extractcommand","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":76,"kind":64,"name":"unwrapObject","url":"modules/commands_util.html#unwrapobject","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":77,"kind":64,"name":"unwrapArray","url":"modules/commands_util.html#unwraparray","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":78,"kind":64,"name":"fullyUnwrapObject","url":"modules/commands_util.html#fullyunwrapobject","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":79,"kind":64,"name":"uniq","url":"modules/commands_util.html#uniq","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/util"},{"id":80,"kind":1,"name":"configurations/build","url":"modules/configurations_build.html","classes":"tsd-kind-module"},{"id":81,"kind":64,"name":"default","url":"modules/configurations_build.html#default","classes":"tsd-kind-function tsd-parent-kind-module","parent":"configurations/build"},{"id":82,"kind":1,"name":"configurations/iopsys","url":"modules/configurations_iopsys.html","classes":"tsd-kind-module"},{"id":83,"kind":1024,"name":"default","url":"modules/configurations_iopsys.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"configurations/iopsys"},{"id":84,"kind":1,"name":"index","url":"modules/index.html","classes":"tsd-kind-module"},{"id":85,"kind":1,"name":"testy","url":"modules/testy.html","classes":"tsd-kind-module"},{"id":86,"kind":1,"name":"types","url":"modules/types.html","classes":"tsd-kind-module"},{"id":87,"kind":4194304,"name":"CommandType","url":"modules/types.html#commandtype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":88,"kind":4194304,"name":"GetReturn","url":"modules/types.html#getreturn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":89,"kind":4194304,"name":"GetCommand","url":"modules/types.html#getcommand","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":90,"kind":65536,"name":"__type","url":"modules/types.html#getcommand.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.GetCommand"},{"id":91,"kind":4194304,"name":"SetCommand","url":"modules/types.html#setcommand","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":92,"kind":65536,"name":"__type","url":"modules/types.html#setcommand.__type-54","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.SetCommand"},{"id":93,"kind":4194304,"name":"AddCommand","url":"modules/types.html#addcommand","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":94,"kind":65536,"name":"__type","url":"modules/types.html#addcommand.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.AddCommand"},{"id":95,"kind":4194304,"name":"DelCommand","url":"modules/types.html#delcommand","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":96,"kind":65536,"name":"__type","url":"modules/types.html#delcommand.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.DelCommand"},{"id":97,"kind":4194304,"name":"OperateSubscribeOptions","url":"modules/types.html#operatesubscribeoptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":98,"kind":65536,"name":"__type","url":"modules/types.html#operatesubscribeoptions.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.OperateSubscribeOptions"},{"id":99,"kind":1024,"name":"skipOperateResponse","url":"modules/types.html#operatesubscribeoptions.__type-31.skipoperateresponse","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.OperateSubscribeOptions.__type"},{"id":100,"kind":4194304,"name":"OperateFn","url":"modules/types.html#operatefn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":101,"kind":65536,"name":"__type","url":"modules/types.html#operatefn.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.OperateFn"},{"id":102,"kind":1024,"name":"subscribe","url":"modules/types.html#operatefn.__type-28.subscribe-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.OperateFn.__type"},{"id":103,"kind":65536,"name":"__type","url":"modules/types.html#operatefn.__type-28.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.OperateFn.__type"},{"id":104,"kind":4194304,"name":"OperateClearFn","url":"modules/types.html#operateclearfn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":105,"kind":65536,"name":"__type","url":"modules/types.html#operateclearfn.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.OperateClearFn"},{"id":106,"kind":4194304,"name":"OperateRecipe","url":"modules/types.html#operaterecipe","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":107,"kind":65536,"name":"__type","url":"modules/types.html#operaterecipe.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.OperateRecipe"},{"id":108,"kind":4194304,"name":"OperateCommand","url":"modules/types.html#operatecommand","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":109,"kind":65536,"name":"__type","url":"modules/types.html#operatecommand.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.OperateCommand"},{"id":110,"kind":4194304,"name":"SupportedDMCommand","url":"modules/types.html#supporteddmcommand","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":111,"kind":65536,"name":"__type","url":"modules/types.html#supporteddmcommand.__type-57","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.SupportedDMCommand"},{"id":112,"kind":4194304,"name":"InstancesCommand","url":"modules/types.html#instancescommand","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":113,"kind":65536,"name":"__type","url":"modules/types.html#instancescommand.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.InstancesCommand"},{"id":114,"kind":4194304,"name":"SupportedProtoCommand","url":"modules/types.html#supportedprotocommand","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":115,"kind":65536,"name":"__type","url":"modules/types.html#supportedprotocommand.__type-58","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.SupportedProtoCommand"},{"id":116,"kind":4194304,"name":"SubscribeRecipe","url":"modules/types.html#subscriberecipe","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":117,"kind":65536,"name":"__type","url":"modules/types.html#subscriberecipe.__type-55","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.SubscribeRecipe"},{"id":118,"kind":4194304,"name":"PromiseClearFn","url":"modules/types.html#promiseclearfn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":119,"kind":65536,"name":"__type","url":"modules/types.html#promiseclearfn.__type-51","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PromiseClearFn"},{"id":120,"kind":4194304,"name":"Command","url":"modules/types.html#command","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":121,"kind":4194304,"name":"PbRequestCommand","url":"modules/types.html#pbrequestcommand","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":122,"kind":256,"name":"SuportedCommandOpts","url":"interfaces/types.suportedcommandopts.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":123,"kind":1024,"name":"firstLevelOnly","url":"interfaces/types.suportedcommandopts.html#firstlevelonly","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.SuportedCommandOpts"},{"id":124,"kind":1024,"name":"returnCommands","url":"interfaces/types.suportedcommandopts.html#returncommands","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.SuportedCommandOpts"},{"id":125,"kind":1024,"name":"returnEvents","url":"interfaces/types.suportedcommandopts.html#returnevents","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.SuportedCommandOpts"},{"id":126,"kind":1024,"name":"returnParams","url":"interfaces/types.suportedcommandopts.html#returnparams","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.SuportedCommandOpts"},{"id":127,"kind":4194304,"name":"InputRecord","url":"modules/types.html#inputrecord","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":128,"kind":4194304,"name":"PbRequestCommandSupportProto","url":"modules/types.html#pbrequestcommandsupportproto","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":129,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandsupportproto.__type-47","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PbRequestCommandSupportProto"},{"id":130,"kind":1024,"name":"getSupportedProtocol","url":"modules/types.html#pbrequestcommandsupportproto.__type-47.getsupportedprotocol","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupportProto.__type"},{"id":131,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandsupportproto.__type-47.__type-48","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupportProto.__type"},{"id":132,"kind":1024,"name":"controllerSupportedProtocolVersions","url":"modules/types.html#pbrequestcommandsupportproto.__type-47.__type-48.controllersupportedprotocolversions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupportProto.__type.__type"},{"id":133,"kind":4194304,"name":"PbRequestCommandInstance","url":"modules/types.html#pbrequestcommandinstance","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":134,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandinstance.__type-39","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PbRequestCommandInstance"},{"id":135,"kind":1024,"name":"getInstances","url":"modules/types.html#pbrequestcommandinstance.__type-39.getinstances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandInstance.__type"},{"id":136,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandinstance.__type-39.__type-40","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.PbRequestCommandInstance.__type"},{"id":137,"kind":1024,"name":"objPaths","url":"modules/types.html#pbrequestcommandinstance.__type-39.__type-40.objpaths-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandInstance.__type.__type"},{"id":138,"kind":1024,"name":"firstLevelOnly","url":"modules/types.html#pbrequestcommandinstance.__type-39.__type-40.firstlevelonly","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandInstance.__type.__type"},{"id":139,"kind":4194304,"name":"PbRequestCommandSupport","url":"modules/types.html#pbrequestcommandsupport","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":140,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandsupport.__type-45","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PbRequestCommandSupport"},{"id":141,"kind":1024,"name":"getSupportedDm","url":"modules/types.html#pbrequestcommandsupport.__type-45.getsupporteddm","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupport.__type"},{"id":142,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandsupport.__type-45.__type-46","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupport.__type"},{"id":143,"kind":1024,"name":"objPaths","url":"modules/types.html#pbrequestcommandsupport.__type-45.__type-46.objpaths-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupport.__type.__type"},{"id":144,"kind":1024,"name":"firstLevelOnly","url":"modules/types.html#pbrequestcommandsupport.__type-45.__type-46.firstlevelonly-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupport.__type.__type"},{"id":145,"kind":1024,"name":"returnCommands","url":"modules/types.html#pbrequestcommandsupport.__type-45.__type-46.returncommands","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupport.__type.__type"},{"id":146,"kind":1024,"name":"returnEvents","url":"modules/types.html#pbrequestcommandsupport.__type-45.__type-46.returnevents","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupport.__type.__type"},{"id":147,"kind":1024,"name":"returnParams","url":"modules/types.html#pbrequestcommandsupport.__type-45.__type-46.returnparams","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSupport.__type.__type"},{"id":148,"kind":4194304,"name":"PbRequestCommandOperate","url":"modules/types.html#pbrequestcommandoperate","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":149,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandoperate.__type-41","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PbRequestCommandOperate"},{"id":150,"kind":1024,"name":"operate","url":"modules/types.html#pbrequestcommandoperate.__type-41.operate","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandOperate.__type"},{"id":151,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandoperate.__type-41.__type-42","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.PbRequestCommandOperate.__type"},{"id":152,"kind":1024,"name":"command","url":"modules/types.html#pbrequestcommandoperate.__type-41.__type-42.command-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandOperate.__type.__type"},{"id":153,"kind":1024,"name":"commandKey","url":"modules/types.html#pbrequestcommandoperate.__type-41.__type-42.commandkey","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandOperate.__type.__type"},{"id":154,"kind":1024,"name":"sendResp","url":"modules/types.html#pbrequestcommandoperate.__type-41.__type-42.sendresp","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandOperate.__type.__type"},{"id":155,"kind":1024,"name":"inputArgs","url":"modules/types.html#pbrequestcommandoperate.__type-41.__type-42.inputargs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandOperate.__type.__type"},{"id":156,"kind":4194304,"name":"PbRequestCommandDel","url":"modules/types.html#pbrequestcommanddel","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":157,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommanddel.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PbRequestCommandDel"},{"id":158,"kind":1024,"name":"delete","url":"modules/types.html#pbrequestcommanddel.__type-35.delete","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandDel.__type"},{"id":159,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommanddel.__type-35.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.PbRequestCommandDel.__type"},{"id":160,"kind":1024,"name":"allowPartial","url":"modules/types.html#pbrequestcommanddel.__type-35.__type-36.allowpartial-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandDel.__type.__type"},{"id":161,"kind":1024,"name":"objPaths","url":"modules/types.html#pbrequestcommanddel.__type-35.__type-36.objpaths","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandDel.__type.__type"},{"id":162,"kind":4194304,"name":"PbRequestCommandGet","url":"modules/types.html#pbrequestcommandget","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":163,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandget.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PbRequestCommandGet"},{"id":164,"kind":1024,"name":"get","url":"modules/types.html#pbrequestcommandget.__type-37.get","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandGet.__type"},{"id":165,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandget.__type-37.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.PbRequestCommandGet.__type"},{"id":166,"kind":1024,"name":"paramPaths","url":"modules/types.html#pbrequestcommandget.__type-37.__type-38.parampaths","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandGet.__type.__type"},{"id":167,"kind":4194304,"name":"PbRequestCommandSet","url":"modules/types.html#pbrequestcommandset","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":168,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandset.__type-43","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PbRequestCommandSet"},{"id":169,"kind":1024,"name":"set","url":"modules/types.html#pbrequestcommandset.__type-43.set","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSet.__type"},{"id":170,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandset.__type-43.__type-44","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSet.__type"},{"id":171,"kind":1024,"name":"allowPartial","url":"modules/types.html#pbrequestcommandset.__type-43.__type-44.allowpartial-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSet.__type.__type"},{"id":172,"kind":1024,"name":"updateObjs","url":"modules/types.html#pbrequestcommandset.__type-43.__type-44.updateobjs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandSet.__type.__type"},{"id":173,"kind":4194304,"name":"AddLookupCreateObject","url":"modules/types.html#addlookupcreateobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":174,"kind":4194304,"name":"AddLookupCreateParamSetting","url":"modules/types.html#addlookupcreateparamsetting","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":175,"kind":4194304,"name":"PbRequestCommandAdd","url":"modules/types.html#pbrequestcommandadd","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":176,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandadd.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PbRequestCommandAdd"},{"id":177,"kind":1024,"name":"add","url":"modules/types.html#pbrequestcommandadd.__type-33.add","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandAdd.__type"},{"id":178,"kind":65536,"name":"__type","url":"modules/types.html#pbrequestcommandadd.__type-33.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.PbRequestCommandAdd.__type"},{"id":179,"kind":1024,"name":"allowPartial","url":"modules/types.html#pbrequestcommandadd.__type-33.__type-34.allowpartial","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandAdd.__type.__type"},{"id":180,"kind":1024,"name":"createObjs","url":"modules/types.html#pbrequestcommandadd.__type-33.__type-34.createobjs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.PbRequestCommandAdd.__type.__type"},{"id":181,"kind":4194304,"name":"Recipe","url":"modules/types.html#recipe","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":182,"kind":4194304,"name":"ResolveRecipe","url":"modules/types.html#resolverecipe","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":183,"kind":65536,"name":"__type","url":"modules/types.html#resolverecipe.__type-53","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.ResolveRecipe"},{"id":184,"kind":4194304,"name":"PreCallCallback","url":"modules/types.html#precallcallback","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":185,"kind":65536,"name":"__type","url":"modules/types.html#precallcallback.__type-50","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PreCallCallback"},{"id":186,"kind":4194304,"name":"PostCallCallback","url":"modules/types.html#postcallcallback","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":187,"kind":65536,"name":"__type","url":"modules/types.html#postcallcallback.__type-49","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.PostCallCallback"},{"id":188,"kind":4194304,"name":"Options","url":"modules/types.html#options-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":189,"kind":65536,"name":"__type","url":"modules/types.html#options-1.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.Options"},{"id":190,"kind":1024,"name":"timeout","url":"modules/types.html#options-1.__type-32.timeout","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Options.__type"},{"id":191,"kind":1024,"name":"preCall","url":"modules/types.html#options-1.__type-32.precall","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Options.__type"},{"id":192,"kind":1024,"name":"postCall","url":"modules/types.html#options-1.__type-32.postcall","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Options.__type"},{"id":193,"kind":256,"name":"USP","url":"interfaces/types.usp.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":194,"kind":1024,"name":"get","url":"interfaces/types.usp.html#get","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":195,"kind":1024,"name":"set","url":"interfaces/types.usp.html#set","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":196,"kind":1024,"name":"operate","url":"interfaces/types.usp.html#operate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":197,"kind":1024,"name":"_operate","url":"interfaces/types.usp.html#_operate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":198,"kind":1024,"name":"add","url":"interfaces/types.usp.html#add","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":199,"kind":1024,"name":"del","url":"interfaces/types.usp.html#del","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":200,"kind":1024,"name":"resolve","url":"interfaces/types.usp.html#resolve","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":201,"kind":1024,"name":"supportedDM","url":"interfaces/types.usp.html#supporteddm","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":202,"kind":1024,"name":"supportedProto","url":"interfaces/types.usp.html#supportedproto","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":203,"kind":1024,"name":"instances","url":"interfaces/types.usp.html#instances","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":204,"kind":1024,"name":"subscribe","url":"interfaces/types.usp.html#subscribe","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":205,"kind":1024,"name":"on","url":"interfaces/types.usp.html#on","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":206,"kind":1024,"name":"disconnect","url":"interfaces/types.usp.html#disconnect","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":207,"kind":65536,"name":"__type","url":"interfaces/types.usp.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"types.USP"},{"id":208,"kind":1024,"name":"options","url":"interfaces/types.usp.html#options","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.USP"},{"id":209,"kind":65536,"name":"__type","url":"interfaces/types.usp.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"types.USP"},{"id":210,"kind":4194304,"name":"Connect","url":"modules/types.html#connect","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":211,"kind":65536,"name":"__type","url":"modules/types.html#connect.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.Connect"},{"id":212,"kind":256,"name":"SubscriptionOptions","url":"interfaces/types.subscriptionoptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":213,"kind":1024,"name":"id","url":"interfaces/types.subscriptionoptions.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.SubscriptionOptions"},{"id":214,"kind":1024,"name":"notif","url":"interfaces/types.subscriptionoptions.html#notif","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.SubscriptionOptions"},{"id":215,"kind":1024,"name":"reference","url":"interfaces/types.subscriptionoptions.html#reference","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.SubscriptionOptions"},{"id":216,"kind":4194304,"name":"SubscriptionCallback","url":"modules/types.html#subscriptioncallback","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":217,"kind":65536,"name":"__type","url":"modules/types.html#subscriptioncallback.__type-56","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.SubscriptionCallback"},{"id":218,"kind":256,"name":"OperateOptions","url":"interfaces/types.operateoptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":219,"kind":1024,"name":"ID","url":"interfaces/types.operateoptions.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OperateOptions"},{"id":220,"kind":1024,"name":"Persistent","url":"interfaces/types.operateoptions.html#persistent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OperateOptions"},{"id":221,"kind":1024,"name":"sendResponse","url":"interfaces/types.operateoptions.html#sendresponse","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OperateOptions"},{"id":222,"kind":1024,"name":"isAsync","url":"interfaces/types.operateoptions.html#isasync","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OperateOptions"},{"id":223,"kind":256,"name":"PbRequestHeader","url":"interfaces/types.pbrequestheader.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":224,"kind":1024,"name":"msgId","url":"interfaces/types.pbrequestheader.html#msgid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.PbRequestHeader"},{"id":225,"kind":1024,"name":"msgType","url":"interfaces/types.pbrequestheader.html#msgtype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.PbRequestHeader"},{"id":226,"kind":1024,"name":"lookup","url":"interfaces/types.pbrequestheader.html#lookup","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.PbRequestHeader"},{"id":227,"kind":256,"name":"PbRequestBody","url":"interfaces/types.pbrequestbody.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":228,"kind":1024,"name":"lookup","url":"interfaces/types.pbrequestbody.html#lookup","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.PbRequestBody"},{"id":229,"kind":1024,"name":"request","url":"interfaces/types.pbrequestbody.html#request","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.PbRequestBody"},{"id":230,"kind":256,"name":"PbRequestMessage","url":"interfaces/types.pbrequestmessage.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":231,"kind":1024,"name":"header","url":"interfaces/types.pbrequestmessage.html#header","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.PbRequestMessage"},{"id":232,"kind":1024,"name":"body","url":"interfaces/types.pbrequestmessage.html#body","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.PbRequestMessage"},{"id":233,"kind":1024,"name":"lookup","url":"interfaces/types.pbrequestmessage.html#lookup","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.PbRequestMessage"},{"id":234,"kind":4194304,"name":"URLConnectionOptions","url":"modules/types.html#urlconnectionoptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":235,"kind":4194304,"name":"HostConnectionOptions","url":"modules/types.html#hostconnectionoptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":236,"kind":4194304,"name":"CertType","url":"modules/types.html#certtype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":237,"kind":256,"name":"OtherConnectionOptions","url":"interfaces/types.otherconnectionoptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":238,"kind":1024,"name":"username","url":"interfaces/types.otherconnectionoptions.html#username","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":239,"kind":1024,"name":"password","url":"interfaces/types.otherconnectionoptions.html#password","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":240,"kind":1024,"name":"fromId","url":"interfaces/types.otherconnectionoptions.html#fromid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":241,"kind":1024,"name":"toId","url":"interfaces/types.otherconnectionoptions.html#toid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":242,"kind":1024,"name":"idEndpoint","url":"interfaces/types.otherconnectionoptions.html#idendpoint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":243,"kind":1024,"name":"publishEndpoint","url":"interfaces/types.otherconnectionoptions.html#publishendpoint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":244,"kind":1024,"name":"subscribeEndpoint","url":"interfaces/types.otherconnectionoptions.html#subscribeendpoint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":245,"kind":1024,"name":"ca","url":"interfaces/types.otherconnectionoptions.html#ca","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":246,"kind":1024,"name":"key","url":"interfaces/types.otherconnectionoptions.html#key","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":247,"kind":1024,"name":"cert","url":"interfaces/types.otherconnectionoptions.html#cert","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":248,"kind":1024,"name":"closeOnDisconnect","url":"interfaces/types.otherconnectionoptions.html#closeondisconnect","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":249,"kind":1024,"name":"reconnectsBeforeClosing","url":"interfaces/types.otherconnectionoptions.html#reconnectsbeforeclosing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.OtherConnectionOptions"},{"id":250,"kind":4194304,"name":"ConnectionOptions","url":"modules/types.html#connectionoptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":251,"kind":4194304,"name":"Response","url":"modules/types.html#response","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":252,"kind":4194304,"name":"DecodeFn","url":"modules/types.html#decodefn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":253,"kind":65536,"name":"__type","url":"modules/types.html#decodefn.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.DecodeFn"},{"id":254,"kind":4194304,"name":"DecodeResponse","url":"modules/types.html#decoderesponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":255,"kind":4194304,"name":"EncodeArgs","url":"modules/types.html#encodeargs","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":256,"kind":65536,"name":"__type","url":"modules/types.html#encodeargs.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.EncodeArgs"},{"id":257,"kind":1024,"name":"rootMsg","url":"modules/types.html#encodeargs.__type-18.rootmsg","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.EncodeArgs.__type"},{"id":258,"kind":1024,"name":"rootRecord","url":"modules/types.html#encodeargs.__type-18.rootrecord","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.EncodeArgs.__type"},{"id":259,"kind":1024,"name":"header","url":"modules/types.html#encodeargs.__type-18.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.EncodeArgs.__type"},{"id":260,"kind":1024,"name":"options","url":"modules/types.html#encodeargs.__type-18.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.EncodeArgs.__type"},{"id":261,"kind":1024,"name":"args","url":"modules/types.html#encodeargs.__type-18.args","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.EncodeArgs.__type"},{"id":262,"kind":4194304,"name":"OnIdent","url":"modules/types.html#onident","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":263,"kind":4194304,"name":"EncodeFn","url":"modules/types.html#encodefn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":264,"kind":65536,"name":"__type","url":"modules/types.html#encodefn.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.EncodeFn"},{"id":265,"kind":4194304,"name":"CallArgs","url":"modules/types.html#callargs","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":266,"kind":4194304,"name":"ClearFn","url":"modules/types.html#clearfn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":267,"kind":65536,"name":"__type","url":"modules/types.html#clearfn.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.ClearFn"},{"id":268,"kind":4194304,"name":"OnFn","url":"modules/types.html#onfn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":269,"kind":65536,"name":"__type","url":"modules/types.html#onfn.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.OnFn"},{"id":270,"kind":4194304,"name":"MakeFn","url":"modules/types.html#makefn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":271,"kind":65536,"name":"__type","url":"modules/types.html#makefn.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.MakeFn"},{"id":272,"kind":4194304,"name":"MakeRecipeFn","url":"modules/types.html#makerecipefn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":273,"kind":65536,"name":"__type","url":"modules/types.html#makerecipefn.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.MakeRecipeFn"},{"id":274,"kind":4194304,"name":"CommandTrigger","url":"modules/types.html#commandtrigger","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":275,"kind":65536,"name":"__type","url":"modules/types.html#commandtrigger.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.CommandTrigger"},{"id":276,"kind":1024,"name":"decode","url":"modules/types.html#commandtrigger.__type-6.decode-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.CommandTrigger.__type"},{"id":277,"kind":1024,"name":"encode","url":"modules/types.html#commandtrigger.__type-6.encode-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.CommandTrigger.__type"},{"id":278,"kind":4194304,"name":"CommandObject","url":"modules/types.html#commandobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":279,"kind":65536,"name":"__type","url":"modules/types.html#commandobject.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.CommandObject"},{"id":280,"kind":1024,"name":"encode","url":"modules/types.html#commandobject.__type-5.encode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.CommandObject.__type"},{"id":281,"kind":1024,"name":"decode","url":"modules/types.html#commandobject.__type-5.decode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.CommandObject.__type"},{"id":282,"kind":256,"name":"ConnectionEvents","url":"interfaces/types.connectionevents.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":283,"kind":1024,"name":"onError","url":"interfaces/types.connectionevents.html#onerror","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ConnectionEvents"},{"id":284,"kind":65536,"name":"__type","url":"interfaces/types.connectionevents.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"types.ConnectionEvents"},{"id":285,"kind":1024,"name":"onOffline","url":"interfaces/types.connectionevents.html#onoffline","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ConnectionEvents"},{"id":286,"kind":65536,"name":"__type","url":"interfaces/types.connectionevents.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"types.ConnectionEvents"},{"id":287,"kind":1024,"name":"onReconnect","url":"interfaces/types.connectionevents.html#onreconnect","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ConnectionEvents"},{"id":288,"kind":65536,"name":"__type","url":"interfaces/types.connectionevents.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"types.ConnectionEvents"},{"id":289,"kind":1024,"name":"onClose","url":"interfaces/types.connectionevents.html#onclose","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ConnectionEvents"},{"id":290,"kind":65536,"name":"__type","url":"interfaces/types.connectionevents.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"types.ConnectionEvents"},{"id":291,"kind":256,"name":"RecipeObject","url":"interfaces/types.recipeobject.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":292,"kind":1024,"name":"name","url":"interfaces/types.recipeobject.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.RecipeObject"},{"id":293,"kind":1024,"name":"make","url":"interfaces/types.recipeobject.html#make","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.RecipeObject"},{"id":294,"kind":4194304,"name":"CallOptions","url":"modules/types.html#calloptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":295,"kind":65536,"name":"__type","url":"modules/types.html#calloptions.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.CallOptions"},{"id":296,"kind":1024,"name":"responseMsgType","url":"modules/types.html#calloptions.__type-3.responsemsgtype","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.CallOptions.__type"},{"id":297,"kind":4194304,"name":"ResponseID","url":"modules/types.html#responseid","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":298,"kind":4194304,"name":"JSValue","url":"modules/types.html#jsvalue","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":299,"kind":4194304,"name":"CallFn","url":"modules/types.html#callfn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":300,"kind":65536,"name":"__type","url":"modules/types.html#callfn.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.CallFn"},{"id":301,"kind":4194304,"name":"ConnectionClient","url":"modules/types.html#connectionclient","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":302,"kind":65536,"name":"__type","url":"modules/types.html#connectionclient.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.ConnectionClient"},{"id":303,"kind":1024,"name":"on","url":"modules/types.html#connectionclient.__type-9.on","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.ConnectionClient.__type"},{"id":304,"kind":65536,"name":"__type","url":"modules/types.html#connectionclient.__type-9.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.ConnectionClient.__type"},{"id":305,"kind":1024,"name":"subscribe","url":"modules/types.html#connectionclient.__type-9.subscribe","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.ConnectionClient.__type"},{"id":306,"kind":65536,"name":"__type","url":"modules/types.html#connectionclient.__type-9.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.ConnectionClient.__type"},{"id":307,"kind":1024,"name":"unsubscribe","url":"modules/types.html#connectionclient.__type-9.unsubscribe","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.ConnectionClient.__type"},{"id":308,"kind":65536,"name":"__type","url":"modules/types.html#connectionclient.__type-9.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.ConnectionClient.__type"},{"id":309,"kind":1024,"name":"publish","url":"modules/types.html#connectionclient.__type-9.publish","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.ConnectionClient.__type"},{"id":310,"kind":65536,"name":"__type","url":"modules/types.html#connectionclient.__type-9.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.ConnectionClient.__type"},{"id":311,"kind":1024,"name":"end","url":"modules/types.html#connectionclient.__type-9.end","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.ConnectionClient.__type"},{"id":312,"kind":65536,"name":"__type","url":"modules/types.html#connectionclient.__type-9.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"types.ConnectionClient.__type"},{"id":313,"kind":4194304,"name":"ConnectClientFn","url":"modules/types.html#connectclientfn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":314,"kind":65536,"name":"__type","url":"modules/types.html#connectclientfn.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.ConnectClientFn"},{"id":315,"kind":4194304,"name":"DecodeIDFn","url":"modules/types.html#decodeidfn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":316,"kind":65536,"name":"__type","url":"modules/types.html#decodeidfn.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.DecodeIDFn"},{"id":317,"kind":4194304,"name":"Proto","url":"modules/types.html#proto","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":318,"kind":65536,"name":"__type","url":"modules/types.html#proto.__type-52","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.Proto"},{"id":319,"kind":1024,"name":"rootRecord","url":"modules/types.html#proto.__type-52.rootrecord-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Proto.__type"},{"id":320,"kind":1024,"name":"rootMsg","url":"modules/types.html#proto.__type-52.rootmsg-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Proto.__type"},{"id":321,"kind":1024,"name":"header","url":"modules/types.html#proto.__type-52.header-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Proto.__type"},{"id":322,"kind":4194304,"name":"LoadProtobufFn","url":"modules/types.html#loadprotobuffn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":323,"kind":65536,"name":"__type","url":"modules/types.html#loadprotobuffn.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.LoadProtobufFn"},{"id":324,"kind":4194304,"name":"BuildConnectionFn","url":"modules/types.html#buildconnectionfn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":325,"kind":65536,"name":"__type","url":"modules/types.html#buildconnectionfn.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.BuildConnectionFn"},{"id":326,"kind":1,"name":"util","url":"modules/util.html","classes":"tsd-kind-module"},{"id":327,"kind":64,"name":"makeRouter","url":"modules/util.html#makerouter","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util"},{"id":328,"kind":64,"name":"makeCallbackRouter","url":"modules/util.html#makecallbackrouter","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util"},{"id":329,"kind":64,"name":"log","url":"modules/util.html#log","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util"},{"id":330,"kind":16777216,"name":"build","url":"modules/index.html#build","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":331,"kind":16777216,"name":"default","url":"modules/index.html#default","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,45.554]],["parent/0",[]],["name/1",[1,30.673]],["parent/1",[0,4.439]],["name/2",[2,14.579]],["parent/2",[0,4.439]],["name/3",[3,32.824]],["parent/3",[4,4.767]],["name/4",[5,33.658]],["parent/4",[4,4.767]],["name/5",[6,45.554]],["parent/5",[]],["name/6",[1,30.673]],["parent/6",[6,4.439]],["name/7",[2,14.579]],["parent/7",[6,4.439]],["name/8",[3,32.824]],["parent/8",[7,4.767]],["name/9",[5,33.658]],["parent/9",[7,4.767]],["name/10",[8,45.554]],["parent/10",[]],["name/11",[1,30.673]],["parent/11",[8,4.439]],["name/12",[2,14.579]],["parent/12",[8,4.439]],["name/13",[3,32.824]],["parent/13",[9,4.767]],["name/14",[5,33.658]],["parent/14",[9,4.767]],["name/15",[10,39.363]],["parent/15",[]],["name/16",[11,54.027]],["parent/16",[10,3.836]],["name/17",[12,54.027]],["parent/17",[10,3.836]],["name/18",[13,54.027]],["parent/18",[10,3.836]],["name/19",[3,32.824]],["parent/19",[10,3.836]],["name/20",[14,54.027]],["parent/20",[10,3.836]],["name/21",[15,45.554]],["parent/21",[]],["name/22",[1,30.673]],["parent/22",[15,4.439]],["name/23",[2,14.579]],["parent/23",[15,4.439]],["name/24",[3,32.824]],["parent/24",[16,4.767]],["name/25",[5,33.658]],["parent/25",[16,4.767]],["name/26",[17,45.554]],["parent/26",[]],["name/27",[1,30.673]],["parent/27",[17,4.439]],["name/28",[2,14.579]],["parent/28",[17,4.439]],["name/29",[3,32.824]],["parent/29",[18,4.767]],["name/30",[5,33.658]],["parent/30",[18,4.767]],["name/31",[19,45.554]],["parent/31",[]],["name/32",[1,30.673]],["parent/32",[19,4.439]],["name/33",[2,14.579]],["parent/33",[19,4.439]],["name/34",[3,32.824]],["parent/34",[20,4.767]],["name/35",[5,33.658]],["parent/35",[20,4.767]],["name/36",[21,45.554]],["parent/36",[]],["name/37",[1,30.673]],["parent/37",[21,4.439]],["name/38",[2,14.579]],["parent/38",[21,4.439]],["name/39",[3,32.824]],["parent/39",[22,4.767]],["name/40",[5,33.658]],["parent/40",[22,4.767]],["name/41",[23,45.554]],["parent/41",[]],["name/42",[1,30.673]],["parent/42",[23,4.439]],["name/43",[2,14.579]],["parent/43",[23,4.439]],["name/44",[24,43.041]],["parent/44",[25,4.767]],["name/45",[26,43.041]],["parent/45",[25,4.767]],["name/46",[27,45.554]],["parent/46",[]],["name/47",[1,30.673]],["parent/47",[27,4.439]],["name/48",[2,14.579]],["parent/48",[27,4.439]],["name/49",[24,43.041]],["parent/49",[28,4.767]],["name/50",[26,43.041]],["parent/50",[28,4.767]],["name/51",[29,45.554]],["parent/51",[]],["name/52",[1,30.673]],["parent/52",[29,4.439]],["name/53",[2,14.579]],["parent/53",[29,4.439]],["name/54",[24,43.041]],["parent/54",[30,4.767]],["name/55",[26,43.041]],["parent/55",[30,4.767]],["name/56",[31,45.554]],["parent/56",[]],["name/57",[1,30.673]],["parent/57",[31,4.439]],["name/58",[2,14.579]],["parent/58",[31,4.439]],["name/59",[3,32.824]],["parent/59",[32,4.767]],["name/60",[5,33.658]],["parent/60",[32,4.767]],["name/61",[33,45.554]],["parent/61",[]],["name/62",[1,30.673]],["parent/62",[33,4.439]],["name/63",[2,14.579]],["parent/63",[33,4.439]],["name/64",[3,32.824]],["parent/64",[34,4.767]],["name/65",[5,33.658]],["parent/65",[34,4.767]],["name/66",[35,31.34]],["parent/66",[]],["name/67",[36,54.027]],["parent/67",[35,3.054]],["name/68",[37,54.027]],["parent/68",[35,3.054]],["name/69",[38,54.027]],["parent/69",[35,3.054]],["name/70",[39,54.027]],["parent/70",[35,3.054]],["name/71",[40,54.027]],["parent/71",[35,3.054]],["name/72",[41,54.027]],["parent/72",[35,3.054]],["name/73",[42,54.027]],["parent/73",[35,3.054]],["name/74",[43,54.027]],["parent/74",[35,3.054]],["name/75",[44,54.027]],["parent/75",[35,3.054]],["name/76",[45,54.027]],["parent/76",[35,3.054]],["name/77",[46,54.027]],["parent/77",[35,3.054]],["name/78",[47,54.027]],["parent/78",[35,3.054]],["name/79",[48,54.027]],["parent/79",[35,3.054]],["name/80",[49,48.919]],["parent/80",[]],["name/81",[1,30.673]],["parent/81",[49,4.767]],["name/82",[50,48.919]],["parent/82",[]],["name/83",[1,30.673]],["parent/83",[50,4.767]],["name/84",[51,45.554]],["parent/84",[]],["name/85",[52,54.027]],["parent/85",[]],["name/86",[53,14.973]],["parent/86",[]],["name/87",[54,54.027]],["parent/87",[53,1.459]],["name/88",[55,54.027]],["parent/88",[53,1.459]],["name/89",[56,54.027]],["parent/89",[53,1.459]],["name/90",[2,14.579]],["parent/90",[57,5.265]],["name/91",[58,54.027]],["parent/91",[53,1.459]],["name/92",[2,14.579]],["parent/92",[59,5.265]],["name/93",[60,54.027]],["parent/93",[53,1.459]],["name/94",[2,14.579]],["parent/94",[61,5.265]],["name/95",[62,54.027]],["parent/95",[53,1.459]],["name/96",[2,14.579]],["parent/96",[63,5.265]],["name/97",[64,54.027]],["parent/97",[53,1.459]],["name/98",[2,14.579]],["parent/98",[65,5.265]],["name/99",[66,54.027]],["parent/99",[67,5.265]],["name/100",[68,54.027]],["parent/100",[53,1.459]],["name/101",[2,14.579]],["parent/101",[69,5.265]],["name/102",[70,45.554]],["parent/102",[71,4.767]],["name/103",[2,14.579]],["parent/103",[71,4.767]],["name/104",[72,54.027]],["parent/104",[53,1.459]],["name/105",[2,14.579]],["parent/105",[73,5.265]],["name/106",[74,54.027]],["parent/106",[53,1.459]],["name/107",[2,14.579]],["parent/107",[75,5.265]],["name/108",[76,54.027]],["parent/108",[53,1.459]],["name/109",[2,14.579]],["parent/109",[77,5.265]],["name/110",[78,54.027]],["parent/110",[53,1.459]],["name/111",[2,14.579]],["parent/111",[79,5.265]],["name/112",[80,54.027]],["parent/112",[53,1.459]],["name/113",[2,14.579]],["parent/113",[81,5.265]],["name/114",[82,54.027]],["parent/114",[53,1.459]],["name/115",[2,14.579]],["parent/115",[83,5.265]],["name/116",[84,54.027]],["parent/116",[53,1.459]],["name/117",[2,14.579]],["parent/117",[85,5.265]],["name/118",[86,54.027]],["parent/118",[53,1.459]],["name/119",[2,14.579]],["parent/119",[87,5.265]],["name/120",[88,48.919]],["parent/120",[53,1.459]],["name/121",[89,54.027]],["parent/121",[53,1.459]],["name/122",[90,54.027]],["parent/122",[53,1.459]],["name/123",[91,45.554]],["parent/123",[92,4.194]],["name/124",[93,48.919]],["parent/124",[92,4.194]],["name/125",[94,48.919]],["parent/125",[92,4.194]],["name/126",[95,48.919]],["parent/126",[92,4.194]],["name/127",[96,54.027]],["parent/127",[53,1.459]],["name/128",[97,54.027]],["parent/128",[53,1.459]],["name/129",[2,14.579]],["parent/129",[98,5.265]],["name/130",[99,54.027]],["parent/130",[100,4.767]],["name/131",[2,14.579]],["parent/131",[100,4.767]],["name/132",[101,54.027]],["parent/132",[102,5.265]],["name/133",[103,54.027]],["parent/133",[53,1.459]],["name/134",[2,14.579]],["parent/134",[104,5.265]],["name/135",[105,54.027]],["parent/135",[106,4.767]],["name/136",[2,14.579]],["parent/136",[106,4.767]],["name/137",[107,45.554]],["parent/137",[108,4.767]],["name/138",[91,45.554]],["parent/138",[108,4.767]],["name/139",[109,54.027]],["parent/139",[53,1.459]],["name/140",[2,14.579]],["parent/140",[110,5.265]],["name/141",[111,54.027]],["parent/141",[112,4.767]],["name/142",[2,14.579]],["parent/142",[112,4.767]],["name/143",[107,45.554]],["parent/143",[113,3.999]],["name/144",[91,45.554]],["parent/144",[113,3.999]],["name/145",[93,48.919]],["parent/145",[113,3.999]],["name/146",[94,48.919]],["parent/146",[113,3.999]],["name/147",[95,48.919]],["parent/147",[113,3.999]],["name/148",[114,54.027]],["parent/148",[53,1.459]],["name/149",[2,14.579]],["parent/149",[115,5.265]],["name/150",[116,48.919]],["parent/150",[117,4.767]],["name/151",[2,14.579]],["parent/151",[117,4.767]],["name/152",[88,48.919]],["parent/152",[118,4.194]],["name/153",[119,54.027]],["parent/153",[118,4.194]],["name/154",[120,54.027]],["parent/154",[118,4.194]],["name/155",[121,54.027]],["parent/155",[118,4.194]],["name/156",[122,54.027]],["parent/156",[53,1.459]],["name/157",[2,14.579]],["parent/157",[123,5.265]],["name/158",[124,54.027]],["parent/158",[125,4.767]],["name/159",[2,14.579]],["parent/159",[125,4.767]],["name/160",[126,45.554]],["parent/160",[127,4.767]],["name/161",[107,45.554]],["parent/161",[127,4.767]],["name/162",[128,54.027]],["parent/162",[53,1.459]],["name/163",[2,14.579]],["parent/163",[129,5.265]],["name/164",[130,48.919]],["parent/164",[131,4.767]],["name/165",[2,14.579]],["parent/165",[131,4.767]],["name/166",[132,54.027]],["parent/166",[133,5.265]],["name/167",[134,54.027]],["parent/167",[53,1.459]],["name/168",[2,14.579]],["parent/168",[135,5.265]],["name/169",[136,48.919]],["parent/169",[137,4.767]],["name/170",[2,14.579]],["parent/170",[137,4.767]],["name/171",[126,45.554]],["parent/171",[138,4.767]],["name/172",[139,54.027]],["parent/172",[138,4.767]],["name/173",[140,54.027]],["parent/173",[53,1.459]],["name/174",[141,54.027]],["parent/174",[53,1.459]],["name/175",[142,54.027]],["parent/175",[53,1.459]],["name/176",[2,14.579]],["parent/176",[143,5.265]],["name/177",[144,48.919]],["parent/177",[145,4.767]],["name/178",[2,14.579]],["parent/178",[145,4.767]],["name/179",[126,45.554]],["parent/179",[146,4.767]],["name/180",[147,54.027]],["parent/180",[146,4.767]],["name/181",[148,54.027]],["parent/181",[53,1.459]],["name/182",[149,54.027]],["parent/182",[53,1.459]],["name/183",[2,14.579]],["parent/183",[150,5.265]],["name/184",[151,54.027]],["parent/184",[53,1.459]],["name/185",[2,14.579]],["parent/185",[152,5.265]],["name/186",[153,54.027]],["parent/186",[53,1.459]],["name/187",[2,14.579]],["parent/187",[154,5.265]],["name/188",[155,45.554]],["parent/188",[53,1.459]],["name/189",[2,14.579]],["parent/189",[156,5.265]],["name/190",[157,54.027]],["parent/190",[158,4.439]],["name/191",[159,54.027]],["parent/191",[158,4.439]],["name/192",[160,54.027]],["parent/192",[158,4.439]],["name/193",[161,54.027]],["parent/193",[53,1.459]],["name/194",[130,48.919]],["parent/194",[162,2.928]],["name/195",[136,48.919]],["parent/195",[162,2.928]],["name/196",[116,48.919]],["parent/196",[162,2.928]],["name/197",[163,54.027]],["parent/197",[162,2.928]],["name/198",[144,48.919]],["parent/198",[162,2.928]],["name/199",[164,54.027]],["parent/199",[162,2.928]],["name/200",[165,54.027]],["parent/200",[162,2.928]],["name/201",[166,54.027]],["parent/201",[162,2.928]],["name/202",[167,54.027]],["parent/202",[162,2.928]],["name/203",[168,54.027]],["parent/203",[162,2.928]],["name/204",[70,45.554]],["parent/204",[162,2.928]],["name/205",[169,48.919]],["parent/205",[162,2.928]],["name/206",[170,54.027]],["parent/206",[162,2.928]],["name/207",[2,14.579]],["parent/207",[162,2.928]],["name/208",[155,45.554]],["parent/208",[162,2.928]],["name/209",[2,14.579]],["parent/209",[162,2.928]],["name/210",[171,54.027]],["parent/210",[53,1.459]],["name/211",[2,14.579]],["parent/211",[172,5.265]],["name/212",[173,54.027]],["parent/212",[53,1.459]],["name/213",[174,48.919]],["parent/213",[175,4.439]],["name/214",[176,54.027]],["parent/214",[175,4.439]],["name/215",[177,54.027]],["parent/215",[175,4.439]],["name/216",[178,54.027]],["parent/216",[53,1.459]],["name/217",[2,14.579]],["parent/217",[179,5.265]],["name/218",[180,54.027]],["parent/218",[53,1.459]],["name/219",[174,48.919]],["parent/219",[181,4.194]],["name/220",[182,54.027]],["parent/220",[181,4.194]],["name/221",[183,54.027]],["parent/221",[181,4.194]],["name/222",[184,54.027]],["parent/222",[181,4.194]],["name/223",[185,54.027]],["parent/223",[53,1.459]],["name/224",[186,54.027]],["parent/224",[187,4.439]],["name/225",[188,54.027]],["parent/225",[187,4.439]],["name/226",[189,45.554]],["parent/226",[187,4.439]],["name/227",[190,54.027]],["parent/227",[53,1.459]],["name/228",[189,45.554]],["parent/228",[191,4.767]],["name/229",[192,54.027]],["parent/229",[191,4.767]],["name/230",[193,54.027]],["parent/230",[53,1.459]],["name/231",[194,45.554]],["parent/231",[195,4.439]],["name/232",[196,54.027]],["parent/232",[195,4.439]],["name/233",[189,45.554]],["parent/233",[195,4.439]],["name/234",[197,54.027]],["parent/234",[53,1.459]],["name/235",[198,54.027]],["parent/235",[53,1.459]],["name/236",[199,54.027]],["parent/236",[53,1.459]],["name/237",[200,54.027]],["parent/237",[53,1.459]],["name/238",[201,54.027]],["parent/238",[202,3.199]],["name/239",[203,54.027]],["parent/239",[202,3.199]],["name/240",[204,54.027]],["parent/240",[202,3.199]],["name/241",[205,54.027]],["parent/241",[202,3.199]],["name/242",[206,54.027]],["parent/242",[202,3.199]],["name/243",[207,54.027]],["parent/243",[202,3.199]],["name/244",[208,54.027]],["parent/244",[202,3.199]],["name/245",[209,54.027]],["parent/245",[202,3.199]],["name/246",[210,54.027]],["parent/246",[202,3.199]],["name/247",[211,54.027]],["parent/247",[202,3.199]],["name/248",[212,54.027]],["parent/248",[202,3.199]],["name/249",[213,54.027]],["parent/249",[202,3.199]],["name/250",[214,54.027]],["parent/250",[53,1.459]],["name/251",[215,54.027]],["parent/251",[53,1.459]],["name/252",[216,54.027]],["parent/252",[53,1.459]],["name/253",[2,14.579]],["parent/253",[217,5.265]],["name/254",[218,54.027]],["parent/254",[53,1.459]],["name/255",[219,54.027]],["parent/255",[53,1.459]],["name/256",[2,14.579]],["parent/256",[220,5.265]],["name/257",[221,48.919]],["parent/257",[222,3.999]],["name/258",[223,48.919]],["parent/258",[222,3.999]],["name/259",[194,45.554]],["parent/259",[222,3.999]],["name/260",[155,45.554]],["parent/260",[222,3.999]],["name/261",[224,54.027]],["parent/261",[222,3.999]],["name/262",[225,54.027]],["parent/262",[53,1.459]],["name/263",[226,54.027]],["parent/263",[53,1.459]],["name/264",[2,14.579]],["parent/264",[227,5.265]],["name/265",[228,54.027]],["parent/265",[53,1.459]],["name/266",[229,54.027]],["parent/266",[53,1.459]],["name/267",[2,14.579]],["parent/267",[230,5.265]],["name/268",[231,54.027]],["parent/268",[53,1.459]],["name/269",[2,14.579]],["parent/269",[232,5.265]],["name/270",[233,54.027]],["parent/270",[53,1.459]],["name/271",[2,14.579]],["parent/271",[234,5.265]],["name/272",[235,54.027]],["parent/272",[53,1.459]],["name/273",[2,14.579]],["parent/273",[236,5.265]],["name/274",[237,54.027]],["parent/274",[53,1.459]],["name/275",[2,14.579]],["parent/275",[238,5.265]],["name/276",[3,32.824]],["parent/276",[239,4.767]],["name/277",[5,33.658]],["parent/277",[239,4.767]],["name/278",[240,54.027]],["parent/278",[53,1.459]],["name/279",[2,14.579]],["parent/279",[241,5.265]],["name/280",[5,33.658]],["parent/280",[242,4.767]],["name/281",[3,32.824]],["parent/281",[242,4.767]],["name/282",[243,54.027]],["parent/282",[53,1.459]],["name/283",[244,54.027]],["parent/283",[245,3.574]],["name/284",[2,14.579]],["parent/284",[245,3.574]],["name/285",[246,54.027]],["parent/285",[245,3.574]],["name/286",[2,14.579]],["parent/286",[245,3.574]],["name/287",[247,54.027]],["parent/287",[245,3.574]],["name/288",[2,14.579]],["parent/288",[245,3.574]],["name/289",[248,54.027]],["parent/289",[245,3.574]],["name/290",[2,14.579]],["parent/290",[245,3.574]],["name/291",[249,54.027]],["parent/291",[53,1.459]],["name/292",[24,43.041]],["parent/292",[250,4.767]],["name/293",[26,43.041]],["parent/293",[250,4.767]],["name/294",[251,54.027]],["parent/294",[53,1.459]],["name/295",[2,14.579]],["parent/295",[252,5.265]],["name/296",[253,54.027]],["parent/296",[254,5.265]],["name/297",[255,54.027]],["parent/297",[53,1.459]],["name/298",[256,54.027]],["parent/298",[53,1.459]],["name/299",[257,54.027]],["parent/299",[53,1.459]],["name/300",[2,14.579]],["parent/300",[258,5.265]],["name/301",[259,54.027]],["parent/301",[53,1.459]],["name/302",[2,14.579]],["parent/302",[260,5.265]],["name/303",[169,48.919]],["parent/303",[261,3.368]],["name/304",[2,14.579]],["parent/304",[261,3.368]],["name/305",[70,45.554]],["parent/305",[261,3.368]],["name/306",[2,14.579]],["parent/306",[261,3.368]],["name/307",[262,54.027]],["parent/307",[261,3.368]],["name/308",[2,14.579]],["parent/308",[261,3.368]],["name/309",[263,54.027]],["parent/309",[261,3.368]],["name/310",[2,14.579]],["parent/310",[261,3.368]],["name/311",[264,54.027]],["parent/311",[261,3.368]],["name/312",[2,14.579]],["parent/312",[261,3.368]],["name/313",[265,54.027]],["parent/313",[53,1.459]],["name/314",[2,14.579]],["parent/314",[266,5.265]],["name/315",[267,54.027]],["parent/315",[53,1.459]],["name/316",[2,14.579]],["parent/316",[268,5.265]],["name/317",[269,54.027]],["parent/317",[53,1.459]],["name/318",[2,14.579]],["parent/318",[270,5.265]],["name/319",[223,48.919]],["parent/319",[271,4.439]],["name/320",[221,48.919]],["parent/320",[271,4.439]],["name/321",[194,45.554]],["parent/321",[271,4.439]],["name/322",[272,54.027]],["parent/322",[53,1.459]],["name/323",[2,14.579]],["parent/323",[273,5.265]],["name/324",[274,54.027]],["parent/324",[53,1.459]],["name/325",[2,14.579]],["parent/325",[275,5.265]],["name/326",[276,43.041]],["parent/326",[]],["name/327",[277,54.027]],["parent/327",[276,4.194]],["name/328",[278,54.027]],["parent/328",[276,4.194]],["name/329",[279,54.027]],["parent/329",[276,4.194]],["name/330",[280,54.027]],["parent/330",[51,4.439]],["name/331",[1,30.673]],["parent/331",[51,4.439]]],"invertedIndex":[["__type",{"_index":2,"name":{"2":{},"7":{},"12":{},"23":{},"28":{},"33":{},"38":{},"43":{},"48":{},"53":{},"58":{},"63":{},"90":{},"92":{},"94":{},"96":{},"98":{},"101":{},"103":{},"105":{},"107":{},"109":{},"111":{},"113":{},"115":{},"117":{},"119":{},"129":{},"131":{},"134":{},"136":{},"140":{},"142":{},"149":{},"151":{},"157":{},"159":{},"163":{},"165":{},"168":{},"170":{},"176":{},"178":{},"183":{},"185":{},"187":{},"189":{},"207":{},"209":{},"211":{},"217":{},"253":{},"256":{},"264":{},"267":{},"269":{},"271":{},"273":{},"275":{},"279":{},"284":{},"286":{},"288":{},"290":{},"295":{},"300":{},"302":{},"304":{},"306":{},"308":{},"310":{},"312":{},"314":{},"316":{},"318":{},"323":{},"325":{}},"parent":{}}],["_operate",{"_index":163,"name":{"197":{}},"parent":{}}],["add",{"_index":144,"name":{"177":{},"198":{}},"parent":{}}],["addcommand",{"_index":60,"name":{"93":{}},"parent":{}}],["addlookupcreateobject",{"_index":140,"name":{"173":{}},"parent":{}}],["addlookupcreateparamsetting",{"_index":141,"name":{"174":{}},"parent":{}}],["allowpartial",{"_index":126,"name":{"160":{},"171":{},"179":{}},"parent":{}}],["args",{"_index":224,"name":{"261":{}},"parent":{}}],["body",{"_index":196,"name":{"232":{}},"parent":{}}],["build",{"_index":280,"name":{"330":{}},"parent":{}}],["buildconnectionfn",{"_index":274,"name":{"324":{}},"parent":{}}],["ca",{"_index":209,"name":{"245":{}},"parent":{}}],["callargs",{"_index":228,"name":{"265":{}},"parent":{}}],["callfn",{"_index":257,"name":{"299":{}},"parent":{}}],["calloptions",{"_index":251,"name":{"294":{}},"parent":{}}],["cert",{"_index":211,"name":{"247":{}},"parent":{}}],["certtype",{"_index":199,"name":{"236":{}},"parent":{}}],["clearfn",{"_index":229,"name":{"266":{}},"parent":{}}],["closeondisconnect",{"_index":212,"name":{"248":{}},"parent":{}}],["command",{"_index":88,"name":{"120":{},"152":{}},"parent":{}}],["commandkey",{"_index":119,"name":{"153":{}},"parent":{}}],["commandobject",{"_index":240,"name":{"278":{}},"parent":{}}],["commands",{"_index":10,"name":{"15":{}},"parent":{"16":{},"17":{},"18":{},"19":{},"20":{}}}],["commands/add",{"_index":0,"name":{"0":{}},"parent":{"1":{},"2":{}}}],["commands/add.__type",{"_index":4,"name":{},"parent":{"3":{},"4":{}}}],["commands/del",{"_index":6,"name":{"5":{}},"parent":{"6":{},"7":{}}}],["commands/del.__type",{"_index":7,"name":{},"parent":{"8":{},"9":{}}}],["commands/get",{"_index":8,"name":{"10":{}},"parent":{"11":{},"12":{}}}],["commands/get.__type",{"_index":9,"name":{},"parent":{"13":{},"14":{}}}],["commands/instances",{"_index":15,"name":{"21":{}},"parent":{"22":{},"23":{}}}],["commands/instances.__type",{"_index":16,"name":{},"parent":{"24":{},"25":{}}}],["commands/notify",{"_index":17,"name":{"26":{}},"parent":{"27":{},"28":{}}}],["commands/notify.__type",{"_index":18,"name":{},"parent":{"29":{},"30":{}}}],["commands/operate",{"_index":19,"name":{"31":{}},"parent":{"32":{},"33":{}}}],["commands/operate.__type",{"_index":20,"name":{},"parent":{"34":{},"35":{}}}],["commands/proto",{"_index":21,"name":{"36":{}},"parent":{"37":{},"38":{}}}],["commands/proto.__type",{"_index":22,"name":{},"parent":{"39":{},"40":{}}}],["commands/recipes/operate",{"_index":23,"name":{"41":{}},"parent":{"42":{},"43":{}}}],["commands/recipes/operate.__type",{"_index":25,"name":{},"parent":{"44":{},"45":{}}}],["commands/recipes/resolve",{"_index":27,"name":{"46":{}},"parent":{"47":{},"48":{}}}],["commands/recipes/resolve.__type",{"_index":28,"name":{},"parent":{"49":{},"50":{}}}],["commands/recipes/subscribe",{"_index":29,"name":{"51":{}},"parent":{"52":{},"53":{}}}],["commands/recipes/subscribe.__type",{"_index":30,"name":{},"parent":{"54":{},"55":{}}}],["commands/set",{"_index":31,"name":{"56":{}},"parent":{"57":{},"58":{}}}],["commands/set.__type",{"_index":32,"name":{},"parent":{"59":{},"60":{}}}],["commands/supported",{"_index":33,"name":{"61":{}},"parent":{"62":{},"63":{}}}],["commands/supported.__type",{"_index":34,"name":{},"parent":{"64":{},"65":{}}}],["commands/util",{"_index":35,"name":{"66":{}},"parent":{"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"78":{},"79":{}}}],["commandtrigger",{"_index":237,"name":{"274":{}},"parent":{}}],["commandtype",{"_index":54,"name":{"87":{}},"parent":{}}],["configurations/build",{"_index":49,"name":{"80":{}},"parent":{"81":{}}}],["configurations/iopsys",{"_index":50,"name":{"82":{}},"parent":{"83":{}}}],["connect",{"_index":171,"name":{"210":{}},"parent":{}}],["connectclientfn",{"_index":265,"name":{"313":{}},"parent":{}}],["connectionclient",{"_index":259,"name":{"301":{}},"parent":{}}],["connectionevents",{"_index":243,"name":{"282":{}},"parent":{}}],["connectionoptions",{"_index":214,"name":{"250":{}},"parent":{}}],["controllersupportedprotocolversions",{"_index":101,"name":{"132":{}},"parent":{}}],["converttonestedobject",{"_index":41,"name":{"72":{}},"parent":{}}],["createobjs",{"_index":147,"name":{"180":{}},"parent":{}}],["decode",{"_index":3,"name":{"3":{},"8":{},"13":{},"19":{},"24":{},"29":{},"34":{},"39":{},"59":{},"64":{},"276":{},"281":{}},"parent":{}}],["decodefn",{"_index":216,"name":{"252":{}},"parent":{}}],["decodeid",{"_index":12,"name":{"17":{}},"parent":{}}],["decodeidfn",{"_index":267,"name":{"315":{}},"parent":{}}],["decoderesponse",{"_index":218,"name":{"254":{}},"parent":{}}],["default",{"_index":1,"name":{"1":{},"6":{},"11":{},"22":{},"27":{},"32":{},"37":{},"42":{},"47":{},"52":{},"57":{},"62":{},"81":{},"83":{},"331":{}},"parent":{}}],["del",{"_index":164,"name":{"199":{}},"parent":{}}],["delcommand",{"_index":62,"name":{"95":{}},"parent":{}}],["delete",{"_index":124,"name":{"158":{}},"parent":{}}],["disconnect",{"_index":170,"name":{"206":{}},"parent":{}}],["encode",{"_index":5,"name":{"4":{},"9":{},"14":{},"25":{},"30":{},"35":{},"40":{},"60":{},"65":{},"277":{},"280":{}},"parent":{}}],["encodeargs",{"_index":219,"name":{"255":{}},"parent":{}}],["encodefn",{"_index":226,"name":{"263":{}},"parent":{}}],["end",{"_index":264,"name":{"311":{}},"parent":{}}],["extractcommand",{"_index":44,"name":{"75":{}},"parent":{}}],["firstlevelonly",{"_index":91,"name":{"123":{},"138":{},"144":{}},"parent":{}}],["fromid",{"_index":204,"name":{"240":{}},"parent":{}}],["fullyunwrapobject",{"_index":47,"name":{"78":{}},"parent":{}}],["get",{"_index":130,"name":{"164":{},"194":{}},"parent":{}}],["getcommand",{"_index":56,"name":{"89":{}},"parent":{}}],["getinstances",{"_index":105,"name":{"135":{}},"parent":{}}],["getreturn",{"_index":55,"name":{"88":{}},"parent":{}}],["getsupporteddm",{"_index":111,"name":{"141":{}},"parent":{}}],["getsupportedprotocol",{"_index":99,"name":{"130":{}},"parent":{}}],["hasmultipleindexes",{"_index":42,"name":{"73":{}},"parent":{}}],["header",{"_index":194,"name":{"231":{},"259":{},"321":{}},"parent":{}}],["hostconnectionoptions",{"_index":198,"name":{"235":{}},"parent":{}}],["id",{"_index":174,"name":{"213":{},"219":{}},"parent":{}}],["idendpoint",{"_index":206,"name":{"242":{}},"parent":{}}],["index",{"_index":51,"name":{"84":{}},"parent":{"330":{},"331":{}}}],["inputargs",{"_index":121,"name":{"155":{}},"parent":{}}],["inputrecord",{"_index":96,"name":{"127":{}},"parent":{}}],["instances",{"_index":168,"name":{"203":{}},"parent":{}}],["instancescommand",{"_index":80,"name":{"112":{}},"parent":{}}],["isasync",{"_index":184,"name":{"222":{}},"parent":{}}],["isdigit",{"_index":37,"name":{"68":{}},"parent":{}}],["jsvalue",{"_index":256,"name":{"298":{}},"parent":{}}],["key",{"_index":210,"name":{"246":{}},"parent":{}}],["loadprotobuffn",{"_index":272,"name":{"322":{}},"parent":{}}],["log",{"_index":279,"name":{"329":{}},"parent":{}}],["lookup",{"_index":189,"name":{"226":{},"228":{},"233":{}},"parent":{}}],["make",{"_index":26,"name":{"45":{},"50":{},"55":{},"293":{}},"parent":{}}],["makebuffer",{"_index":36,"name":{"67":{}},"parent":{}}],["makecallbackrouter",{"_index":278,"name":{"328":{}},"parent":{}}],["makeencode",{"_index":14,"name":{"20":{}},"parent":{}}],["makefn",{"_index":233,"name":{"270":{}},"parent":{}}],["makerecipefn",{"_index":235,"name":{"272":{}},"parent":{}}],["makerecipes",{"_index":11,"name":{"16":{}},"parent":{}}],["makerouter",{"_index":277,"name":{"327":{}},"parent":{}}],["msgid",{"_index":186,"name":{"224":{}},"parent":{}}],["msgtype",{"_index":188,"name":{"225":{}},"parent":{}}],["name",{"_index":24,"name":{"44":{},"49":{},"54":{},"292":{}},"parent":{}}],["notif",{"_index":176,"name":{"214":{}},"parent":{}}],["objpaths",{"_index":107,"name":{"137":{},"143":{},"161":{}},"parent":{}}],["on",{"_index":169,"name":{"205":{},"303":{}},"parent":{}}],["onclose",{"_index":248,"name":{"289":{}},"parent":{}}],["onerror",{"_index":244,"name":{"283":{}},"parent":{}}],["onfn",{"_index":231,"name":{"268":{}},"parent":{}}],["onident",{"_index":225,"name":{"262":{}},"parent":{}}],["onoffline",{"_index":246,"name":{"285":{}},"parent":{}}],["onreconnect",{"_index":247,"name":{"287":{}},"parent":{}}],["operate",{"_index":116,"name":{"150":{},"196":{}},"parent":{}}],["operateclearfn",{"_index":72,"name":{"104":{}},"parent":{}}],["operatecommand",{"_index":76,"name":{"108":{}},"parent":{}}],["operatefn",{"_index":68,"name":{"100":{}},"parent":{}}],["operateoptions",{"_index":180,"name":{"218":{}},"parent":{}}],["operaterecipe",{"_index":74,"name":{"106":{}},"parent":{}}],["operatesubscribeoptions",{"_index":64,"name":{"97":{}},"parent":{}}],["options",{"_index":155,"name":{"188":{},"208":{},"260":{}},"parent":{}}],["otherconnectionoptions",{"_index":200,"name":{"237":{}},"parent":{}}],["parampaths",{"_index":132,"name":{"166":{}},"parent":{}}],["password",{"_index":203,"name":{"239":{}},"parent":{}}],["pbrequestbody",{"_index":190,"name":{"227":{}},"parent":{}}],["pbrequestcommand",{"_index":89,"name":{"121":{}},"parent":{}}],["pbrequestcommandadd",{"_index":142,"name":{"175":{}},"parent":{}}],["pbrequestcommanddel",{"_index":122,"name":{"156":{}},"parent":{}}],["pbrequestcommandget",{"_index":128,"name":{"162":{}},"parent":{}}],["pbrequestcommandinstance",{"_index":103,"name":{"133":{}},"parent":{}}],["pbrequestcommandoperate",{"_index":114,"name":{"148":{}},"parent":{}}],["pbrequestcommandset",{"_index":134,"name":{"167":{}},"parent":{}}],["pbrequestcommandsupport",{"_index":109,"name":{"139":{}},"parent":{}}],["pbrequestcommandsupportproto",{"_index":97,"name":{"128":{}},"parent":{}}],["pbrequestheader",{"_index":185,"name":{"223":{}},"parent":{}}],["pbrequestmessage",{"_index":193,"name":{"230":{}},"parent":{}}],["persistent",{"_index":182,"name":{"220":{}},"parent":{}}],["postcall",{"_index":160,"name":{"192":{}},"parent":{}}],["postcallcallback",{"_index":153,"name":{"186":{}},"parent":{}}],["precall",{"_index":159,"name":{"191":{}},"parent":{}}],["precallcallback",{"_index":151,"name":{"184":{}},"parent":{}}],["promiseclearfn",{"_index":86,"name":{"118":{}},"parent":{}}],["proto",{"_index":269,"name":{"317":{}},"parent":{}}],["publish",{"_index":263,"name":{"309":{}},"parent":{}}],["publishendpoint",{"_index":207,"name":{"243":{}},"parent":{}}],["readmsg",{"_index":13,"name":{"18":{}},"parent":{}}],["recipe",{"_index":148,"name":{"181":{}},"parent":{}}],["recipeobject",{"_index":249,"name":{"291":{}},"parent":{}}],["reconnectsbeforeclosing",{"_index":213,"name":{"249":{}},"parent":{}}],["reference",{"_index":177,"name":{"215":{}},"parent":{}}],["request",{"_index":192,"name":{"229":{}},"parent":{}}],["resolve",{"_index":165,"name":{"200":{}},"parent":{}}],["resolverecipe",{"_index":149,"name":{"182":{}},"parent":{}}],["response",{"_index":215,"name":{"251":{}},"parent":{}}],["responseid",{"_index":255,"name":{"297":{}},"parent":{}}],["responsemsgtype",{"_index":253,"name":{"296":{}},"parent":{}}],["returncommands",{"_index":93,"name":{"124":{},"145":{}},"parent":{}}],["returnevents",{"_index":94,"name":{"125":{},"146":{}},"parent":{}}],["returnparams",{"_index":95,"name":{"126":{},"147":{}},"parent":{}}],["rootmsg",{"_index":221,"name":{"257":{},"320":{}},"parent":{}}],["rootrecord",{"_index":223,"name":{"258":{},"319":{}},"parent":{}}],["search",{"_index":39,"name":{"70":{}},"parent":{}}],["searchall",{"_index":43,"name":{"74":{}},"parent":{}}],["searchparent",{"_index":40,"name":{"71":{}},"parent":{}}],["sendresp",{"_index":120,"name":{"154":{}},"parent":{}}],["sendresponse",{"_index":183,"name":{"221":{}},"parent":{}}],["set",{"_index":136,"name":{"169":{},"195":{}},"parent":{}}],["setcommand",{"_index":58,"name":{"91":{}},"parent":{}}],["skipoperateresponse",{"_index":66,"name":{"99":{}},"parent":{}}],["subscribe",{"_index":70,"name":{"102":{},"204":{},"305":{}},"parent":{}}],["subscribeendpoint",{"_index":208,"name":{"244":{}},"parent":{}}],["subscriberecipe",{"_index":84,"name":{"116":{}},"parent":{}}],["subscriptioncallback",{"_index":178,"name":{"216":{}},"parent":{}}],["subscriptionoptions",{"_index":173,"name":{"212":{}},"parent":{}}],["suportedcommandopts",{"_index":90,"name":{"122":{}},"parent":{}}],["supporteddm",{"_index":166,"name":{"201":{}},"parent":{}}],["supporteddmcommand",{"_index":78,"name":{"110":{}},"parent":{}}],["supportedproto",{"_index":167,"name":{"202":{}},"parent":{}}],["supportedprotocommand",{"_index":82,"name":{"114":{}},"parent":{}}],["testy",{"_index":52,"name":{"85":{}},"parent":{}}],["timeout",{"_index":157,"name":{"190":{}},"parent":{}}],["toid",{"_index":205,"name":{"241":{}},"parent":{}}],["types",{"_index":53,"name":{"86":{}},"parent":{"87":{},"88":{},"89":{},"91":{},"93":{},"95":{},"97":{},"100":{},"104":{},"106":{},"108":{},"110":{},"112":{},"114":{},"116":{},"118":{},"120":{},"121":{},"122":{},"127":{},"128":{},"133":{},"139":{},"148":{},"156":{},"162":{},"167":{},"173":{},"174":{},"175":{},"181":{},"182":{},"184":{},"186":{},"188":{},"193":{},"210":{},"212":{},"216":{},"218":{},"223":{},"227":{},"230":{},"234":{},"235":{},"236":{},"237":{},"250":{},"251":{},"252":{},"254":{},"255":{},"262":{},"263":{},"265":{},"266":{},"268":{},"270":{},"272":{},"274":{},"278":{},"282":{},"291":{},"294":{},"297":{},"298":{},"299":{},"301":{},"313":{},"315":{},"317":{},"322":{},"324":{}}}],["types.addcommand",{"_index":61,"name":{},"parent":{"94":{}}}],["types.buildconnectionfn",{"_index":275,"name":{},"parent":{"325":{}}}],["types.callfn",{"_index":258,"name":{},"parent":{"300":{}}}],["types.calloptions",{"_index":252,"name":{},"parent":{"295":{}}}],["types.calloptions.__type",{"_index":254,"name":{},"parent":{"296":{}}}],["types.clearfn",{"_index":230,"name":{},"parent":{"267":{}}}],["types.commandobject",{"_index":241,"name":{},"parent":{"279":{}}}],["types.commandobject.__type",{"_index":242,"name":{},"parent":{"280":{},"281":{}}}],["types.commandtrigger",{"_index":238,"name":{},"parent":{"275":{}}}],["types.commandtrigger.__type",{"_index":239,"name":{},"parent":{"276":{},"277":{}}}],["types.connect",{"_index":172,"name":{},"parent":{"211":{}}}],["types.connectclientfn",{"_index":266,"name":{},"parent":{"314":{}}}],["types.connectionclient",{"_index":260,"name":{},"parent":{"302":{}}}],["types.connectionclient.__type",{"_index":261,"name":{},"parent":{"303":{},"304":{},"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{},"312":{}}}],["types.connectionevents",{"_index":245,"name":{},"parent":{"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{}}}],["types.decodefn",{"_index":217,"name":{},"parent":{"253":{}}}],["types.decodeidfn",{"_index":268,"name":{},"parent":{"316":{}}}],["types.delcommand",{"_index":63,"name":{},"parent":{"96":{}}}],["types.encodeargs",{"_index":220,"name":{},"parent":{"256":{}}}],["types.encodeargs.__type",{"_index":222,"name":{},"parent":{"257":{},"258":{},"259":{},"260":{},"261":{}}}],["types.encodefn",{"_index":227,"name":{},"parent":{"264":{}}}],["types.getcommand",{"_index":57,"name":{},"parent":{"90":{}}}],["types.instancescommand",{"_index":81,"name":{},"parent":{"113":{}}}],["types.loadprotobuffn",{"_index":273,"name":{},"parent":{"323":{}}}],["types.makefn",{"_index":234,"name":{},"parent":{"271":{}}}],["types.makerecipefn",{"_index":236,"name":{},"parent":{"273":{}}}],["types.onfn",{"_index":232,"name":{},"parent":{"269":{}}}],["types.operateclearfn",{"_index":73,"name":{},"parent":{"105":{}}}],["types.operatecommand",{"_index":77,"name":{},"parent":{"109":{}}}],["types.operatefn",{"_index":69,"name":{},"parent":{"101":{}}}],["types.operatefn.__type",{"_index":71,"name":{},"parent":{"102":{},"103":{}}}],["types.operateoptions",{"_index":181,"name":{},"parent":{"219":{},"220":{},"221":{},"222":{}}}],["types.operaterecipe",{"_index":75,"name":{},"parent":{"107":{}}}],["types.operatesubscribeoptions",{"_index":65,"name":{},"parent":{"98":{}}}],["types.operatesubscribeoptions.__type",{"_index":67,"name":{},"parent":{"99":{}}}],["types.options",{"_index":156,"name":{},"parent":{"189":{}}}],["types.options.__type",{"_index":158,"name":{},"parent":{"190":{},"191":{},"192":{}}}],["types.otherconnectionoptions",{"_index":202,"name":{},"parent":{"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{}}}],["types.pbrequestbody",{"_index":191,"name":{},"parent":{"228":{},"229":{}}}],["types.pbrequestcommandadd",{"_index":143,"name":{},"parent":{"176":{}}}],["types.pbrequestcommandadd.__type",{"_index":145,"name":{},"parent":{"177":{},"178":{}}}],["types.pbrequestcommandadd.__type.__type",{"_index":146,"name":{},"parent":{"179":{},"180":{}}}],["types.pbrequestcommanddel",{"_index":123,"name":{},"parent":{"157":{}}}],["types.pbrequestcommanddel.__type",{"_index":125,"name":{},"parent":{"158":{},"159":{}}}],["types.pbrequestcommanddel.__type.__type",{"_index":127,"name":{},"parent":{"160":{},"161":{}}}],["types.pbrequestcommandget",{"_index":129,"name":{},"parent":{"163":{}}}],["types.pbrequestcommandget.__type",{"_index":131,"name":{},"parent":{"164":{},"165":{}}}],["types.pbrequestcommandget.__type.__type",{"_index":133,"name":{},"parent":{"166":{}}}],["types.pbrequestcommandinstance",{"_index":104,"name":{},"parent":{"134":{}}}],["types.pbrequestcommandinstance.__type",{"_index":106,"name":{},"parent":{"135":{},"136":{}}}],["types.pbrequestcommandinstance.__type.__type",{"_index":108,"name":{},"parent":{"137":{},"138":{}}}],["types.pbrequestcommandoperate",{"_index":115,"name":{},"parent":{"149":{}}}],["types.pbrequestcommandoperate.__type",{"_index":117,"name":{},"parent":{"150":{},"151":{}}}],["types.pbrequestcommandoperate.__type.__type",{"_index":118,"name":{},"parent":{"152":{},"153":{},"154":{},"155":{}}}],["types.pbrequestcommandset",{"_index":135,"name":{},"parent":{"168":{}}}],["types.pbrequestcommandset.__type",{"_index":137,"name":{},"parent":{"169":{},"170":{}}}],["types.pbrequestcommandset.__type.__type",{"_index":138,"name":{},"parent":{"171":{},"172":{}}}],["types.pbrequestcommandsupport",{"_index":110,"name":{},"parent":{"140":{}}}],["types.pbrequestcommandsupport.__type",{"_index":112,"name":{},"parent":{"141":{},"142":{}}}],["types.pbrequestcommandsupport.__type.__type",{"_index":113,"name":{},"parent":{"143":{},"144":{},"145":{},"146":{},"147":{}}}],["types.pbrequestcommandsupportproto",{"_index":98,"name":{},"parent":{"129":{}}}],["types.pbrequestcommandsupportproto.__type",{"_index":100,"name":{},"parent":{"130":{},"131":{}}}],["types.pbrequestcommandsupportproto.__type.__type",{"_index":102,"name":{},"parent":{"132":{}}}],["types.pbrequestheader",{"_index":187,"name":{},"parent":{"224":{},"225":{},"226":{}}}],["types.pbrequestmessage",{"_index":195,"name":{},"parent":{"231":{},"232":{},"233":{}}}],["types.postcallcallback",{"_index":154,"name":{},"parent":{"187":{}}}],["types.precallcallback",{"_index":152,"name":{},"parent":{"185":{}}}],["types.promiseclearfn",{"_index":87,"name":{},"parent":{"119":{}}}],["types.proto",{"_index":270,"name":{},"parent":{"318":{}}}],["types.proto.__type",{"_index":271,"name":{},"parent":{"319":{},"320":{},"321":{}}}],["types.recipeobject",{"_index":250,"name":{},"parent":{"292":{},"293":{}}}],["types.resolverecipe",{"_index":150,"name":{},"parent":{"183":{}}}],["types.setcommand",{"_index":59,"name":{},"parent":{"92":{}}}],["types.subscriberecipe",{"_index":85,"name":{},"parent":{"117":{}}}],["types.subscriptioncallback",{"_index":179,"name":{},"parent":{"217":{}}}],["types.subscriptionoptions",{"_index":175,"name":{},"parent":{"213":{},"214":{},"215":{}}}],["types.suportedcommandopts",{"_index":92,"name":{},"parent":{"123":{},"124":{},"125":{},"126":{}}}],["types.supporteddmcommand",{"_index":79,"name":{},"parent":{"111":{}}}],["types.supportedprotocommand",{"_index":83,"name":{},"parent":{"115":{}}}],["types.usp",{"_index":162,"name":{},"parent":{"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{}}}],["unflatten",{"_index":38,"name":{"69":{}},"parent":{}}],["uniq",{"_index":48,"name":{"79":{}},"parent":{}}],["unsubscribe",{"_index":262,"name":{"307":{}},"parent":{}}],["unwraparray",{"_index":46,"name":{"77":{}},"parent":{}}],["unwrapobject",{"_index":45,"name":{"76":{}},"parent":{}}],["updateobjs",{"_index":139,"name":{"172":{}},"parent":{}}],["urlconnectionoptions",{"_index":197,"name":{"234":{}},"parent":{}}],["username",{"_index":201,"name":{"238":{}},"parent":{}}],["usp",{"_index":161,"name":{"193":{}},"parent":{}}],["util",{"_index":276,"name":{"326":{}},"parent":{"327":{},"328":{},"329":{}}}]],"pipeline":[]}} \ No newline at end of file diff --git a/public/index.html b/public/index.html index e0d43bb..87e5626 100644 --- a/public/index.html +++ b/public/index.html @@ -329,6 +329,12 @@ <li class=" tsd-kind-module"> <a href="modules/commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="modules/configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="modules/configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="modules/index.html">index</a> </li> @@ -355,7 +361,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/interfaces/types.connectionevents.html b/public/interfaces/types.connectionevents.html index 91eb920..4cafa19 100644 --- a/public/interfaces/types.connectionevents.html +++ b/public/interfaces/types.connectionevents.html @@ -83,7 +83,10 @@ <section class="tsd-index-section "> <h3>Properties</h3> <ul class="tsd-index-list"> + <li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.connectionevents.html#onclose" class="tsd-kind-icon">on<wbr>Close</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.connectionevents.html#onerror" class="tsd-kind-icon">on<wbr>Error</a></li> + <li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.connectionevents.html#onoffline" class="tsd-kind-icon">on<wbr>Offline</a></li> + <li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.connectionevents.html#onreconnect" class="tsd-kind-icon">on<wbr>Reconnect</a></li> </ul> </section> </div> @@ -91,13 +94,38 @@ </section> <section class="tsd-panel-group tsd-member-group "> <h2>Properties</h2> + <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> + <a name="onclose" class="tsd-anchor"></a> + <h3><span class="tsd-flag ts-flagOptional">Optional</span> on<wbr>Close</h3> + <div class="tsd-signature tsd-kind-icon">on<wbr>Close<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></div> + <aside class="tsd-sources"> + <ul> + <li>Defined in types.ts:492</li> + </ul> + </aside> + <div class="tsd-type-declaration"> + <h4>Type declaration</h4> + <ul class="tsd-parameters"> + <li class="tsd-parameter-signature"> + <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-interface"> + <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> + </ul> + <ul class="tsd-descriptions"> + <li class="tsd-description"> + <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> + </li> + </ul> + </li> + </ul> + </div> + </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="onerror" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagOptional">Optional</span> on<wbr>Error</h3> <div class="tsd-signature tsd-kind-icon">on<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>err<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:481</li> + <li>Defined in types.ts:489</li> </ul> </aside> <div class="tsd-type-declaration"> @@ -122,6 +150,56 @@ </ul> </div> </section> + <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> + <a name="onoffline" class="tsd-anchor"></a> + <h3><span class="tsd-flag ts-flagOptional">Optional</span> on<wbr>Offline</h3> + <div class="tsd-signature tsd-kind-icon">on<wbr>Offline<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></div> + <aside class="tsd-sources"> + <ul> + <li>Defined in types.ts:490</li> + </ul> + </aside> + <div class="tsd-type-declaration"> + <h4>Type declaration</h4> + <ul class="tsd-parameters"> + <li class="tsd-parameter-signature"> + <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-interface"> + <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> + </ul> + <ul class="tsd-descriptions"> + <li class="tsd-description"> + <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> + </li> + </ul> + </li> + </ul> + </div> + </section> + <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> + <a name="onreconnect" class="tsd-anchor"></a> + <h3><span class="tsd-flag ts-flagOptional">Optional</span> on<wbr>Reconnect</h3> + <div class="tsd-signature tsd-kind-icon">on<wbr>Reconnect<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></div> + <aside class="tsd-sources"> + <ul> + <li>Defined in types.ts:491</li> + </ul> + </aside> + <div class="tsd-type-declaration"> + <h4>Type declaration</h4> + <ul class="tsd-parameters"> + <li class="tsd-parameter-signature"> + <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-interface"> + <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> + </ul> + <ul class="tsd-descriptions"> + <li class="tsd-description"> + <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> + </li> + </ul> + </li> + </ul> + </div> + </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> @@ -172,6 +250,12 @@ <li class=" tsd-kind-module"> <a href="../modules/commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="../modules/index.html">index</a> </li> @@ -193,9 +277,18 @@ <li class="current tsd-kind-interface tsd-parent-kind-module"> <a href="types.connectionevents.html" class="tsd-kind-icon">Connection<wbr>Events</a> <ul> + <li class=" tsd-kind-property tsd-parent-kind-interface"> + <a href="types.connectionevents.html#onclose" class="tsd-kind-icon">on<wbr>Close</a> + </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="types.connectionevents.html#onerror" class="tsd-kind-icon">on<wbr>Error</a> </li> + <li class=" tsd-kind-property tsd-parent-kind-interface"> + <a href="types.connectionevents.html#onoffline" class="tsd-kind-icon">on<wbr>Offline</a> + </li> + <li class=" tsd-kind-property tsd-parent-kind-interface"> + <a href="types.connectionevents.html#onreconnect" class="tsd-kind-icon">on<wbr>Reconnect</a> + </li> </ul> </li> </ul> @@ -210,7 +303,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/interfaces/types.operateoptions.html b/public/interfaces/types.operateoptions.html index 36cb3a0..df5e082 100644 --- a/public/interfaces/types.operateoptions.html +++ b/public/interfaces/types.operateoptions.html @@ -100,7 +100,7 @@ <div class="tsd-signature tsd-kind-icon">ID<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:398</li> + <li>Defined in types.ts:404</li> </ul> </aside> </section> @@ -110,7 +110,7 @@ <div class="tsd-signature tsd-kind-icon">Persistent<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:399</li> + <li>Defined in types.ts:405</li> </ul> </aside> </section> @@ -120,7 +120,7 @@ <div class="tsd-signature tsd-kind-icon">is<wbr>Async<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:401</li> + <li>Defined in types.ts:407</li> </ul> </aside> </section> @@ -130,7 +130,7 @@ <div class="tsd-signature tsd-kind-icon">send<wbr>Response<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:400</li> + <li>Defined in types.ts:406</li> </ul> </aside> </section> @@ -184,6 +184,12 @@ <li class=" tsd-kind-module"> <a href="../modules/commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="../modules/index.html">index</a> </li> @@ -231,7 +237,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/interfaces/types.otherconnectionoptions.html b/public/interfaces/types.otherconnectionoptions.html index 83ead07..829d1bb 100644 --- a/public/interfaces/types.otherconnectionoptions.html +++ b/public/interfaces/types.otherconnectionoptions.html @@ -85,11 +85,13 @@ <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.otherconnectionoptions.html#ca" class="tsd-kind-icon">ca</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.otherconnectionoptions.html#cert" class="tsd-kind-icon">cert</a></li> + <li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.otherconnectionoptions.html#closeondisconnect" class="tsd-kind-icon">close<wbr>OnDisconnect</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.otherconnectionoptions.html#fromid" class="tsd-kind-icon">from<wbr>Id</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.otherconnectionoptions.html#idendpoint" class="tsd-kind-icon">id<wbr>Endpoint</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.otherconnectionoptions.html#key" class="tsd-kind-icon">key</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.otherconnectionoptions.html#password" class="tsd-kind-icon">password</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.otherconnectionoptions.html#publishendpoint" class="tsd-kind-icon">publish<wbr>Endpoint</a></li> + <li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.otherconnectionoptions.html#reconnectsbeforeclosing" class="tsd-kind-icon">reconnects<wbr>Before<wbr>Closing</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.otherconnectionoptions.html#subscribeendpoint" class="tsd-kind-icon">subscribe<wbr>Endpoint</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.otherconnectionoptions.html#toid" class="tsd-kind-icon">to<wbr>Id</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.otherconnectionoptions.html#username" class="tsd-kind-icon">username</a></li> @@ -106,7 +108,7 @@ <div class="tsd-signature tsd-kind-icon">ca<span class="tsd-signature-symbol">:</span> <a href="../modules/types.html#certtype" class="tsd-signature-type" data-tsd-kind="Type alias">CertType</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Object</span><span class="tsd-signature-symbol">[]</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:442</li> + <li>Defined in types.ts:448</li> </ul> </aside> </section> @@ -116,7 +118,17 @@ <div class="tsd-signature tsd-kind-icon">cert<span class="tsd-signature-symbol">:</span> <a href="../modules/types.html#certtype" class="tsd-signature-type" data-tsd-kind="Type alias">CertType</a></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:444</li> + <li>Defined in types.ts:450</li> + </ul> + </aside> + </section> + <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> + <a name="closeondisconnect" class="tsd-anchor"></a> + <h3><span class="tsd-flag ts-flagOptional">Optional</span> close<wbr>OnDisconnect</h3> + <div class="tsd-signature tsd-kind-icon">close<wbr>OnDisconnect<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div> + <aside class="tsd-sources"> + <ul> + <li>Defined in types.ts:451</li> </ul> </aside> </section> @@ -126,7 +138,7 @@ <div class="tsd-signature tsd-kind-icon">from<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:437</li> + <li>Defined in types.ts:443</li> </ul> </aside> </section> @@ -136,7 +148,7 @@ <div class="tsd-signature tsd-kind-icon">id<wbr>Endpoint<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:439</li> + <li>Defined in types.ts:445</li> </ul> </aside> </section> @@ -146,7 +158,7 @@ <div class="tsd-signature tsd-kind-icon">key<span class="tsd-signature-symbol">:</span> <a href="../modules/types.html#certtype" class="tsd-signature-type" data-tsd-kind="Type alias">CertType</a></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:443</li> + <li>Defined in types.ts:449</li> </ul> </aside> </section> @@ -156,7 +168,7 @@ <div class="tsd-signature tsd-kind-icon">password<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:436</li> + <li>Defined in types.ts:442</li> </ul> </aside> </section> @@ -166,7 +178,17 @@ <div class="tsd-signature tsd-kind-icon">publish<wbr>Endpoint<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:440</li> + <li>Defined in types.ts:446</li> + </ul> + </aside> + </section> + <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> + <a name="reconnectsbeforeclosing" class="tsd-anchor"></a> + <h3><span class="tsd-flag ts-flagOptional">Optional</span> reconnects<wbr>Before<wbr>Closing</h3> + <div class="tsd-signature tsd-kind-icon">reconnects<wbr>Before<wbr>Closing<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div> + <aside class="tsd-sources"> + <ul> + <li>Defined in types.ts:452</li> </ul> </aside> </section> @@ -176,7 +198,7 @@ <div class="tsd-signature tsd-kind-icon">subscribe<wbr>Endpoint<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:441</li> + <li>Defined in types.ts:447</li> </ul> </aside> </section> @@ -186,7 +208,7 @@ <div class="tsd-signature tsd-kind-icon">to<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:438</li> + <li>Defined in types.ts:444</li> </ul> </aside> </section> @@ -196,7 +218,7 @@ <div class="tsd-signature tsd-kind-icon">username<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:435</li> + <li>Defined in types.ts:441</li> </ul> </aside> </section> @@ -250,6 +272,12 @@ <li class=" tsd-kind-module"> <a href="../modules/commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="../modules/index.html">index</a> </li> @@ -277,6 +305,9 @@ <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="types.otherconnectionoptions.html#cert" class="tsd-kind-icon">cert</a> </li> + <li class=" tsd-kind-property tsd-parent-kind-interface"> + <a href="types.otherconnectionoptions.html#closeondisconnect" class="tsd-kind-icon">close<wbr>OnDisconnect</a> + </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="types.otherconnectionoptions.html#fromid" class="tsd-kind-icon">from<wbr>Id</a> </li> @@ -292,6 +323,9 @@ <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="types.otherconnectionoptions.html#publishendpoint" class="tsd-kind-icon">publish<wbr>Endpoint</a> </li> + <li class=" tsd-kind-property tsd-parent-kind-interface"> + <a href="types.otherconnectionoptions.html#reconnectsbeforeclosing" class="tsd-kind-icon">reconnects<wbr>Before<wbr>Closing</a> + </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="types.otherconnectionoptions.html#subscribeendpoint" class="tsd-kind-icon">subscribe<wbr>Endpoint</a> </li> @@ -315,7 +349,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/interfaces/types.pbrequestbody.html b/public/interfaces/types.pbrequestbody.html index 30afeb7..faeaf62 100644 --- a/public/interfaces/types.pbrequestbody.html +++ b/public/interfaces/types.pbrequestbody.html @@ -98,7 +98,7 @@ <div class="tsd-signature tsd-kind-icon">lookup<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Body"</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:411</li> + <li>Defined in types.ts:417</li> </ul> </aside> </section> @@ -108,7 +108,7 @@ <div class="tsd-signature tsd-kind-icon">request<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>lookup<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"Request"</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> & </span><a href="../modules/types.html#pbrequestcommandget" class="tsd-signature-type" data-tsd-kind="Type alias">PbRequestCommandGet</a><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span>lookup<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"Request"</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> & </span><a href="../modules/types.html#pbrequestcommandset" class="tsd-signature-type" data-tsd-kind="Type alias">PbRequestCommandSet</a><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span>lookup<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"Request"</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> & </span><a href="../modules/types.html#pbrequestcommandadd" class="tsd-signature-type" data-tsd-kind="Type alias">PbRequestCommandAdd</a><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span>lookup<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"Request"</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> & </span><a href="../modules/types.html#pbrequestcommanddel" class="tsd-signature-type" data-tsd-kind="Type alias">PbRequestCommandDel</a><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span>lookup<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"Request"</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> & </span><a href="../modules/types.html#pbrequestcommandoperate" class="tsd-signature-type" data-tsd-kind="Type alias">PbRequestCommandOperate</a><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span>lookup<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"Request"</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> & </span><a href="../modules/types.html#pbrequestcommandsupport" class="tsd-signature-type" data-tsd-kind="Type alias">PbRequestCommandSupport</a><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span>lookup<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"Request"</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> & </span><a href="../modules/types.html#pbrequestcommandinstance" class="tsd-signature-type" data-tsd-kind="Type alias">PbRequestCommandInstance</a><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span>lookup<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"Request"</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> & </span><a href="../modules/types.html#pbrequestcommandsupportproto" class="tsd-signature-type" data-tsd-kind="Type alias">PbRequestCommandSupportProto</a></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:412</li> + <li>Defined in types.ts:418</li> </ul> </aside> </section> @@ -162,6 +162,12 @@ <li class=" tsd-kind-module"> <a href="../modules/commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="../modules/index.html">index</a> </li> @@ -203,7 +209,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/interfaces/types.pbrequestheader.html b/public/interfaces/types.pbrequestheader.html index 5a24075..11e16f6 100644 --- a/public/interfaces/types.pbrequestheader.html +++ b/public/interfaces/types.pbrequestheader.html @@ -99,7 +99,7 @@ <div class="tsd-signature tsd-kind-icon">lookup<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Header"</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:407</li> + <li>Defined in types.ts:413</li> </ul> </aside> </section> @@ -109,7 +109,7 @@ <div class="tsd-signature tsd-kind-icon">msg<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:405</li> + <li>Defined in types.ts:411</li> </ul> </aside> </section> @@ -119,7 +119,7 @@ <div class="tsd-signature tsd-kind-icon">msg<wbr>Type<span class="tsd-signature-symbol">:</span> <a href="../modules/types.html#commandtype" class="tsd-signature-type" data-tsd-kind="Type alias">CommandType</a></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:406</li> + <li>Defined in types.ts:412</li> </ul> </aside> </section> @@ -173,6 +173,12 @@ <li class=" tsd-kind-module"> <a href="../modules/commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="../modules/index.html">index</a> </li> @@ -217,7 +223,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/interfaces/types.pbrequestmessage.html b/public/interfaces/types.pbrequestmessage.html index eceac92..24a6cec 100644 --- a/public/interfaces/types.pbrequestmessage.html +++ b/public/interfaces/types.pbrequestmessage.html @@ -99,7 +99,7 @@ <div class="tsd-signature tsd-kind-icon">body<span class="tsd-signature-symbol">:</span> <a href="types.pbrequestbody.html" class="tsd-signature-type" data-tsd-kind="Interface">PbRequestBody</a></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:419</li> + <li>Defined in types.ts:425</li> </ul> </aside> </section> @@ -109,7 +109,7 @@ <div class="tsd-signature tsd-kind-icon">header<span class="tsd-signature-symbol">:</span> <a href="types.pbrequestheader.html" class="tsd-signature-type" data-tsd-kind="Interface">PbRequestHeader</a></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:418</li> + <li>Defined in types.ts:424</li> </ul> </aside> </section> @@ -119,7 +119,7 @@ <div class="tsd-signature tsd-kind-icon">lookup<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Msg"</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:420</li> + <li>Defined in types.ts:426</li> </ul> </aside> </section> @@ -173,6 +173,12 @@ <li class=" tsd-kind-module"> <a href="../modules/commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="../modules/index.html">index</a> </li> @@ -217,7 +223,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/interfaces/types.recipeobject.html b/public/interfaces/types.recipeobject.html index 92f6cbc..42d68a6 100644 --- a/public/interfaces/types.recipeobject.html +++ b/public/interfaces/types.recipeobject.html @@ -98,7 +98,7 @@ <div class="tsd-signature tsd-kind-icon">make<span class="tsd-signature-symbol">:</span> <a href="../modules/types.html#makefn" class="tsd-signature-type" data-tsd-kind="Type alias">MakeFn</a></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:486</li> + <li>Defined in types.ts:497</li> </ul> </aside> </section> @@ -108,7 +108,7 @@ <div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:485</li> + <li>Defined in types.ts:496</li> </ul> </aside> </section> @@ -162,6 +162,12 @@ <li class=" tsd-kind-module"> <a href="../modules/commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="../modules/index.html">index</a> </li> @@ -203,7 +209,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/interfaces/types.subscriptionoptions.html b/public/interfaces/types.subscriptionoptions.html index e4ae651..043b198 100644 --- a/public/interfaces/types.subscriptionoptions.html +++ b/public/interfaces/types.subscriptionoptions.html @@ -99,7 +99,7 @@ <div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:387</li> + <li>Defined in types.ts:393</li> </ul> </aside> </section> @@ -109,7 +109,7 @@ <div class="tsd-signature tsd-kind-icon">notif<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">NotifType</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:388</li> + <li>Defined in types.ts:394</li> </ul> </aside> </section> @@ -119,7 +119,7 @@ <div class="tsd-signature tsd-kind-icon">reference<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:389</li> + <li>Defined in types.ts:395</li> </ul> </aside> </section> @@ -173,6 +173,12 @@ <li class=" tsd-kind-module"> <a href="../modules/commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="../modules/index.html">index</a> </li> @@ -217,7 +223,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/interfaces/types.suportedcommandopts.html b/public/interfaces/types.suportedcommandopts.html index e81502e..6d0151b 100644 --- a/public/interfaces/types.suportedcommandopts.html +++ b/public/interfaces/types.suportedcommandopts.html @@ -184,6 +184,12 @@ <li class=" tsd-kind-module"> <a href="../modules/commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="../modules/index.html">index</a> </li> @@ -231,7 +237,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/interfaces/types.usp.html b/public/interfaces/types.usp.html index 64fdf11..828d837 100644 --- a/public/interfaces/types.usp.html +++ b/public/interfaces/types.usp.html @@ -574,6 +574,12 @@ <li class=" tsd-kind-module"> <a href="../modules/commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="../modules/configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="../modules/index.html">index</a> </li> @@ -651,7 +657,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/modules.html b/public/modules.html index edb4ca9..52e0a72 100644 --- a/public/modules.html +++ b/public/modules.html @@ -78,6 +78,8 @@ <li class="tsd-kind-module"><a href="modules/commands_set.html" class="tsd-kind-icon">commands/set</a></li> <li class="tsd-kind-module"><a href="modules/commands_supported.html" class="tsd-kind-icon">commands/supported</a></li> <li class="tsd-kind-module"><a href="modules/commands_util.html" class="tsd-kind-icon">commands/util</a></li> + <li class="tsd-kind-module"><a href="modules/configurations_build.html" class="tsd-kind-icon">configurations/build</a></li> + <li class="tsd-kind-module"><a href="modules/configurations_iopsys.html" class="tsd-kind-icon">configurations/iopsys</a></li> <li class="tsd-kind-module"><a href="modules/index.html" class="tsd-kind-icon">index</a></li> <li class="tsd-kind-module"><a href="modules/testy.html" class="tsd-kind-icon">testy</a></li> <li class="tsd-kind-module"><a href="modules/types.html" class="tsd-kind-icon">types</a></li> @@ -136,6 +138,12 @@ <li class=" tsd-kind-module"> <a href="modules/commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="modules/configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="modules/configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="modules/index.html">index</a> </li> @@ -162,7 +170,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/modules/commands.html b/public/modules/commands.html index 7a92b44..4a9362d 100644 --- a/public/modules/commands.html +++ b/public/modules/commands.html @@ -69,14 +69,6 @@ <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> - <section class="tsd-index-section "> - <h3>Variables</h3> - <ul class="tsd-index-list"> - <li class="tsd-kind-variable tsd-parent-kind-module"><a href="commands.html#header" class="tsd-kind-icon">header</a></li> - <li class="tsd-kind-variable tsd-parent-kind-module"><a href="commands.html#rootmsg" class="tsd-kind-icon">root<wbr>Msg</a></li> - <li class="tsd-kind-variable tsd-parent-kind-module"><a href="commands.html#rootrecord" class="tsd-kind-icon">root<wbr>Record</a></li> - </ul> - </section> <section class="tsd-index-section "> <h3>Functions</h3> <ul class="tsd-index-list"> @@ -90,39 +82,6 @@ </div> </section> </section> - <section class="tsd-panel-group tsd-member-group "> - <h2>Variables</h2> - <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module"> - <a name="header" class="tsd-anchor"></a> - <h3><span class="tsd-flag ts-flagConst">Const</span> header</h3> - <div class="tsd-signature tsd-kind-icon">header<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> = ...</span></div> - <aside class="tsd-sources"> - <ul> - <li>Defined in commands/index.ts:17</li> - </ul> - </aside> - </section> - <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module"> - <a name="rootmsg" class="tsd-anchor"></a> - <h3><span class="tsd-flag ts-flagConst">Const</span> root<wbr>Msg</h3> - <div class="tsd-signature tsd-kind-icon">root<wbr>Msg<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Root</span><span class="tsd-signature-symbol"> = ...</span></div> - <aside class="tsd-sources"> - <ul> - <li>Defined in commands/index.ts:16</li> - </ul> - </aside> - </section> - <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module"> - <a name="rootrecord" class="tsd-anchor"></a> - <h3><span class="tsd-flag ts-flagConst">Const</span> root<wbr>Record</h3> - <div class="tsd-signature tsd-kind-icon">root<wbr>Record<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Root</span><span class="tsd-signature-symbol"> = ...</span></div> - <aside class="tsd-sources"> - <ul> - <li>Defined in commands/index.ts:15</li> - </ul> - </aside> - </section> - </section> <section class="tsd-panel-group tsd-member-group "> <h2>Functions</h2> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module"> @@ -135,7 +94,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in commands/index.ts:69</li> + <li>Defined in commands/index.ts:63</li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -158,7 +117,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in commands/index.ts:53</li> + <li>Defined in commands/index.ts:47</li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -175,7 +134,7 @@ <a name="makeencode" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> make<wbr>Encode</h3> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module"> - <li class="tsd-signature tsd-kind-icon">make<wbr>Encode<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>command<span class="tsd-signature-symbol">: </span><a href="types.html#commandtype" class="tsd-signature-type" data-tsd-kind="Type alias">CommandType</a>, args<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]</span></li> + <li class="tsd-signature tsd-kind-icon">make<wbr>Encode<span class="tsd-signature-symbol">(</span>proto<span class="tsd-signature-symbol">: </span><a href="types.html#proto" class="tsd-signature-type" data-tsd-kind="Type alias">Proto</a>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>command<span class="tsd-signature-symbol">: </span><a href="types.html#commandtype" class="tsd-signature-type" data-tsd-kind="Type alias">CommandType</a>, args<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> @@ -186,6 +145,9 @@ </aside> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> + <li> + <h5>proto: <a href="types.html#proto" class="tsd-signature-type" data-tsd-kind="Type alias">Proto</a></h5> + </li> <li> <h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h5> </li> @@ -225,7 +187,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in commands/index.ts:47</li> + <li>Defined in commands/index.ts:41</li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -245,17 +207,20 @@ <a name="readmsg" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> read<wbr>Msg</h3> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module"> - <li class="tsd-signature tsd-kind-icon">read<wbr>Msg<span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></li> + <li class="tsd-signature tsd-kind-icon">read<wbr>Msg<span class="tsd-signature-symbol">(</span>proto<span class="tsd-signature-symbol">: </span><a href="types.html#proto" class="tsd-signature-type" data-tsd-kind="Type alias">Proto</a>, data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in commands/index.ts:59</li> + <li>Defined in commands/index.ts:53</li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> + <li> + <h5>proto: <a href="types.html#proto" class="tsd-signature-type" data-tsd-kind="Type alias">Proto</a></h5> + </li> <li> <h5>data: <span class="tsd-signature-type">any</span></h5> </li> @@ -314,6 +279,12 @@ <li class=" tsd-kind-module"> <a href="commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="index.html">index</a> </li> @@ -330,15 +301,6 @@ </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> - <li class=" tsd-kind-variable tsd-parent-kind-module"> - <a href="commands.html#header" class="tsd-kind-icon">header</a> - </li> - <li class=" tsd-kind-variable tsd-parent-kind-module"> - <a href="commands.html#rootmsg" class="tsd-kind-icon">root<wbr>Msg</a> - </li> - <li class=" tsd-kind-variable tsd-parent-kind-module"> - <a href="commands.html#rootrecord" class="tsd-kind-icon">root<wbr>Record</a> - </li> <li class=" tsd-kind-function tsd-parent-kind-module"> <a href="commands.html#decode" class="tsd-kind-icon">decode</a> </li> @@ -364,7 +326,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/modules/commands_add.html b/public/modules/commands_add.html index c098243..bb454fd 100644 --- a/public/modules/commands_add.html +++ b/public/modules/commands_add.html @@ -148,6 +148,12 @@ <li class=" tsd-kind-module"> <a href="commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="index.html">index</a> </li> @@ -177,7 +183,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/modules/commands_del.html b/public/modules/commands_del.html index 3c804fd..5266c36 100644 --- a/public/modules/commands_del.html +++ b/public/modules/commands_del.html @@ -148,6 +148,12 @@ <li class=" tsd-kind-module"> <a href="commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="index.html">index</a> </li> @@ -177,7 +183,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/modules/commands_get.html b/public/modules/commands_get.html index 83ab846..d86c694 100644 --- a/public/modules/commands_get.html +++ b/public/modules/commands_get.html @@ -148,6 +148,12 @@ <li class=" tsd-kind-module"> <a href="commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="index.html">index</a> </li> @@ -177,7 +183,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/modules/commands_instances.html b/public/modules/commands_instances.html index c8b8add..b3df645 100644 --- a/public/modules/commands_instances.html +++ b/public/modules/commands_instances.html @@ -148,6 +148,12 @@ <li class=" tsd-kind-module"> <a href="commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="index.html">index</a> </li> @@ -177,7 +183,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/modules/commands_notify.html b/public/modules/commands_notify.html index aa12374..229641a 100644 --- a/public/modules/commands_notify.html +++ b/public/modules/commands_notify.html @@ -148,6 +148,12 @@ <li class=" tsd-kind-module"> <a href="commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="index.html">index</a> </li> @@ -177,7 +183,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/modules/commands_operate.html b/public/modules/commands_operate.html index 72c003a..16a570e 100644 --- a/public/modules/commands_operate.html +++ b/public/modules/commands_operate.html @@ -148,6 +148,12 @@ <li class=" tsd-kind-module"> <a href="commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="index.html">index</a> </li> @@ -177,7 +183,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/modules/commands_proto.html b/public/modules/commands_proto.html index c3ae7cb..41c9ec2 100644 --- a/public/modules/commands_proto.html +++ b/public/modules/commands_proto.html @@ -148,6 +148,12 @@ <li class=" tsd-kind-module"> <a href="commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="index.html">index</a> </li> @@ -177,7 +183,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/modules/commands_recipes_operate.html b/public/modules/commands_recipes_operate.html index b451df2..9c20518 100644 --- a/public/modules/commands_recipes_operate.html +++ b/public/modules/commands_recipes_operate.html @@ -148,6 +148,12 @@ <li class=" tsd-kind-module"> <a href="commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="index.html">index</a> </li> @@ -177,7 +183,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/modules/commands_recipes_resolve.html b/public/modules/commands_recipes_resolve.html index 2554f15..37e569b 100644 --- a/public/modules/commands_recipes_resolve.html +++ b/public/modules/commands_recipes_resolve.html @@ -148,6 +148,12 @@ <li class=" tsd-kind-module"> <a href="commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="index.html">index</a> </li> @@ -177,7 +183,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/modules/commands_recipes_subscribe.html b/public/modules/commands_recipes_subscribe.html index 19612be..658218a 100644 --- a/public/modules/commands_recipes_subscribe.html +++ b/public/modules/commands_recipes_subscribe.html @@ -148,6 +148,12 @@ <li class=" tsd-kind-module"> <a href="commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="index.html">index</a> </li> @@ -177,7 +183,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/modules/commands_set.html b/public/modules/commands_set.html index b15feb7..45e33e1 100644 --- a/public/modules/commands_set.html +++ b/public/modules/commands_set.html @@ -148,6 +148,12 @@ <li class=" tsd-kind-module"> <a href="commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="index.html">index</a> </li> @@ -177,7 +183,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/modules/commands_supported.html b/public/modules/commands_supported.html index d317fee..9f00db4 100644 --- a/public/modules/commands_supported.html +++ b/public/modules/commands_supported.html @@ -148,6 +148,12 @@ <li class=" tsd-kind-module"> <a href="commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="index.html">index</a> </li> @@ -177,7 +183,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/modules/commands_util.html b/public/modules/commands_util.html index c1628a6..24dffd8 100644 --- a/public/modules/commands_util.html +++ b/public/modules/commands_util.html @@ -73,7 +73,6 @@ <h3>Functions</h3> <ul class="tsd-index-list"> <li class="tsd-kind-function tsd-parent-kind-module"><a href="commands_util.html#converttonestedobject" class="tsd-kind-icon">convert<wbr>ToNested<wbr>Object</a></li> - <li class="tsd-kind-function tsd-parent-kind-module"><a href="commands_util.html#converttoobject" class="tsd-kind-icon">convert<wbr>ToObject</a></li> <li class="tsd-kind-function tsd-parent-kind-module"><a href="commands_util.html#extractcommand" class="tsd-kind-icon">extract<wbr>Command</a></li> <li class="tsd-kind-function tsd-parent-kind-module"><a href="commands_util.html#fullyunwrapobject" class="tsd-kind-icon">fully<wbr>Unwrap<wbr>Object</a></li> <li class="tsd-kind-function tsd-parent-kind-module"><a href="commands_util.html#hasmultipleindexes" class="tsd-kind-icon">has<wbr>Multiple<wbr>Indexes</a></li> @@ -118,29 +117,6 @@ </li> </ul> </section> - <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module"> - <a name="converttoobject" class="tsd-anchor"></a> - <h3><span class="tsd-flag ts-flagConst">Const</span> convert<wbr>ToObject</h3> - <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module"> - <li class="tsd-signature tsd-kind-icon">convert<wbr>ToObject<span class="tsd-signature-symbol">(</span>arr<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li> - </ul> - <ul class="tsd-descriptions"> - <li class="tsd-description"> - <aside class="tsd-sources"> - <ul> - <li>Defined in commands/util.ts:134</li> - </ul> - </aside> - <h4 class="tsd-parameters-title">Parameters</h4> - <ul class="tsd-parameters"> - <li> - <h5>arr: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5> - </li> - </ul> - <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> - </li> - </ul> - </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module"> <a name="extractcommand" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> extract<wbr>Command</h3> @@ -254,7 +230,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in commands/util.ts:137</li> + <li>Defined in commands/util.ts:138</li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -386,7 +362,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in commands/util.ts:159</li> + <li>Defined in commands/util.ts:160</li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -505,6 +481,12 @@ <li class="current tsd-kind-module"> <a href="commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="index.html">index</a> </li> @@ -524,9 +506,6 @@ <li class=" tsd-kind-function tsd-parent-kind-module"> <a href="commands_util.html#converttonestedobject" class="tsd-kind-icon">convert<wbr>ToNested<wbr>Object</a> </li> - <li class=" tsd-kind-function tsd-parent-kind-module"> - <a href="commands_util.html#converttoobject" class="tsd-kind-icon">convert<wbr>ToObject</a> - </li> <li class=" tsd-kind-function tsd-parent-kind-module"> <a href="commands_util.html#extractcommand" class="tsd-kind-icon">extract<wbr>Command</a> </li> @@ -573,7 +552,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/modules/configurations_build.html b/public/modules/configurations_build.html new file mode 100644 index 0000000..ff57b5e --- /dev/null +++ b/public/modules/configurations_build.html @@ -0,0 +1,217 @@ +<!doctype html> +<html class="default no-js"> +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <title>configurations/build | usp-js</title> + <meta name="description" content="Documentation for usp-js"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="../assets/css/main.css"> + <script async src="../assets/js/search.js" id="search-script"></script> +</head> +<body> +<header> + <div class="tsd-page-toolbar"> + <div class="container"> + <div class="table-wrap"> + <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base=".."> + <div class="field"> + <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> + <input id="tsd-search-field" type="text" /> + </div> + <ul class="results"> + <li class="state loading">Preparing search index...</li> + <li class="state failure">The search index is not available</li> + </ul> + <a href="../index.html" class="title">usp-js</a> + </div> + <div class="table-cell" id="tsd-widgets"> + <div id="tsd-filter"> + <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> + <div class="tsd-filter-group"> + <div class="tsd-select" id="tsd-filter-visibility"> + <span class="tsd-select-label">All</span> + <ul class="tsd-select-list"> + <li data-value="public">Public</li> + <li data-value="protected">Public/Protected</li> + <li data-value="private" class="selected">All</li> + </ul> + </div> + <input type="checkbox" id="tsd-filter-inherited" checked /> + <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> + <input type="checkbox" id="tsd-filter-externals" checked /> + <label class="tsd-widget" for="tsd-filter-externals">Externals</label> + </div> + </div> + <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> + </div> + </div> + </div> + </div> + <div class="tsd-page-title"> + <div class="container"> + <ul class="tsd-breadcrumb"> + <li> + <a href="../modules.html">usp-js</a> + </li> + <li> + <a href="configurations_build.html">configurations/build</a> + </li> + </ul> + <h1>Module configurations/build</h1> + </div> + </div> +</header> +<div class="container container-main"> + <div class="row"> + <div class="col-8 col-content"> + <section class="tsd-panel-group tsd-index-group"> + <h2>Index</h2> + <section class="tsd-panel tsd-index-panel"> + <div class="tsd-index-content"> + <section class="tsd-index-section "> + <h3>Functions</h3> + <ul class="tsd-index-list"> + <li class="tsd-kind-function tsd-parent-kind-module"><a href="configurations_build.html#default" class="tsd-kind-icon">default</a></li> + </ul> + </section> + </div> + </section> + </section> + <section class="tsd-panel-group tsd-member-group "> + <h2>Functions</h2> + <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module"> + <a name="default" class="tsd-anchor"></a> + <h3><span class="tsd-flag ts-flagConst">Const</span> default</h3> + <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module"> + <li class="tsd-signature tsd-kind-icon">default<span class="tsd-signature-symbol">(</span>connectConfig<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>connectClient<span class="tsd-signature-symbol">: </span><a href="types.html#connectclientfn" class="tsd-signature-type" data-tsd-kind="Type alias">ConnectClientFn</a><span class="tsd-signature-symbol">; </span>decodeID<span class="tsd-signature-symbol">: </span><a href="types.html#decodeidfn" class="tsd-signature-type" data-tsd-kind="Type alias">DecodeIDFn</a><span class="tsd-signature-symbol">; </span>loadProtobuf<span class="tsd-signature-symbol">: </span><a href="types.html#loadprotobuffn" class="tsd-signature-type" data-tsd-kind="Type alias">LoadProtobufFn</a><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="types.html#connect" class="tsd-signature-type" data-tsd-kind="Type alias">Connect</a></li> + </ul> + <ul class="tsd-descriptions"> + <li class="tsd-description"> + <aside class="tsd-sources"> + <ul> + <li>Defined in configurations/build.ts:79</li> + </ul> + </aside> + <h4 class="tsd-parameters-title">Parameters</h4> + <ul class="tsd-parameters"> + <li> + <h5>connectConfig: <span class="tsd-signature-symbol">{ </span>connectClient<span class="tsd-signature-symbol">: </span><a href="types.html#connectclientfn" class="tsd-signature-type" data-tsd-kind="Type alias">ConnectClientFn</a><span class="tsd-signature-symbol">; </span>decodeID<span class="tsd-signature-symbol">: </span><a href="types.html#decodeidfn" class="tsd-signature-type" data-tsd-kind="Type alias">DecodeIDFn</a><span class="tsd-signature-symbol">; </span>loadProtobuf<span class="tsd-signature-symbol">: </span><a href="types.html#loadprotobuffn" class="tsd-signature-type" data-tsd-kind="Type alias">LoadProtobufFn</a><span class="tsd-signature-symbol"> }</span></h5> + <ul class="tsd-parameters"> + <li class="tsd-parameter"> + <h5>connect<wbr>Client<span class="tsd-signature-symbol">: </span><a href="types.html#connectclientfn" class="tsd-signature-type" data-tsd-kind="Type alias">ConnectClientFn</a></h5> + </li> + <li class="tsd-parameter"> + <h5>decodeID<span class="tsd-signature-symbol">: </span><a href="types.html#decodeidfn" class="tsd-signature-type" data-tsd-kind="Type alias">DecodeIDFn</a></h5> + </li> + <li class="tsd-parameter"> + <h5>load<wbr>Protobuf<span class="tsd-signature-symbol">: </span><a href="types.html#loadprotobuffn" class="tsd-signature-type" data-tsd-kind="Type alias">LoadProtobufFn</a></h5> + </li> + </ul> + </li> + </ul> + <h4 class="tsd-returns-title">Returns <a href="types.html#connect" class="tsd-signature-type" data-tsd-kind="Type alias">Connect</a></h4> + </li> + </ul> + </section> + </section> + </div> + <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> + <nav class="tsd-navigation primary"> + <ul> + <li class=" "> + <a href="../modules.html">Exports</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands.html">commands</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_add.html">commands/add</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_del.html">commands/del</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_get.html">commands/get</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_instances.html">commands/instances</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_notify.html">commands/notify</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_operate.html">commands/operate</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_proto.html">commands/proto</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_recipes_operate.html">commands/recipes/operate</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_recipes_resolve.html">commands/recipes/resolve</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_recipes_subscribe.html">commands/recipes/subscribe</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_set.html">commands/set</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_supported.html">commands/supported</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_util.html">commands/util</a> + </li> + <li class="current tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> + <li class=" tsd-kind-module"> + <a href="index.html">index</a> + </li> + <li class=" tsd-kind-module"> + <a href="testy.html">testy</a> + </li> + <li class=" tsd-kind-module"> + <a href="types.html">types</a> + </li> + <li class=" tsd-kind-module"> + <a href="util.html">util</a> + </li> + </ul> + </nav> + <nav class="tsd-navigation secondary menu-sticky"> + <ul class="before-current"> + <li class=" tsd-kind-function tsd-parent-kind-module"> + <a href="configurations_build.html#default" class="tsd-kind-icon">default</a> + </li> + </ul> + </nav> + </div> + </div> +</div> +<footer class="with-border-bottom"> + <div class="container"> + <h2>Legend</h2> + <div class="tsd-legend-group"> + <ul class="tsd-legend"> + <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> + <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> + </ul> + <ul class="tsd-legend"> + <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> + </ul> + </div> + </div> +</footer> +<div class="container tsd-generator"> + <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p> +</div> +<div class="overlay"></div> +<script src="../assets/js/main.js"></script> +</body> +</html> \ No newline at end of file diff --git a/public/modules/configurations_iopsys.html b/public/modules/configurations_iopsys.html new file mode 100644 index 0000000..eec2c77 --- /dev/null +++ b/public/modules/configurations_iopsys.html @@ -0,0 +1,190 @@ +<!doctype html> +<html class="default no-js"> +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <title>configurations/iopsys | usp-js</title> + <meta name="description" content="Documentation for usp-js"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="../assets/css/main.css"> + <script async src="../assets/js/search.js" id="search-script"></script> +</head> +<body> +<header> + <div class="tsd-page-toolbar"> + <div class="container"> + <div class="table-wrap"> + <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base=".."> + <div class="field"> + <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> + <input id="tsd-search-field" type="text" /> + </div> + <ul class="results"> + <li class="state loading">Preparing search index...</li> + <li class="state failure">The search index is not available</li> + </ul> + <a href="../index.html" class="title">usp-js</a> + </div> + <div class="table-cell" id="tsd-widgets"> + <div id="tsd-filter"> + <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> + <div class="tsd-filter-group"> + <div class="tsd-select" id="tsd-filter-visibility"> + <span class="tsd-select-label">All</span> + <ul class="tsd-select-list"> + <li data-value="public">Public</li> + <li data-value="protected">Public/Protected</li> + <li data-value="private" class="selected">All</li> + </ul> + </div> + <input type="checkbox" id="tsd-filter-inherited" checked /> + <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> + <input type="checkbox" id="tsd-filter-externals" checked /> + <label class="tsd-widget" for="tsd-filter-externals">Externals</label> + </div> + </div> + <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> + </div> + </div> + </div> + </div> + <div class="tsd-page-title"> + <div class="container"> + <ul class="tsd-breadcrumb"> + <li> + <a href="../modules.html">usp-js</a> + </li> + <li> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> + </ul> + <h1>Module configurations/iopsys</h1> + </div> + </div> +</header> +<div class="container container-main"> + <div class="row"> + <div class="col-8 col-content"> + <section class="tsd-panel-group tsd-index-group"> + <h2>Index</h2> + <section class="tsd-panel tsd-index-panel"> + <div class="tsd-index-content"> + <section class="tsd-index-section "> + <h3>Properties</h3> + <ul class="tsd-index-list"> + <li class="tsd-kind-property tsd-parent-kind-module"><a href="configurations_iopsys.html#default" class="tsd-kind-icon">default</a></li> + </ul> + </section> + </div> + </section> + </section> + <section class="tsd-panel-group tsd-member-group "> + <h2>Properties</h2> + <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-module"> + <a name="default" class="tsd-anchor"></a> + <h3>default</h3> + <div class="tsd-signature tsd-kind-icon">default<span class="tsd-signature-symbol">:</span> <a href="types.html#connect" class="tsd-signature-type" data-tsd-kind="Type alias">Connect</a></div> + <aside class="tsd-sources"> + </aside> + </section> + </section> + </div> + <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> + <nav class="tsd-navigation primary"> + <ul> + <li class=" "> + <a href="../modules.html">Exports</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands.html">commands</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_add.html">commands/add</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_del.html">commands/del</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_get.html">commands/get</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_instances.html">commands/instances</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_notify.html">commands/notify</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_operate.html">commands/operate</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_proto.html">commands/proto</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_recipes_operate.html">commands/recipes/operate</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_recipes_resolve.html">commands/recipes/resolve</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_recipes_subscribe.html">commands/recipes/subscribe</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_set.html">commands/set</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_supported.html">commands/supported</a> + </li> + <li class=" tsd-kind-module"> + <a href="commands_util.html">commands/util</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class="current tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> + <li class=" tsd-kind-module"> + <a href="index.html">index</a> + </li> + <li class=" tsd-kind-module"> + <a href="testy.html">testy</a> + </li> + <li class=" tsd-kind-module"> + <a href="types.html">types</a> + </li> + <li class=" tsd-kind-module"> + <a href="util.html">util</a> + </li> + </ul> + </nav> + <nav class="tsd-navigation secondary menu-sticky"> + <ul class="before-current"> + <li class=" tsd-kind-property tsd-parent-kind-module"> + <a href="configurations_iopsys.html#default" class="tsd-kind-icon">default</a> + </li> + </ul> + </nav> + </div> + </div> +</div> +<footer class="with-border-bottom"> + <div class="container"> + <h2>Legend</h2> + <div class="tsd-legend-group"> + <ul class="tsd-legend"> + <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> + <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> + </ul> + <ul class="tsd-legend"> + <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> + </ul> + </div> + </div> +</footer> +<div class="container tsd-generator"> + <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p> +</div> +<div class="overlay"></div> +<script src="../assets/js/main.js"></script> +</body> +</html> \ No newline at end of file diff --git a/public/modules/index.html b/public/modules/index.html index 9206a5f..5e016b2 100644 --- a/public/modules/index.html +++ b/public/modules/index.html @@ -70,50 +70,26 @@ <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section "> - <h3>Functions</h3> + <h3>References</h3> <ul class="tsd-index-list"> - <li class="tsd-kind-function tsd-parent-kind-module"><a href="index.html#default" class="tsd-kind-icon">default</a></li> + <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#build" class="tsd-kind-icon">build</a></li> + <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#default" class="tsd-kind-icon">default</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> - <h2>Functions</h2> - <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module"> + <h2>References</h2> + <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"> + <a name="build" class="tsd-anchor"></a> + <h3>build</h3> + Renames and exports <a href="configurations_build.html#default">default</a> + </section> + <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"> <a name="default" class="tsd-anchor"></a> - <h3><span class="tsd-flag ts-flagConst">Const</span> default</h3> - <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module"> - <li class="tsd-signature tsd-kind-icon">default<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="types.html#connectionoptions" class="tsd-signature-type" data-tsd-kind="Type alias">ConnectionOptions</a>, events<span class="tsd-signature-symbol">?: </span><a href="../interfaces/types.connectionevents.html" class="tsd-signature-type" data-tsd-kind="Interface">ConnectionEvents</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/types.usp.html" class="tsd-signature-type" data-tsd-kind="Interface">USP</a><span class="tsd-signature-symbol">></span></li> - </ul> - <ul class="tsd-descriptions"> - <li class="tsd-description"> - <aside class="tsd-sources"> - <ul> - <li>Defined in index.ts:101</li> - </ul> - </aside> - <div class="tsd-comment tsd-typography"> - <div class="lead"> - <p>Connect to device</p> - </div> - </div> - <h4 class="tsd-parameters-title">Parameters</h4> - <ul class="tsd-parameters"> - <li> - <h5>options: <a href="types.html#connectionoptions" class="tsd-signature-type" data-tsd-kind="Type alias">ConnectionOptions</a></h5> - </li> - <li> - <h5><span class="tsd-flag ts-flagOptional">Optional</span> events: <a href="../interfaces/types.connectionevents.html" class="tsd-signature-type" data-tsd-kind="Interface">ConnectionEvents</a></h5> - <div class="tsd-comment tsd-typography"> - <p>Optional event handlers</p> - </div> - </li> - </ul> - <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/types.usp.html" class="tsd-signature-type" data-tsd-kind="Interface">USP</a><span class="tsd-signature-symbol">></span></h4> - <p>A set of functions for interacting with the device</p> - </li> - </ul> + <h3>default</h3> + Re-exports <a href="configurations_iopsys.html#default">default</a> </section> </section> </div> @@ -165,6 +141,12 @@ <li class=" tsd-kind-module"> <a href="commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> <li class="current tsd-kind-module"> <a href="index.html">index</a> </li> @@ -181,7 +163,10 @@ </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> - <li class=" tsd-kind-function tsd-parent-kind-module"> + <li class=" tsd-kind-reference tsd-parent-kind-module"> + <a href="index.html#build" class="tsd-kind-icon">build</a> + </li> + <li class=" tsd-kind-reference tsd-parent-kind-module"> <a href="index.html#default" class="tsd-kind-icon">default</a> </li> </ul> @@ -194,7 +179,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/modules/testy.html b/public/modules/testy.html index 4202ad9..87e6357 100644 --- a/public/modules/testy.html +++ b/public/modules/testy.html @@ -114,6 +114,12 @@ <li class=" tsd-kind-module"> <a href="commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="index.html">index</a> </li> @@ -140,7 +146,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/modules/types.html b/public/modules/types.html index d012d25..97e75cd 100644 --- a/public/modules/types.html +++ b/public/modules/types.html @@ -90,6 +90,7 @@ <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#addcommand" class="tsd-kind-icon">Add<wbr>Command</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#addlookupcreateobject" class="tsd-kind-icon">Add<wbr>Lookup<wbr>Create<wbr>Object</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#addlookupcreateparamsetting" class="tsd-kind-icon">Add<wbr>Lookup<wbr>Create<wbr>Param<wbr>Setting</a></li> + <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#buildconnectionfn" class="tsd-kind-icon">Build<wbr>Connection<wbr>Fn</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#callargs" class="tsd-kind-icon">Call<wbr>Args</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#callfn" class="tsd-kind-icon">Call<wbr>Fn</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#calloptions" class="tsd-kind-icon">Call<wbr>Options</a></li> @@ -100,8 +101,11 @@ <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#commandtrigger" class="tsd-kind-icon">Command<wbr>Trigger</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#commandtype" class="tsd-kind-icon">Command<wbr>Type</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#connect" class="tsd-kind-icon">Connect</a></li> + <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#connectclientfn" class="tsd-kind-icon">Connect<wbr>Client<wbr>Fn</a></li> + <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#connectionclient" class="tsd-kind-icon">Connection<wbr>Client</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#connectionoptions" class="tsd-kind-icon">Connection<wbr>Options</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#decodefn" class="tsd-kind-icon">Decode<wbr>Fn</a></li> + <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#decodeidfn" class="tsd-kind-icon">DecodeIDFn</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#decoderesponse" class="tsd-kind-icon">Decode<wbr>Response</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#delcommand" class="tsd-kind-icon">Del<wbr>Command</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#encodeargs" class="tsd-kind-icon">Encode<wbr>Args</a></li> @@ -112,6 +116,7 @@ <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#inputrecord" class="tsd-kind-icon">Input<wbr>Record</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#instancescommand" class="tsd-kind-icon">Instances<wbr>Command</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#jsvalue" class="tsd-kind-icon">JSValue</a></li> + <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#loadprotobuffn" class="tsd-kind-icon">Load<wbr>Protobuf<wbr>Fn</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#makefn" class="tsd-kind-icon">Make<wbr>Fn</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#makerecipefn" class="tsd-kind-icon">Make<wbr>Recipe<wbr>Fn</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#onfn" class="tsd-kind-icon">On<wbr>Fn</a></li> @@ -134,6 +139,7 @@ <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#postcallcallback" class="tsd-kind-icon">Post<wbr>Call<wbr>Callback</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#precallcallback" class="tsd-kind-icon">Pre<wbr>Call<wbr>Callback</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#promiseclearfn" class="tsd-kind-icon">Promise<wbr>Clear<wbr>Fn</a></li> + <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#proto" class="tsd-kind-icon">Proto</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#recipe" class="tsd-kind-icon">Recipe</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#resolverecipe" class="tsd-kind-icon">Resolve<wbr>Recipe</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="types.html#response" class="tsd-kind-icon">Response</a></li> @@ -205,13 +211,55 @@ </ul> </aside> </section> + <section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"> + <a name="buildconnectionfn" class="tsd-anchor"></a> + <h3>Build<wbr>Connection<wbr>Fn</h3> + <div class="tsd-signature tsd-kind-icon">Build<wbr>Connection<wbr>Fn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>connectConfig<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>connectClient<span class="tsd-signature-symbol">: </span><a href="types.html#connectclientfn" class="tsd-signature-type" data-tsd-kind="Type alias">ConnectClientFn</a><span class="tsd-signature-symbol">; </span>decodeID<span class="tsd-signature-symbol">: </span><a href="types.html#decodeidfn" class="tsd-signature-type" data-tsd-kind="Type alias">DecodeIDFn</a><span class="tsd-signature-symbol">; </span>loadProtobuf<span class="tsd-signature-symbol">: </span><a href="types.html#loadprotobuffn" class="tsd-signature-type" data-tsd-kind="Type alias">LoadProtobufFn</a><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><a href="types.html#connect" class="tsd-signature-type" data-tsd-kind="Type alias">Connect</a></div> + <aside class="tsd-sources"> + <ul> + <li>Defined in types.ts:532</li> + </ul> + </aside> + <div class="tsd-type-declaration"> + <h4>Type declaration</h4> + <ul class="tsd-parameters"> + <li class="tsd-parameter-signature"> + <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-type-alias"> + <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>connectConfig<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>connectClient<span class="tsd-signature-symbol">: </span><a href="types.html#connectclientfn" class="tsd-signature-type" data-tsd-kind="Type alias">ConnectClientFn</a><span class="tsd-signature-symbol">; </span>decodeID<span class="tsd-signature-symbol">: </span><a href="types.html#decodeidfn" class="tsd-signature-type" data-tsd-kind="Type alias">DecodeIDFn</a><span class="tsd-signature-symbol">; </span>loadProtobuf<span class="tsd-signature-symbol">: </span><a href="types.html#loadprotobuffn" class="tsd-signature-type" data-tsd-kind="Type alias">LoadProtobufFn</a><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="types.html#connect" class="tsd-signature-type" data-tsd-kind="Type alias">Connect</a></li> + </ul> + <ul class="tsd-descriptions"> + <li class="tsd-description"> + <h4 class="tsd-parameters-title">Parameters</h4> + <ul class="tsd-parameters"> + <li> + <h5>connectConfig: <span class="tsd-signature-symbol">{ </span>connectClient<span class="tsd-signature-symbol">: </span><a href="types.html#connectclientfn" class="tsd-signature-type" data-tsd-kind="Type alias">ConnectClientFn</a><span class="tsd-signature-symbol">; </span>decodeID<span class="tsd-signature-symbol">: </span><a href="types.html#decodeidfn" class="tsd-signature-type" data-tsd-kind="Type alias">DecodeIDFn</a><span class="tsd-signature-symbol">; </span>loadProtobuf<span class="tsd-signature-symbol">: </span><a href="types.html#loadprotobuffn" class="tsd-signature-type" data-tsd-kind="Type alias">LoadProtobufFn</a><span class="tsd-signature-symbol"> }</span></h5> + <ul class="tsd-parameters"> + <li class="tsd-parameter"> + <h5>connect<wbr>Client<span class="tsd-signature-symbol">: </span><a href="types.html#connectclientfn" class="tsd-signature-type" data-tsd-kind="Type alias">ConnectClientFn</a></h5> + </li> + <li class="tsd-parameter"> + <h5>decodeID<span class="tsd-signature-symbol">: </span><a href="types.html#decodeidfn" class="tsd-signature-type" data-tsd-kind="Type alias">DecodeIDFn</a></h5> + </li> + <li class="tsd-parameter"> + <h5>load<wbr>Protobuf<span class="tsd-signature-symbol">: </span><a href="types.html#loadprotobuffn" class="tsd-signature-type" data-tsd-kind="Type alias">LoadProtobufFn</a></h5> + </li> + </ul> + </li> + </ul> + <h4 class="tsd-returns-title">Returns <a href="types.html#connect" class="tsd-signature-type" data-tsd-kind="Type alias">Connect</a></h4> + </li> + </ul> + </li> + </ul> + </div> + </section> <section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"> <a name="callargs" class="tsd-anchor"></a> <h3>Call<wbr>Args</h3> <div class="tsd-signature tsd-kind-icon">Call<wbr>Args<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:466</li> + <li>Defined in types.ts:474</li> </ul> </aside> </section> @@ -221,7 +269,7 @@ <div class="tsd-signature tsd-kind-icon">Call<wbr>Fn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>cmd<span class="tsd-signature-symbol">: </span><a href="types.html#commandtype" class="tsd-signature-type" data-tsd-kind="Type alias">CommandType</a>, args<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span>, callOpts<span class="tsd-signature-symbol">?: </span><a href="types.html#calloptions" class="tsd-signature-type" data-tsd-kind="Type alias">CallOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:495</li> + <li>Defined in types.ts:506</li> </ul> </aside> <div class="tsd-type-declaration"> @@ -258,7 +306,7 @@ <div class="tsd-signature tsd-kind-icon">Call<wbr>Options<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>responseMsgType<span class="tsd-signature-symbol">?: </span><a href="types.html#commandtype" class="tsd-signature-type" data-tsd-kind="Type alias">CommandType</a><span class="tsd-signature-symbol"> }</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:489</li> + <li>Defined in types.ts:500</li> </ul> </aside> <div class="tsd-type-declaration"> @@ -276,7 +324,7 @@ <div class="tsd-signature tsd-kind-icon">Cert<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Buffer</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Buffer</span><span class="tsd-signature-symbol">[]</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:433</li> + <li>Defined in types.ts:439</li> </ul> </aside> </section> @@ -286,7 +334,7 @@ <div class="tsd-signature tsd-kind-icon">Clear<wbr>Fn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:467</li> + <li>Defined in types.ts:475</li> </ul> </aside> <div class="tsd-type-declaration"> @@ -321,7 +369,7 @@ <div class="tsd-signature tsd-kind-icon">Command<wbr>Object<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>decode<span class="tsd-signature-symbol">: </span><a href="types.html#decodefn" class="tsd-signature-type" data-tsd-kind="Type alias">DecodeFn</a><span class="tsd-signature-symbol">; </span>encode<span class="tsd-signature-symbol">: </span><a href="types.html#encodefn" class="tsd-signature-type" data-tsd-kind="Type alias">EncodeFn</a><span class="tsd-signature-symbol"> }</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:475</li> + <li>Defined in types.ts:483</li> </ul> </aside> <div class="tsd-type-declaration"> @@ -342,7 +390,7 @@ <div class="tsd-signature tsd-kind-icon">Command<wbr>Trigger<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>decode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span>encode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:471</li> + <li>Defined in types.ts:479</li> </ul> </aside> <div class="tsd-type-declaration"> @@ -373,9 +421,25 @@ <div class="tsd-signature tsd-kind-icon">Connect<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="types.html#connectionoptions" class="tsd-signature-type" data-tsd-kind="Type alias">ConnectionOptions</a>, events<span class="tsd-signature-symbol">?: </span><a href="../interfaces/types.connectionevents.html" class="tsd-signature-type" data-tsd-kind="Interface">ConnectionEvents</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/types.usp.html" class="tsd-signature-type" data-tsd-kind="Interface">USP</a><span class="tsd-signature-symbol">></span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:373</li> + <li>Defined in types.ts:379</li> </ul> </aside> + <div class="tsd-comment tsd-typography"> + <div class="lead"> + <p>Connect to device</p> + </div> + <dl class="tsd-comment-tags"> + <dt>param</dt> + <dd><p>Connection options</p> + </dd> + <dt>param</dt> + <dd><p>Optional event handlers</p> + </dd> + <dt>returns</dt> + <dd><p>A set of functions for interacting with the device</p> + </dd> + </dl> + </div> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> @@ -401,13 +465,185 @@ </ul> </div> </section> + <section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"> + <a name="connectclientfn" class="tsd-anchor"></a> + <h3>Connect<wbr>Client<wbr>Fn</h3> + <div class="tsd-signature tsd-kind-icon">Connect<wbr>Client<wbr>Fn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="types.html#connectionoptions" class="tsd-signature-type" data-tsd-kind="Type alias">ConnectionOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><a href="types.html#connectionclient" class="tsd-signature-type" data-tsd-kind="Type alias">ConnectionClient</a></div> + <aside class="tsd-sources"> + <ul> + <li>Defined in types.ts:520</li> + </ul> + </aside> + <div class="tsd-type-declaration"> + <h4>Type declaration</h4> + <ul class="tsd-parameters"> + <li class="tsd-parameter-signature"> + <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-type-alias"> + <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="types.html#connectionoptions" class="tsd-signature-type" data-tsd-kind="Type alias">ConnectionOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="types.html#connectionclient" class="tsd-signature-type" data-tsd-kind="Type alias">ConnectionClient</a></li> + </ul> + <ul class="tsd-descriptions"> + <li class="tsd-description"> + <h4 class="tsd-parameters-title">Parameters</h4> + <ul class="tsd-parameters"> + <li> + <h5>options: <a href="types.html#connectionoptions" class="tsd-signature-type" data-tsd-kind="Type alias">ConnectionOptions</a></h5> + </li> + </ul> + <h4 class="tsd-returns-title">Returns <a href="types.html#connectionclient" class="tsd-signature-type" data-tsd-kind="Type alias">ConnectionClient</a></h4> + </li> + </ul> + </li> + </ul> + </div> + </section> + <section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"> + <a name="connectionclient" class="tsd-anchor"></a> + <h3>Connection<wbr>Client</h3> + <div class="tsd-signature tsd-kind-icon">Connection<wbr>Client<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>end<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span>on<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, responseFn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>topic<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span>publish<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>endpoint<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span>subscribe<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>to<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span>unsubscribe<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>from<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol"> }</span></div> + <aside class="tsd-sources"> + <ul> + <li>Defined in types.ts:512</li> + </ul> + </aside> + <div class="tsd-type-declaration"> + <h4>Type declaration</h4> + <ul class="tsd-parameters"> + <li class="tsd-parameter"> + <h5>end<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></h5> + <ul class="tsd-parameters"> + <li class="tsd-parameter-signature"> + <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-type-literal"> + <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> + </ul> + <ul class="tsd-descriptions"> + <li class="tsd-description"> + <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> + </li> + </ul> + </li> + </ul> + </li> + <li class="tsd-parameter"> + <h5>on<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, responseFn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>topic<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></h5> + <ul class="tsd-parameters"> + <li class="tsd-parameter-signature"> + <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-type-literal"> + <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, responseFn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>topic<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> + </ul> + <ul class="tsd-descriptions"> + <li class="tsd-description"> + <h4 class="tsd-parameters-title">Parameters</h4> + <ul class="tsd-parameters"> + <li> + <h5>key: <span class="tsd-signature-type">string</span></h5> + </li> + <li> + <h5>responseFn: <span class="tsd-signature-symbol">(</span>topic<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></h5> + <ul class="tsd-parameters"> + <li class="tsd-parameter-signature"> + <ul class="tsd-signatures tsd-kind-type-literal"> + <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>topic<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> + </ul> + <ul class="tsd-descriptions"> + <li class="tsd-description"> + <h4 class="tsd-parameters-title">Parameters</h4> + <ul class="tsd-parameters"> + <li> + <h5>topic: <span class="tsd-signature-type">string</span></h5> + </li> + <li> + <h5>data: <span class="tsd-signature-type">any</span></h5> + </li> + </ul> + <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> + </li> + </ul> + </li> + </ul> + </li> + </ul> + <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> + </li> + </ul> + </li> + </ul> + </li> + <li class="tsd-parameter"> + <h5>publish<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>endpoint<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></h5> + <ul class="tsd-parameters"> + <li class="tsd-parameter-signature"> + <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-type-literal"> + <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>endpoint<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> + </ul> + <ul class="tsd-descriptions"> + <li class="tsd-description"> + <h4 class="tsd-parameters-title">Parameters</h4> + <ul class="tsd-parameters"> + <li> + <h5>endpoint: <span class="tsd-signature-type">string</span></h5> + </li> + <li> + <h5>msg: <span class="tsd-signature-type">any</span></h5> + </li> + </ul> + <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> + </li> + </ul> + </li> + </ul> + </li> + <li class="tsd-parameter"> + <h5>subscribe<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>to<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></h5> + <ul class="tsd-parameters"> + <li class="tsd-parameter-signature"> + <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-type-literal"> + <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>to<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> + </ul> + <ul class="tsd-descriptions"> + <li class="tsd-description"> + <h4 class="tsd-parameters-title">Parameters</h4> + <ul class="tsd-parameters"> + <li> + <h5>to: <span class="tsd-signature-type">string</span></h5> + </li> + </ul> + <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> + </li> + </ul> + </li> + </ul> + </li> + <li class="tsd-parameter"> + <h5>unsubscribe<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>from<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></h5> + <ul class="tsd-parameters"> + <li class="tsd-parameter-signature"> + <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-type-literal"> + <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>from<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> + </ul> + <ul class="tsd-descriptions"> + <li class="tsd-description"> + <h4 class="tsd-parameters-title">Parameters</h4> + <ul class="tsd-parameters"> + <li> + <h5>from: <span class="tsd-signature-type">string</span></h5> + </li> + </ul> + <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> + </li> + </ul> + </li> + </ul> + </li> + </ul> + </div> + </section> <section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"> <a name="connectionoptions" class="tsd-anchor"></a> <h3>Connection<wbr>Options</h3> <div class="tsd-signature tsd-kind-icon">Connection<wbr>Options<span class="tsd-signature-symbol">:</span> <a href="types.html#urlconnectionoptions" class="tsd-signature-type" data-tsd-kind="Type alias">URLConnectionOptions</a><span class="tsd-signature-symbol"> | </span><a href="types.html#hostconnectionoptions" class="tsd-signature-type" data-tsd-kind="Type alias">HostConnectionOptions</a></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:447</li> + <li>Defined in types.ts:455</li> </ul> </aside> </section> @@ -417,7 +653,7 @@ <div class="tsd-signature tsd-kind-icon">Decode<wbr>Fn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><a href="types.html#decoderesponse" class="tsd-signature-type" data-tsd-kind="Type alias">DecodeResponse</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">]</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:450</li> + <li>Defined in types.ts:458</li> </ul> </aside> <div class="tsd-type-declaration"> @@ -442,13 +678,44 @@ </ul> </div> </section> + <section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"> + <a name="decodeidfn" class="tsd-anchor"></a> + <h3>DecodeIDFn</h3> + <div class="tsd-signature tsd-kind-icon">DecodeIDFn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">string</span></div> + <aside class="tsd-sources"> + <ul> + <li>Defined in types.ts:522</li> + </ul> + </aside> + <div class="tsd-type-declaration"> + <h4>Type declaration</h4> + <ul class="tsd-parameters"> + <li class="tsd-parameter-signature"> + <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-type-alias"> + <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li> + </ul> + <ul class="tsd-descriptions"> + <li class="tsd-description"> + <h4 class="tsd-parameters-title">Parameters</h4> + <ul class="tsd-parameters"> + <li> + <h5>data: <span class="tsd-signature-type">any</span></h5> + </li> + </ul> + <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4> + </li> + </ul> + </li> + </ul> + </div> + </section> <section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"> <a name="decoderesponse" class="tsd-anchor"></a> <h3>Decode<wbr>Response</h3> <div class="tsd-signature tsd-kind-icon">Decode<wbr>Response<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><a href="types.html#responseid" class="tsd-signature-type" data-tsd-kind="Type alias">ResponseID</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="types.html#response" class="tsd-signature-type" data-tsd-kind="Type alias">Response</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><a href="types.html#responseid" class="tsd-signature-type" data-tsd-kind="Type alias">ResponseID</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="types.html#response" class="tsd-signature-type" data-tsd-kind="Type alias">Response</a><span class="tsd-signature-symbol">, </span><a href="types.html#commandtype" class="tsd-signature-type" data-tsd-kind="Type alias">CommandType</a><span class="tsd-signature-symbol">]</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:451</li> + <li>Defined in types.ts:459</li> </ul> </aside> </section> @@ -492,7 +759,7 @@ <div class="tsd-signature tsd-kind-icon">Encode<wbr>Args<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>args<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span>header<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span>rootMsg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>rootRecord<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:455</li> + <li>Defined in types.ts:463</li> </ul> </aside> <div class="tsd-type-declaration"> @@ -522,7 +789,7 @@ <div class="tsd-signature tsd-kind-icon">Encode<wbr>Fn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>args<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><a href="../interfaces/types.pbrequestmessage.html" class="tsd-signature-type" data-tsd-kind="Interface">PbRequestMessage</a></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:465</li> + <li>Defined in types.ts:473</li> </ul> </aside> <div class="tsd-type-declaration"> @@ -594,7 +861,7 @@ <div class="tsd-signature tsd-kind-icon">Host<wbr>Connection<wbr>Options<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>host<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>port<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>protocol<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"wss"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ws"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"mqtt"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"mqtts"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"tcp"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ssl"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"wx"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"wxs"</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> & </span><a href="../interfaces/types.otherconnectionoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">OtherConnectionOptions</a></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:427</li> + <li>Defined in types.ts:433</li> </ul> </aside> </section> @@ -653,17 +920,42 @@ <div class="tsd-signature tsd-kind-icon">JSValue<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">boolean</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:494</li> + <li>Defined in types.ts:505</li> </ul> </aside> </section> + <section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"> + <a name="loadprotobuffn" class="tsd-anchor"></a> + <h3>Load<wbr>Protobuf<wbr>Fn</h3> + <div class="tsd-signature tsd-kind-icon">Load<wbr>Protobuf<wbr>Fn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="types.html#proto" class="tsd-signature-type" data-tsd-kind="Type alias">Proto</a><span class="tsd-signature-symbol">></span></div> + <aside class="tsd-sources"> + <ul> + <li>Defined in types.ts:530</li> + </ul> + </aside> + <div class="tsd-type-declaration"> + <h4>Type declaration</h4> + <ul class="tsd-parameters"> + <li class="tsd-parameter-signature"> + <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-type-alias"> + <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="types.html#proto" class="tsd-signature-type" data-tsd-kind="Type alias">Proto</a><span class="tsd-signature-symbol">></span></li> + </ul> + <ul class="tsd-descriptions"> + <li class="tsd-description"> + <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="types.html#proto" class="tsd-signature-type" data-tsd-kind="Type alias">Proto</a><span class="tsd-signature-symbol">></span></h4> + </li> + </ul> + </li> + </ul> + </div> + </section> <section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"> <a name="makefn" class="tsd-anchor"></a> <h3>Make<wbr>Fn</h3> <div class="tsd-signature tsd-kind-icon">Make<wbr>Fn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>call<span class="tsd-signature-symbol">: </span><a href="types.html#callfn" class="tsd-signature-type" data-tsd-kind="Type alias">CallFn</a>, on<span class="tsd-signature-symbol">: </span><a href="types.html#onfn" class="tsd-signature-type" data-tsd-kind="Type alias">OnFn</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><a href="types.html#command" class="tsd-signature-type" data-tsd-kind="Type alias">Command</a></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:469</li> + <li>Defined in types.ts:477</li> </ul> </aside> <div class="tsd-type-declaration"> @@ -697,7 +989,7 @@ <div class="tsd-signature tsd-kind-icon">Make<wbr>Recipe<wbr>Fn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>call<span class="tsd-signature-symbol">: </span><a href="types.html#callfn" class="tsd-signature-type" data-tsd-kind="Type alias">CallFn</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><a href="types.html#recipe" class="tsd-signature-type" data-tsd-kind="Type alias">Recipe</a></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:470</li> + <li>Defined in types.ts:478</li> </ul> </aside> <div class="tsd-type-declaration"> @@ -728,7 +1020,7 @@ <div class="tsd-signature tsd-kind-icon">On<wbr>Fn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>ident<span class="tsd-signature-symbol">: </span><a href="types.html#onident" class="tsd-signature-type" data-tsd-kind="Type alias">OnIdent</a>, callback<span class="tsd-signature-symbol">: </span><a href="types.html#subscriptioncallback" class="tsd-signature-type" data-tsd-kind="Type alias">SubscriptionCallback</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><a href="types.html#clearfn" class="tsd-signature-type" data-tsd-kind="Type alias">ClearFn</a></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:468</li> + <li>Defined in types.ts:476</li> </ul> </aside> <div class="tsd-type-declaration"> @@ -762,7 +1054,7 @@ <div class="tsd-signature tsd-kind-icon">On<wbr>Ident<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">RegExp</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:463</li> + <li>Defined in types.ts:471</li> </ul> </aside> </section> @@ -1351,6 +1643,30 @@ </ul> </div> </section> + <section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"> + <a name="proto" class="tsd-anchor"></a> + <h3>Proto</h3> + <div class="tsd-signature tsd-kind-icon">Proto<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>header<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>rootMsg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>rootRecord<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></div> + <aside class="tsd-sources"> + <ul> + <li>Defined in types.ts:524</li> + </ul> + </aside> + <div class="tsd-type-declaration"> + <h4>Type declaration</h4> + <ul class="tsd-parameters"> + <li class="tsd-parameter"> + <h5>header<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></h5> + </li> + <li class="tsd-parameter"> + <h5>root<wbr>Msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></h5> + </li> + <li class="tsd-parameter"> + <h5>root<wbr>Record<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></h5> + </li> + </ul> + </div> + </section> <section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"> <a name="recipe" class="tsd-anchor"></a> <h3>Recipe</h3> @@ -1401,7 +1717,7 @@ <div class="tsd-signature tsd-kind-icon">Response<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:449</li> + <li>Defined in types.ts:457</li> </ul> </aside> </section> @@ -1411,7 +1727,7 @@ <div class="tsd-signature tsd-kind-icon">ResponseID<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"ignore"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"error"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:493</li> + <li>Defined in types.ts:504</li> </ul> </aside> </section> @@ -1489,7 +1805,7 @@ <div class="tsd-signature tsd-kind-icon">Subscription<wbr>Callback<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><a href="types.html#response" class="tsd-signature-type" data-tsd-kind="Type alias">Response</a>, fullMsg<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:392</li> + <li>Defined in types.ts:398</li> </ul> </aside> <div class="tsd-type-declaration"> @@ -1588,7 +1904,7 @@ <div class="tsd-signature tsd-kind-icon">URLConnection<wbr>Options<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> & </span><a href="../interfaces/types.otherconnectionoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">OtherConnectionOptions</a></div> <aside class="tsd-sources"> <ul> - <li>Defined in types.ts:423</li> + <li>Defined in types.ts:429</li> </ul> </aside> </section> @@ -1642,6 +1958,12 @@ <li class=" tsd-kind-module"> <a href="commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="index.html">index</a> </li> @@ -1697,6 +2019,9 @@ <li class=" tsd-kind-type-alias tsd-parent-kind-module"> <a href="types.html#addlookupcreateparamsetting" class="tsd-kind-icon">Add<wbr>Lookup<wbr>Create<wbr>Param<wbr>Setting</a> </li> + <li class=" tsd-kind-type-alias tsd-parent-kind-module"> + <a href="types.html#buildconnectionfn" class="tsd-kind-icon">Build<wbr>Connection<wbr>Fn</a> + </li> <li class=" tsd-kind-type-alias tsd-parent-kind-module"> <a href="types.html#callargs" class="tsd-kind-icon">Call<wbr>Args</a> </li> @@ -1727,12 +2052,21 @@ <li class=" tsd-kind-type-alias tsd-parent-kind-module"> <a href="types.html#connect" class="tsd-kind-icon">Connect</a> </li> + <li class=" tsd-kind-type-alias tsd-parent-kind-module"> + <a href="types.html#connectclientfn" class="tsd-kind-icon">Connect<wbr>Client<wbr>Fn</a> + </li> + <li class=" tsd-kind-type-alias tsd-parent-kind-module"> + <a href="types.html#connectionclient" class="tsd-kind-icon">Connection<wbr>Client</a> + </li> <li class=" tsd-kind-type-alias tsd-parent-kind-module"> <a href="types.html#connectionoptions" class="tsd-kind-icon">Connection<wbr>Options</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-module"> <a href="types.html#decodefn" class="tsd-kind-icon">Decode<wbr>Fn</a> </li> + <li class=" tsd-kind-type-alias tsd-parent-kind-module"> + <a href="types.html#decodeidfn" class="tsd-kind-icon">DecodeIDFn</a> + </li> <li class=" tsd-kind-type-alias tsd-parent-kind-module"> <a href="types.html#decoderesponse" class="tsd-kind-icon">Decode<wbr>Response</a> </li> @@ -1763,6 +2097,9 @@ <li class=" tsd-kind-type-alias tsd-parent-kind-module"> <a href="types.html#jsvalue" class="tsd-kind-icon">JSValue</a> </li> + <li class=" tsd-kind-type-alias tsd-parent-kind-module"> + <a href="types.html#loadprotobuffn" class="tsd-kind-icon">Load<wbr>Protobuf<wbr>Fn</a> + </li> <li class=" tsd-kind-type-alias tsd-parent-kind-module"> <a href="types.html#makefn" class="tsd-kind-icon">Make<wbr>Fn</a> </li> @@ -1829,6 +2166,9 @@ <li class=" tsd-kind-type-alias tsd-parent-kind-module"> <a href="types.html#promiseclearfn" class="tsd-kind-icon">Promise<wbr>Clear<wbr>Fn</a> </li> + <li class=" tsd-kind-type-alias tsd-parent-kind-module"> + <a href="types.html#proto" class="tsd-kind-icon">Proto</a> + </li> <li class=" tsd-kind-type-alias tsd-parent-kind-module"> <a href="types.html#recipe" class="tsd-kind-icon">Recipe</a> </li> @@ -1869,7 +2209,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/public/modules/util.html b/public/modules/util.html index 9cfb8c0..6709fe7 100644 --- a/public/modules/util.html +++ b/public/modules/util.html @@ -315,6 +315,12 @@ <li class=" tsd-kind-module"> <a href="commands_util.html">commands/util</a> </li> + <li class=" tsd-kind-module"> + <a href="configurations_build.html">configurations/build</a> + </li> + <li class=" tsd-kind-module"> + <a href="configurations_iopsys.html">configurations/iopsys</a> + </li> <li class=" tsd-kind-module"> <a href="index.html">index</a> </li> @@ -350,7 +356,6 @@ <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> - <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> diff --git a/src/commands/index.ts b/src/commands/index.ts index bf791ae..5d18406 100644 --- a/src/commands/index.ts +++ b/src/commands/index.ts @@ -64,7 +64,7 @@ export const decode = (parsedMsg: any): DecodeResponse => { const err = searchParent(parsedMsg, "errMsg") || null; const command = extractCommand(parsedMsg); const foundId = search(parsedMsg, "msgId"); - // if id is formatted by me (command@) the use otherwise check for sub id + // if id is formatted by me (command@) then use, otherwise check for sub id const id = foundId.startsWith(command + "@") ? foundId : search(parsedMsg, "subscriptionId") || null; diff --git a/src/configurations/build.ts b/src/configurations/build.ts index e6107c8..cf7fc78 100644 --- a/src/configurations/build.ts +++ b/src/configurations/build.ts @@ -123,17 +123,27 @@ const buildConnect: BuildConnectionFn = client.on("message", (_topic, data: any) => { const parsedMsg = readMsg(proto, data); const [id, message, err, cmdType] = decode(parsedMsg); - const call = router.get(id, cmdType || "NOTIFY"); - if (call && call.resolve && call.reject) { - if (err) call.reject(err); - else call.resolve(message); - } + if (typeof id !== "string") { + handleError( + `Could not locate id for message:\n${JSON.stringify( + parsedMsg, + null, + 2 + )}` + ); + } else { + const call = router.get(id, cmdType || "NOTIFY"); + if (call && call.resolve && call.reject) { + if (err) call.reject(err); + else call.resolve(message); + } - const cbs = callbackRouter.get(id); - cbs.forEach((cb) => { - if (message) cb(message, parsedMsg); - else if (err) cb(err, parsedMsg); - }); + const cbs = callbackRouter.get(id); + cbs.forEach((cb) => { + if (message) cb(message, parsedMsg); + else if (err) cb(err, parsedMsg); + }); + } }); let reconnectCount = 0; -- GitLab