函数名驼峰式-2

This commit is contained in:
zogodo
2019-10-09 18:12:20 +08:00
parent ec4eef27e4
commit 58eec84eec
8 changed files with 54 additions and 54 deletions

View File

@@ -236,7 +236,7 @@ bool json_plug_analysis(int udp_flag, unsigned char x, cJSON * pJsonRoot, cJSON
{
if (cJSON_IsNumber(p_plug_on))
{
user_relay_set(x, p_plug_on->valueint);
UserRelaySet(x, p_plug_on->valueint);
return_flag = true;
}
user_mqtt_send_plug_state(x);