obniz
Version:
obniz sdk for javascript
18 lines (15 loc) • 368 B
YAML
## YAML Template.
##---
$schema: http://json-schema.org/draft-04/schema#
id: "/response/switch/change"
desccription: "value changes are always notified."
type: object
required: [state]
properties:
state:
type: string
enum: [none, push, left, right]
action:
type: string
enum: [get]
description: "this is optional and added when user request"