List of categories used in UI5

Hello,
I’m trying to find a complete list of categories of modules and if possible the sub-categories.
I found this in the wiki :
Category Device Type
2 Dimmable Light
3 Switch
4 Security Sensor
5 HVAC
6 Camera
7 Door Lock
8 Window Covering
9 Remote Control
10 IR Transmitter
16 Humidity Sensor
17 Temperature Sensor
18 Light Sensor
21 Power Meter
22 Alarm Panel
23 Alarm Partition

But, in UI5, for my remotes I have also :
14 Scene Controller

Someone has the complete list?

I found an answer here : [url=http://wiki.micasaverde.com/index.php/Luup_UPNP_Files]http://wiki.micasaverde.com/index.php/Luup_UPNP_Files[/url]

#define DEVICE_CATEGORY_INTERFACE 1 #define DEVICE_CATEGORY_DIMMABLE_LIGHT 2 #define DEVICE_CATEGORY_SWITCH 3 #define DEVICE_CATEGORY_SECURITY_SENSOR 4 #define DEVICE_CATEGORY_HVAC 5 #define DEVICE_CATEGORY_CAMERA 6 #define DEVICE_CATEGORY_DOOR_LOCK 7 #define DEVICE_CATEGORY_WINDOW_COV 8 #define DEVICE_CATEGORY_REMOTE_CONTROL 9 #define DEVICE_CATEGORY_IR_TX 10 #define DEVICE_CATEGORY_GENERIC_IO 11 #define DEVICE_CATEGORY_GENERIC_SENSOR 12 #define DEVICE_CATEGORY_SERIAL_PORT 13 #define DEVICE_CATEGORY_SCENE_CONTROLLER 14 #define DEVICE_CATEGORY_AV 15 #define DEVICE_CATEGORY_HUMIDITY 16 #define DEVICE_CATEGORY_TEMPERATURE 17 #define DEVICE_CATEGORY_LIGHT_SENSOR 18 #define DEVICE_CATEGORY_ZWAVE_INT 19 #define DEVICE_CATEGORY_INSTEON_INT 20 #define DEVICE_CATEGORY_POWER_METER 21 #define DEVICE_CATEGORY_ALARM_PANEL 22 #define DEVICE_CATEGORY_ALARM_PARTITION 23

I updated the Device Categories page with the missing categories:
http://wiki.micasaverde.com/index.php/Luup_Device_Categories