9 \-+ Philips Manufacturer
17 # Reqister user to the database.
21 <type>registration</type>
22 <nick>eXeonical</nick>
23 <email>exeonical@iki.fi</email>
24 <password>password-sha1-hash</password>
31 <status>user-exists</status>
32 <message>User already exists.</message>
39 <status>registration-ok</status>
40 <message>Registration succeeded.</message>
46 # Get a list of categories available.
50 <type>category-list</type>
60 # Get list of manufacturers inside a category.
64 <type>manufacturer-list</type>
65 <category>tv</category>
70 <category>tv</category>
76 # Get list of models inside manufacturer.
80 <type>model-list</type>
81 <category>tv</category>
85 <name>PS55799446</name>
87 <manufacturer>Philips</manufacturer>
88 <category>tv</category>
89 <backend>IRTrans</backend>
95 # Get configuration file.
99 <type>get-config</type>
104 <backend>IRTrans</backend>
105 <filename>remote.rem</filename>
106 <hash>032wdfjslkdsjf0ds</hash>
113 # Add configuration file.
117 <type>put-config</type>
118 <nick>eXeonical</nick>
119 <password>password-sha1-hash</password>
120 <backend>IRTrans</backend>
121 <category>TV</category>
122 <manufacturer>Philips</manufacturer>
123 <model>PS55799446</model>
124 <filename>remote.rem</filename>
125 <hash>032wdfjslkdsjf0ds</hash>
126 <data>AAAAAAAAAa</data>
130 <status>config-saved</status>
131 <message>User already exists.</message>