Add shim for devices with serial connection (video projectors, screens, receivers, ..)

This commit is contained in:
Devran Ünal
2015-09-17 02:03:53 +02:00
parent 118a4529b9
commit aa823baa8e
3 changed files with 139 additions and 1 deletions

View File

@@ -205,7 +205,18 @@
"window_seconds": 5,
"sensor_type": "m",
"inverse": false
},
{
"accessory": "GenericRS232Device",
"name": "Projector",
"description": "Make sure you set a 'Siri-Name' for your iOS-Device (example: 'Home Cinema') otherwise it might not work.",
"id": "TYDYMU044UVNP",
"baudrate": 9600,
"device": "/dev/tty.usbserial",
"manufacturer": "Acer",
"model_name": "H6510BD",
"on_command": "* 0 IR 001\r",
"off_command": "* 0 IR 002\r"
}
]
}