Skip to main content
JSON Manual Created Edited

Diaphragm Disconnect

Input URI

{base url} + db/DRLS



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "Argument": {
        "type": "object",
        "properties": {
            "DUMMY": {
                "description": "dummy",
                "type": "integer"
            }
        }
    }
}


Examples

Units

{
    "Assign": {
        "1": {},
        "2": {},
        "5": {}
    }
}


Specifications

No. Description Key Value Type Default Required
1

Assign Object

 • Defines unit assignment by index.

 • Keys: Node Number

 • Value: Dummy Integer Value

"Assign" Object {} Required


0
Was this article helpful?