semilimes mcu sdk 1.1.5
semilimes Software Development Kit for microcontrollers
Loading...
Searching...
No Matches
semilimes.h
1#ifndef _semilimes_h_
2#define _semilimes_h_
3
4#include "utility/sme_json.h"
5#include "account/header.h"
6#include "account/provisioning.h"
7#include "account/get_my_account.h"
8#include "account/get_account_profile.h"
9#include "account/get_account_feed.h"
10#include "account/add_account_feed.h"
11
12#include "communication/bucket_like.h"
13#include "communication/bucket_open.h"
14#include "communication/bucket_unlike.h"
15#include "communication/bucket_update.h"
16#include "communication/channel_create.h"
17#include "communication/channel_get.h"
18#include "communication/channel_message_get.h"
19#include "communication/channel_message_send.h"
20#include "communication/channel_message_update.h"
21#include "communication/channel_subscribe.h"
22#include "communication/channel_unsubscribe.h"
23#include "communication/channels_my_get.h"
24#include "communication/groupchat_create.h"
25#include "communication/groupchat_invite.h"
26#include "communication/groupchat_message_get.h"
27#include "communication/groupchat_message_reply.h"
28#include "communication/groupchat_message_send.h"
29#include "communication/groupchat_message_update.h"
30#include "communication/groupchat_reaction_remove.h"
31#include "communication/groupchat_reaction_send.h"
32#include "communication/groupchats_get.h"
33#include "communication/groupchat_signal_typing.h"
34
35#include "communication/p2p_message_get.h"
36#include "communication/p2p_message_reply.h"
37#include "communication/p2p_message_send.h"
38#include "communication/p2p_messagE_update.h"
39#include "communication/p2p_reaction_remove.h"
40#include "communication/p2p_reaction_send.h"
41#include "communication/p2p_signal_typing.h"
42#include "communication/p2p.h"
43#include "communication/websocket_header.h"
44
45#include "components/dc_simple_text.h"
46#include "components/dc_contact.h"
47#include "components/dc_html_text.h"
48#include "components/dc_file.h"
49#include "components/dc_location.h"
50#include "components/dc_webview.h"
51#include "components/dc_ch_reference.h"
52#include "components/dc_tunnel_reference.h"
53#include "components/dc_form.h"
54#include "components/dc_appointment.h"
55#include "components/dc_gauge.h"
56#include "components/dc_tile_view.h"
57
58#include "components/fc_label.h"
59#include "components/fc_text_box.h"
60#include "components/fc_switch.h"
61#include "components/fc_time_picker.h"
62#include "components/fc_slider.h"
63#include "components/fc_date_picker.h"
64#include "components/fc_location_picker.h"
65#include "components/fc_contact_picker.h"
66#include "components/fc_hidden_value.h"
67#include "components/fc_qr_scanner.h"
68#include "components/fc_nfc_reader.h"
69#include "components/fc_bucket_picker.h"
70#include "components/fc_single_choice.h"
71#include "components/fc_multiple_choice.h"
72#include "components/fc_button_list.h"
73#include "components/fc_event_picker.h"
74#include "components/fc_color_picker.h"
75#include "components/fc_gauge.h"
76
77#endif;