semilimes mcu sdk
1.1.3
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_communication_channel_my "/communication/channel/my"
20
#define sme_communication_channel "/communication/channel"
21
#define sme_communication_channel_create "/communication/channel/create"
22
#define sme_communication_channel_message "/communication/channel/message"
23
#define sme_communication_channel_message_send "/communication/channel/message/send"
24
#define sme_communication_channel_update "/communication/channel/message/update"
25
#define sme_communication_channel_subscribe "/communication/channel/subscribe"
26
#define sme_communication_channel_unsubscribe "/communication/channel/unsubscribe"
27
#define sme_communication_bucket "/communication/bucket"
28
#define sme_communication_bucket_update "/communication/bucket/update"
29
#define sme_communication_bucket_like "/communication/bucket/like"
30
#define sme_communication_bucket_unlike "/communication/bucket/unlike"
31
#define sme_communication_p2p "/communication/p2p"
32
#define sme_communication_p2p_message "/communication/p2p/message"
33
#define sme_communication_p2p_message_send "/communication/p2p/message/send"
34
#define sme_communication_p2p_message_update "/communication/p2p/message/update"
35
#define sme_communication_p2p_message_reaction_send "/communication/p2p/message/reaction/send"
36
#define sme_communication_p2p_message_reaction_remove "/communication/p2p/message/reaction/remove"
37
#define sme_communication_p2p_message_reply "/communication/p2p/message/reply"
38
#define sme_communication_p2p_signal_typing "/communication/p2p/signal/typing"
39
#define sme_communication_groupchat "/communication/groupchat"
40
#define sme_communication_groupchat_create "/communication/groupchat/create"
41
#define sme_communication_groupchat_message "/communication/groupchat/message"
42
#define sme_communication_groupchat_invite "/communication/groupchat/invite"
43
#define sme_communication_groupchat_message_send "/communication/groupchat/message/send"
44
#define sme_communication_groupchat_message_update "/communication/groupchat/message/update"
45
#define sme_communication_groupchat_message_reaction_send "/communication/groupchat/message/reaction/send"
46
#define sme_communication_groupchat_message_reaction_remove "/communication/groupchat/message/reaction/remove"
47
#define sme_communication_groupchat_message_reply "/communication/groupchat/message/reply"
48
#define sme_communication_groupchat_signal_typing "/communication/groupchat/signal/typing"
49
50
#endif;
github
semilimes_mcu_sdk
src
defines.h
Generated by
1.12.0