Property:Fuse group

From Hackerspace ACKspace
Jump to: navigation, search
(Created a property of type Has type::Text)
 
m (added "unknown" to identify devices that need power but where it's uncertain which group it is plugged in)
 
Line 6: Line 6:
 
* [[Allows value::A]]
 
* [[Allows value::A]]
 
* [[Allows value::B]]
 
* [[Allows value::B]]
 +
* [[Allows value::unknown]]

Latest revision as of 13:25, 17 January 2018

This is a property of type Text.

It is used to identify devices connected to mains and to see which common fuse group they share.

The allowed values for this property are:

  • A
  • B
  • unknown
Showing 17 pages using this property.
{
    "type": "PROPERTY_CONSTRAINT_SCHEMA",
    "constraints": {
        "type_constraint": "_txt",
        "allowed_values": [
            "A",
            "B",
            "unknown"
        ]
    }
}