semilimes mcu sdk 1.1.1
semilimes Software Development Kit for microcontrollers
Loading...
Searching...
No Matches
defines.h
1#ifndef _include_h_
2#define _include_h_
3
4#include "utility/SME_JSON.h"
5//#include <Arduino.h>
6
7#define accept "application/json"
8#define contentType "application/json"
9#define authType "Bearer "
10
11#define wsEP "/service/ws"
12#define wsClientEP "/wsclient"
13#define wsHost "api.semilimes.net"
14#define wsPort 443
15
16#define httpsUrl "https://api.semilimes.net"
17#define registerDevice "/registerDevice"
18#define deviceClaimStatus "/deviceClaimStatus"
19#define communication_channel_my "/communication/channel/my"
20#define communication_channel "/communication/channel"
21#define communication_channel_create "/communication/channel/create"
22#define communication_channel_message "/communication/channel/message"
23#define communication_channel_message_send "/communication/channel/message/send"
24#define communication_channel_update "/communication/channel/message/update"
25#define communication_channel_subscribe "/communication/channel/subscribe"
26#define communication_channel_unsubscribe "/communication/channel/unsubscribe"
27#define communication_bucket "/communication/bucket"
28#define communication_bucket_update "/communication/bucket/update"
29#define communication_bucket_like "/communication/bucket/like"
30#define communication_bucket_unlike "/communication/bucket/unlike"
31#define communication_p2p "/communication/p2p"
32#define communication_p2p_message "/communication/p2p/message"
33#define communication_p2p_message_send "/communication/p2p/message/send"
34#define communication_p2p_message_update "/communication/p2p/message/update"
35#define communication_p2p_message_reaction_send "/communication/p2p/message/reaction/send"
36#define communication_p2p_message_reaction_remove "/communication/p2p/message/reaction/remove"
37#define communication_p2p_message_reply "/communication/p2p/message/reply"
38#define communication_p2p_signal_typing "/communication/p2p/signal/typing"
39#define communication_groupchat "/communication/groupchat"
40#define communication_groupchat_create "/communication/groupchat/create"
41#define communication_groupchat_message "/communication/groupchat/message"
42#define communication_groupchat_invite "/communication/groupchat/invite"
43#define communication_groupchat_message_send "/communication/groupchat/message/send"
44#define communication_groupchat_message_update "/communication/groupchat/message/update"
45#define communication_groupchat_message_reaction_send "/communication/groupchat/message/reaction/send"
46#define communication_groupchat_message_reaction_remove "/communication/groupchat/message/reaction/remove"
47#define communication_groupchat_message_reply "/communication/groupchat/message/reply"
48#define communication_groupchat_signal_typing "/communication/groupchat/signal/typing"
49
50#endif;