Add reference to allowed type and unit values
diff --git a/src/knot_thing_main.h b/src/knot_thing_main.h
index b3ddd48..16637c2 100644
--- a/src/knot_thing_main.h
+++ b/src/knot_thing_main.h
@@ -58,6 +58,11 @@
 
 /*
  * Data item (source/sink) registration functions
+ *
+ * The allowed values for type_id and unit parameters are defined by KNOT
+ * protocol in knot_types.h file.
+ *
+ * https://github.com/CESARBR/knot-protocol-source/blob/master/src/knot_types.h
  */
 int8_t knot_thing_register_raw_data_item(uint8_t sensor_id, const char *name,
 	uint8_t *raw_buffer, uint8_t raw_buffer_len, uint16_t type_id,