Skip to content

Commit 2dc6eff

Browse files
committed
Description in the README updated.
1 parent 938297f commit 2dc6eff

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ vscp.write(txMsg);
6666
### Include the abstract event module
6767

6868
```
69-
#include "framework/events/vscp_information.h"
69+
#include "framework/events/vscp_evt_information.h"
7070
```
7171

7272
Take a look to the folder "framework/events/" to see all supported vscp event types.
@@ -154,17 +154,29 @@ src/framework/vscp_class_l1_l2.h
154154
You will find the type defines here:
155155
```
156156
src/framework/vscp_type_alarm.h
157+
src/framework/vscp_type_aol.h
157158
src/framework/vscp_type_control.h
159+
src/framework/vscp_type_data.h
160+
src/framework/vscp_type_diagnostic.h
158161
src/framework/vscp_type_display.h
162+
src/framework/vscp_type_error.h
163+
src/framework/vscp_type_gnss.h
159164
src/framework/vscp_type_information.h
165+
src/framework/vscp_type_ir.h
166+
src/framework/vscp_type_log.h
160167
src/framework/vscp_type_measurement.h
168+
src/framework/vscp_type_measurement32.h
169+
src/framework/vscp_type_measurement64.h
161170
src/framework/vscp_type_measurezone.h
171+
src/framework/vscp_type_multimedia.h
162172
src/framework/vscp_type_phone.h
163173
src/framework/vscp_type_protocol.h
164174
src/framework/vscp_type_remote.h
165175
src/framework/vscp_type_security.h
176+
src/framework/vscp_type_setvaluezone.h
166177
src/framework/vscp_type_weather.h
167178
src/framework/vscp_type_weather_forecast.h
179+
src/framework/vscp_type_wireless.h
168180
```
169181

170182
### Does the library only support the CAN-bus as transport protocotol?

0 commit comments

Comments
 (0)