mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-27 16:57:21 +00:00
iOS step counter reports to topic ../step (singular)
addresses https://github.com/owntracks/ios/issues/660
This commit is contained in:
+1
-1
@@ -671,7 +671,7 @@ void handle_message(void *userdata, char *topic, char *payload, size_t payloadle
|
||||
else if (!strcmp(j->string_, "card")) _type = T_CARD;
|
||||
else if (!strcmp(j->string_, "cmd")) _type = T_CMD;
|
||||
else if (!strcmp(j->string_, "lwt")) _type = T_LWT;
|
||||
else if (!strcmp(j->string_, "steps")) _type = T_STEPS;
|
||||
else if (!strcmp(j->string_, "step")) _type = T_STEPS;
|
||||
else if (!strcmp(j->string_, "transition")) _type = T_TRANSITION;
|
||||
else if (!strcmp(j->string_, "waypoint")) _type = T_WAYPOINT;
|
||||
else if (!strcmp(j->string_, "waypoints")) _type = T_WAYPOINTS;
|
||||
|
||||
Reference in New Issue
Block a user