diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-17 00:56:43 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-17 00:56:43 +0200 |
commit | 5e919fde0a4c66b0203c46b8f06f303fcceaedde (patch) | |
tree | 6e4937b46d7370e9c8abe1f9a829759deda75ba2 /Controler-afb/ctl-apidef.json | |
parent | a4899ab57f08aeb2741d08f74d7593c85a0ad3f4 (diff) |
Implemented Timer and Event from Lua
Diffstat (limited to 'Controler-afb/ctl-apidef.json')
-rw-r--r-- | Controler-afb/ctl-apidef.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Controler-afb/ctl-apidef.json b/Controler-afb/ctl-apidef.json index 93456ab..621fd5e 100644 --- a/Controler-afb/ctl-apidef.json +++ b/Controler-afb/ctl-apidef.json @@ -147,7 +147,7 @@ } } }, - "/event_test": { + "/timer_test": { "description": "Pause Resume Test", "get": { "x-permissions": { |