Task 2 done

This commit is contained in:
2023-10-18 10:50:21 +02:00
parent da1a8a2166
commit 67e0ffad03
6 changed files with 324 additions and 0 deletions

56
ApplianceModels.json Normal file
View File

@@ -0,0 +1,56 @@
{
"version": "1.0",
"models": [
{
"model": "Sony AF9",
"type": "TV",
"functions": [
{
"function": "DOWN",
"code": 1002
}, {
"function": "LEFT",
"code": 1003
}, {
"function": "RIGHT",
"code": 1004
}, {
"function": "DOWN",
"code": 1005
}, {
"function": "SELECT",
"code": 1006
}
]
}
, {
"model": "UBP-X800",
"type": "Blu-ray & DVD player",
"functions": [
{
"function": "MAIN MENU",
"code": 2002
}, {
"function": "SPEED +",
"code": 2003
}, {
"function": "SPEED -",
"code": 2004
}, {
"function": "NEXT",
"code": 2005
}, {
"function": "PLAY",
"code": 2006
}, {
"function": "STOP",
"code": 2007
}, {
"function": "SELECT",
"code": 2008
}
]
}
]
}