We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CAP_ENUM_MOTIONSENSOR_MOTION_VALUE_MAX
CAP_ENUM_TVOCHEALTHCONCERN_VALUE_MAX
https://github.com/SmartThingsCommunity/st-device-sdk-c-ref/blob/develop/apps/capability_sample/caps_tvocHealthConcern.c
line-30 static int caps_tvocHealthConcern_attr_tvocHealthConcern_str2idx(const char *value) { int index;
for (index = 0; index < CAP_ENUM_MOTIONSENSOR_MOTION_VALUE_MAX; index++) { if (!strcmp(value, caps_helper_tvocHealthConcern.attr_tvocHealthConcern.values[index])) { return index; } } return -1;
}
The text was updated successfully, but these errors were encountered:
Thanks, we fix it with this #141
Sorry, something went wrong.
No branches or pull requests
CAP_ENUM_MOTIONSENSOR_MOTION_VALUE_MAX
https://github.com/SmartThingsCommunity/st-device-sdk-c-ref/blob/develop/apps/capability_sample/caps_tvocHealthConcern.c
line-30
static int caps_tvocHealthConcern_attr_tvocHealthConcern_str2idx(const char *value)
{
int index;
}
The text was updated successfully, but these errors were encountered: