Jump to content

Template:Hardware

From /dev/hack
Hardware
Status


<templatedata> {

   "description": "A template for describing a piece of hardware at the space",
   "format": "block",
   "params": {
       "status": {
           "label": "Status",
           "description": "Whether it's working or not",
           "type": "string"
       }
   },
   "paramOrder": [
   	"status"
   ]

} </templatedata>