Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add state for transmission time #403

Open
Schmakus opened this issue May 11, 2023 · 1 comment
Open

Add state for transmission time #403

Schmakus opened this issue May 11, 2023 · 1 comment

Comments

@Schmakus
Copy link
Contributor

Schmakus commented May 11, 2023

Is your feature request related to a problem? Please describe.
there's no extra state for transmission time, only available with command

Describe the solution you'd like
extra state for transmission time, like the other adapters (deconz, zigbee, shelly,...)

node-hue-api:
to set in ms:
transition() The transition(value) function will set the duration of any transition from the lights current stat to a new state in milliseconds. value: The value in milliseconds for the transition, e.g. 4000 for 4000ms

to get:
[ "on", "bri", "hue", "sat", "effect", "xy", "ct", "alert", "colormode", "mode", "reachable", "transitiontime", "bri_inc", "sat_inc", "hue_inc", "ct_inc", "xy_inc" ]

transitiontime() The transitiontime(value) will set the duration of any transition from the lights current state to the new state. value: An integer value as a multiple of 100ms, e.g. 4 corresponds to 400ms and 10 to 1 second.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@Schmakus
Copy link
Contributor Author

revers to #266. I'm working on it,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant