mesh: fix mesh_generic_on_off_status_* message definitions

This commit is contained in:
Matthias Ringwald 2019-08-26 11:23:35 +02:00
parent e0895f5c0e
commit f715e57146

View File

@ -183,11 +183,11 @@ void mesh_generic_on_off_server_register_packet_handler(mesh_model_t *generic_on
}
const mesh_access_message_t mesh_generic_on_off_status_transition = {
MESH_GENERIC_ON_OFF_SET, "111"
MESH_GENERIC_ON_OFF_STATUS, "111"
};
const mesh_access_message_t mesh_generic_on_off_status_instantaneous = {
MESH_GENERIC_ON_OFF_SET, "1"
MESH_GENERIC_ON_OFF_STATUS, "1"
};
static mesh_pdu_t * mesh_generic_on_off_status_message(mesh_model_t *generic_on_off_server_model){