summaryrefslogtreecommitdiffhomepage
path: root/digital/zigbit/common/network_send_commands.h
diff options
context:
space:
mode:
authorFlorent Duchon2013-05-02 18:04:17 +0200
committerFlorent Duchon2013-05-02 22:52:48 +0200
commit8fb6a208e8af942830bc78c61dd14bc2c3b6c925 (patch)
treef3ac64f344639c27240a3f5fd6a24cb19e8ee193 /digital/zigbit/common/network_send_commands.h
parent3486cd4a8c3b7d66f19ab625ca73d5b0d7183222 (diff)
zigbit/common: add zb "start calibration" command
Diffstat (limited to 'digital/zigbit/common/network_send_commands.h')
-rw-r--r--digital/zigbit/common/network_send_commands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/digital/zigbit/common/network_send_commands.h b/digital/zigbit/common/network_send_commands.h
index 116c8a10..14ad9f9c 100644
--- a/digital/zigbit/common/network_send_commands.h
+++ b/digital/zigbit/common/network_send_commands.h
@@ -38,4 +38,7 @@ void network_send_reset(uint16_t address);
/* This function must be used to send jack state through zigbee network */
void network_send_jack_state(uint16_t address,uint8_t state);
+/* This function must be used to send calibration command through zigbee network */
+void network_send_start_calibration();
+
#endif