9 lines
190 B
JSON
9 lines
190 B
JSON
{
|
|
"description": "An interface for doorbells. Emits \"doorbellPressed\" when the doorbell is pressed.",
|
|
"events": [
|
|
{
|
|
"name": "doorbellPressed"
|
|
}
|
|
]
|
|
}
|