Property

hoobs

Property Name Type Description Required
bridge HoobsBridge
client HoobsClient
server HoobsServer

HoobsBridge

Property Name Type Description Required
name string Yes
pin string Yes
port integer Yes
username string Yes

HoobsClient

Property Name Type Description Required
country_code string Yes
postal_code string

HoobsServer

Property Name Type Description Required
application_path string
configuration_path string
global_modules_path string
home_setup_id string
hoobs_version string
local_modules_path string
node_version string Yes
port integer


↑ TopExample
{
    "bridge": {
        "username": "F7:A7:34:3F:9C:CD",
        "name": "HOOBS",
        "pin": "031-45-154",
        "port": 51826
    },
    "client": {
        "postal_code": "37209",
        "country_code": "US"
    },
    "server": {
        "configuration_path": "/home/hoobs/.hoobs/etc",
        "global_modules_path": "/usr/local/lib/node_modules",
        "hoobs_version": "3.3.12",
        "home_setup_id": "X-HM://0023ISYWYKOKM",
        "node_version": "12.16.3",
        "local_modules_path": "/home/hoobs/.hoobs/node_modules",
        "application_path": "/home/hoobs/.hoobs",
        "port": 80
    }
}