UNPKG

obniz

Version:

obniz sdk for javascript

15 lines (12 loc) 306 B
## YAML Template. ##--- $schema: http://json-schema.org/draft-04/schema# id: "/request/plugin/exec_lua" desccription: "Executing Lua instantly" type: object required: [exec_lua] properties: exec_lua: type: string description: "Lua script to be run on target device" example: "duration = 3"