-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[tplinksmarthome] Added KL430 lightstrip support #12000
Conversation
1efc3a4
to
ca4f063
Compare
ca4f063
to
01e27d5
Compare
@Hilbrand : is it still work in progress ? |
I've remove the label work-in-progress as it's ready for review/merge. |
...c/main/java/org/openhab/binding/tplinksmarthome/internal/handler/TPLinkSmartHomeActions.java
Outdated
Show resolved
Hide resolved
...ome/src/main/java/org/openhab/binding/tplinksmarthome/internal/handler/SmartHomeHandler.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/openhab/binding/tplinksmarthome/internal/handler/TPLinkSmartHomeActions.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/openhab/binding/tplinksmarthome/internal/handler/TPLinkSmartHomeActions.java
Outdated
Show resolved
Hide resolved
...resources/org/openhab/binding/tplinksmarthome/internal/model/kl430_set_colortemperature.json
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes openhab#8709 Additional: - Added action to send and receive json commands to a tplink device. This can be used for test purposes or to run commands not available through channels. Fixes: - Power channel of a bulb is defined as QuantityType in xml, therefor it should create the state using QuantityType - Retry getting values 5 times before setting the device offline. Reduced socket time out to 2 seconds as it normally should react quickly and if it times out it tries again. Also-by: Dustin Masters <ceo@dustinsoftware.com> Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
fd7c251
to
5859a02
Compare
@Hilbrand : my intention was to merge. What did you change after my review ? Why a force push which I have no way to see what you changed since my last review ? |
@lolodomo I've only squashed to make sure it gets the commit message I preferred. You can see here there are no differences: https://github.com/hilbrand/openhab-addons/compare/fd7c251..5859a02 |
Just FYI by squashing and force pushing, my name on the contribution was lost, would have been cool to keep that on the contributor page. :( |
Sorry for that but unfortunately the squashing was not done by myself. |
@dustinsoftware that would have been inevitable. Even if I wouldn't have squashed it, it would have happened when @lolodomo would merge this pr. Because all pr's in this repository are squashed before merging. |
@Hilbrand : when squashing, we can keep the mention of several contributors, signed-off- by for the main author and another (sorry I do not remember the exact tag) for additional contributors. |
@lolodomo Yes adding the other contributors is required, with |
Ok, that is clearer now. |
Closes openhab#8709 Additional: - Added action to send and receive json commands to a tplink device. This can be used for test purposes or to run commands not available through channels. Fixes: - Power channel of a bulb is defined as QuantityType in xml, therefor it should create the state using QuantityType - Retry getting values 5 times before setting the device offline. Reduced socket time out to 2 seconds as it normally should react quickly and if it times out it tries again. Also-by: Dustin Masters <ceo@dustinsoftware.com> Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl> Signed-off-by: Nick Waterton <n.waterton@outlook.com>
Closes openhab#8709 Additional: - Added action to send and receive json commands to a tplink device. This can be used for test purposes or to run commands not available through channels. Fixes: - Power channel of a bulb is defined as QuantityType in xml, therefor it should create the state using QuantityType - Retry getting values 5 times before setting the device offline. Reduced socket time out to 2 seconds as it normally should react quickly and if it times out it tries again. Also-by: Dustin Masters <ceo@dustinsoftware.com> Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
Closes openhab#8709 Additional: - Added action to send and receive json commands to a tplink device. This can be used for test purposes or to run commands not available through channels. Fixes: - Power channel of a bulb is defined as QuantityType in xml, therefor it should create the state using QuantityType - Retry getting values 5 times before setting the device offline. Reduced socket time out to 2 seconds as it normally should react quickly and if it times out it tries again. Also-by: Dustin Masters <ceo@dustinsoftware.com> Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
Closes openhab#8709 Additional: - Added action to send and receive json commands to a tplink device. This can be used for test purposes or to run commands not available through channels. Fixes: - Power channel of a bulb is defined as QuantityType in xml, therefor it should create the state using QuantityType - Retry getting values 5 times before setting the device offline. Reduced socket time out to 2 seconds as it normally should react quickly and if it times out it tries again. Also-by: Dustin Masters <ceo@dustinsoftware.com> Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl> Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
Closes openhab#8709 Additional: - Added action to send and receive json commands to a tplink device. This can be used for test purposes or to run commands not available through channels. Fixes: - Power channel of a bulb is defined as QuantityType in xml, therefor it should create the state using QuantityType - Retry getting values 5 times before setting the device offline. Reduced socket time out to 2 seconds as it normally should react quickly and if it times out it tries again. Also-by: Dustin Masters <ceo@dustinsoftware.com> Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
Closes #8709
Additional:
Added action to send and receive json commands to a tplink device.
This can be used for test purposes or to run commands not available through channels.
Changed retry getting values 5 times before setting the device offline..Reduced socket time out to 2 seconds as it normally should react quickly and if it times out it tries again.