palazzem / econnect-python

API adapter used to control programmatically an Elmo alarm system
BSD 3-Clause "New" or "Revised" License
8 stars 5 forks source link

Create a separate query for alarm_led, tamper_led and inputs_led #121

Closed xtimmy86x closed 7 months ago

xtimmy86x commented 8 months ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like To improve readability towards integrations, I think it's better to separate the query for alarm_led, tamper_led and inputs_led as it can have 3 states instead of 2 like the rest of the alerts.

Describe alternatives you've considered Add a query.leds or query.status function for retriev the leds status

Additional context Screenshot_2023-10-17_132931mod

palazzem commented 8 months ago

Required for: https://github.com/palazzem/ha-econnect-alarm/issues/81

palazzem commented 7 months ago

Closed with https://github.com/palazzem/econnect-python/pull/118 and https://github.com/palazzem/econnect-python/pull/119/