maximkulkin / esp-homekit

Apple HomeKit accessory server library for ESP-OPEN-RTOS
MIT License
1.12k stars 170 forks source link

Question: Linked services #100

Closed Korcsog closed 5 years ago

Korcsog commented 5 years ago

Hi!

Linked services are available? Actually i'm working on a multi zone Irrigation system, which needs multiple Valve services linked to an Irrigation service! Same logic applies to the (heated) Shower accessory, Valve service assigned to target temp characteristic! Is there any way to do this?

Képernyőfotó 2019-07-29 - 14 28 20

Thanks!

maximkulkin commented 5 years ago

Yes, you can use linked services. Here is an example: https://github.com/maximkulkin/esp-ir-tv/blob/master/main/main.c#L226-L231

Korcsog commented 5 years ago

Great thanks! 😉