Skip to content
Snippets Groups Projects
Commit 293a2a38 authored by fxk8y's avatar fxk8y :spider:
Browse files

Topic unification

parent 9c3627d6
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ CyanLight::Controller::Controller(uint16_t baseChannel, uint8_t channelsConfigur
add_message_callback(DEVICE_NAMESPACE "CyanLight/resolution/get", getRes);
add_message_callback(DEVICE_NAMESPACE "CyanLight/frqres/get", getFrqRes);
add_message_callback(DEVICE_NAMESPACE "CyanLight/channel/get", getBCh);
add_message_callback(DEVICE_NAMESPACE "CyanLight/channels/get", getChs);
add_message_callback(DEVICE_NAMESPACE "CyanLight/channelCnt/get", getChs);
// global setters
add_message_callback("service/CyanLight/frqres/set", setFrqRes);
......@@ -145,7 +145,7 @@ CyanLight::Controller::Controller(uint16_t baseChannel, uint8_t channelsConfigur
add_message_callback("service/CyanLight/resolution/get", getRes);
add_message_callback("service/CyanLight/frqres/get", getFrqRes);
add_message_callback("service/CyanLight/channel/get", getBCh);
add_message_callback("service/CyanLight/channels/get", getChs);
add_message_callback("service/CyanLight/channelCnt/get", getChs);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment