Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/thingset/sdk.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ extern "C" {
#define TS_ID_SUBSET_LIVE 0x31
#define TS_ID_REP_LIVE 0x310
#define TS_ID_REP_LIVE_ENABLE 0x311
#define TS_ID_REP_LIVE_PERIOD 0x312
#define TS_ID_REP_LIVE_PERIOD 0x313 // in ms (0x312 was used to store period in s)

#define TS_NAME_SUBSET_SUMMARY "mSummary"
#define TS_ID_SUBSET_SUMMARY 0x32
Expand Down