semilimes mcu sdk 1.1.4
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 sme_accept "application/json"
8#define sme_contentType "application/json"
9#define sme_authType "Bearer "
10
11#define sme_wsEP "/service/ws"
12#define sme_wsClientEP "/wsclient"
13#define sme_wsHost "api.semilimes.net"
14#define sme_wsPort 443
15
16#define sme_httpsUrl "https://api.semilimes.net"
17#define sme_registerDevice "/registerDevice"
18#define sme_deviceClaimStatus "/deviceClaimStatus"
19#define sme_resetDevice "/resetDevice"
20#define sme_communication_channel_my "/communication/channel/my"
21#define sme_communication_channel "/communication/channel"
22#define sme_communication_channel_create "/communication/channel/create"
23#define sme_communication_channel_message "/communication/channel/message"
24#define sme_communication_channel_message_send "/communication/channel/message/send"
25#define sme_communication_channel_update "/communication/channel/message/update"
26#define sme_communication_channel_subscribe "/communication/channel/subscribe"
27#define sme_communication_channel_unsubscribe "/communication/channel/unsubscribe"
28#define sme_communication_bucket "/communication/bucket"
29#define sme_communication_bucket_update "/communication/bucket/update"
30#define sme_communication_bucket_like "/communication/bucket/like"
31#define sme_communication_bucket_unlike "/communication/bucket/unlike"
32#define sme_communication_p2p "/communication/p2p"
33#define sme_communication_p2p_message "/communication/p2p/message"
34#define sme_communication_p2p_message_send "/communication/p2p/message/send"
35#define sme_communication_p2p_message_update "/communication/p2p/message/update"
36#define sme_communication_p2p_message_reaction_send "/communication/p2p/message/reaction/send"
37#define sme_communication_p2p_message_reaction_remove "/communication/p2p/message/reaction/remove"
38#define sme_communication_p2p_message_reply "/communication/p2p/message/reply"
39#define sme_communication_p2p_signal_typing "/communication/p2p/signal/typing"
40#define sme_communication_groupchat "/communication/groupchat"
41#define sme_communication_groupchat_create "/communication/groupchat/create"
42#define sme_communication_groupchat_message "/communication/groupchat/message"
43#define sme_communication_groupchat_invite "/communication/groupchat/invite"
44#define sme_communication_groupchat_message_send "/communication/groupchat/message/send"
45#define sme_communication_groupchat_message_update "/communication/groupchat/message/update"
46#define sme_communication_groupchat_message_reaction_send "/communication/groupchat/message/reaction/send"
47#define sme_communication_groupchat_message_reaction_remove "/communication/groupchat/message/reaction/remove"
48#define sme_communication_groupchat_message_reply "/communication/groupchat/message/reply"
49#define sme_communication_groupchat_signal_typing "/communication/groupchat/signal/typing"
50
51#endif;