Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
WAvdBeek committed Nov 17, 2023
1 parent b9fa669 commit 0d5a05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knx_iot_virtual_sa.c
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ get_InfoOnOff_3(oc_request_t *request, oc_interface_mask_t interfaces,
char mystring[100];
snprintf(mystring,99,"urn:knx:sn:%s%s",oc_string(device->serialnumber),
oc_string(request->resource->uri));
oc_rep_i_set_text_string(root, 9, mystring);
oc_rep_i_set_text_string(root, 0, mystring);
}
// resource types
if ((strncmp(m, "rt", m_len) == 0) |
Expand Down

0 comments on commit 0d5a05b

Please sign in to comment.