mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
15 lines
230 B
YAML
15 lines
230 B
YAML
description: Test device binding
|
|
compatible: "test,device"
|
|
properties:
|
|
reg:
|
|
type: int
|
|
required: true
|
|
status:
|
|
type: string
|
|
boolean-prop:
|
|
type: boolean
|
|
int-prop:
|
|
type: int
|
|
string-prop:
|
|
type: string
|