mmende / homebridge-samsungtv-control

A homebridge plugin to control your Samsung SmartTV
Apache License 2.0
26 stars 14 forks source link

Volume and channel control #7

Closed fiddypal closed 7 years ago

fiddypal commented 7 years ago

How do you change volume and chancel? Right now it's showing up as an on/off switch in my home app and all I can do is shut it off.

Thanks!

mmende commented 7 years ago

The iOS 10 home app does not support custom characteristics as the channel or volume characteristics in this plugin. To access those properties and create scenes for them you can e.g. install the HomeKit catalog app (https://developer.apple.com/library/content/samplecode/HomeKitCatalog/Listings/HMCatalog_TabBarController_swift.html) that displays those characteristics as well. After you set up scenes in this app you can also use them in the iOS 10 home app afterwards

fiddypal commented 7 years ago

thanks for the info!