diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-07-20 22:10:58 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-07-25 14:58:06 +0200 |
commit | df80e736893306194e657b068d75096a3f142d54 (patch) | |
tree | c1352af3b773c8139c3c2995fd9eedfb207e8967 /ucs2-afb/ucs_binding.h | |
parent | 3f1eae7b3c3e727c55c3252d5f551b9bdd8f285d (diff) |
Initial API-V2 ajusted HTML page to fit new commands names
Diffstat (limited to 'ucs2-afb/ucs_binding.h')
-rw-r--r-- | ucs2-afb/ucs_binding.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ucs2-afb/ucs_binding.h b/ucs2-afb/ucs_binding.h index 082f6cc..4265762 100644 --- a/ucs2-afb/ucs_binding.h +++ b/ucs2-afb/ucs_binding.h @@ -43,8 +43,9 @@ extern const struct afb_binding_interface *afbIface; extern struct afb_service afbSrv; // API verbs prototype -PUBLIC void ucs2Configure (struct afb_req request); -PUBLIC void ucs2SetVol (struct afb_req request); +PUBLIC void ucs2_configure (struct afb_req request); +PUBLIC void ucs2_volume (struct afb_req request); +PUBLIC void ucs2_monitor (struct afb_req request); #endif /* UCS2BINDING_H */ |