| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,98 @@ | ||
| { | ||
| "smartlife.iot.common.emeter": { | ||
| "get_realtime": { | ||
| "err_code": 0, | ||
| "power_mw": 9600, | ||
| "total_wh": 1193 | ||
| } | ||
| }, | ||
| "system": { | ||
| "get_sysinfo": { | ||
| "LEF": 0, | ||
| "active_mode": "none", | ||
| "alias": "#MASKED_NAME#", | ||
| "ctrl_protocols": { | ||
| "name": "Linkie", | ||
| "version": "1.0" | ||
| }, | ||
| "description": "Kasa Smart Light Strip, Multicolor", | ||
| "dev_state": "normal", | ||
| "deviceId": "0000000000000000000000000000000000000000", | ||
| "disco_ver": "1.0", | ||
| "err_code": 0, | ||
| "hwId": "00000000000000000000000000000000", | ||
| "hw_ver": "1.0", | ||
| "is_color": 1, | ||
| "is_dimmable": 1, | ||
| "is_factory": false, | ||
| "is_variable_color_temp": 1, | ||
| "latitude_i": 0, | ||
| "length": 1, | ||
| "light_state": { | ||
| "brightness": 70, | ||
| "color_temp": 3015, | ||
| "hue": 0, | ||
| "mode": "normal", | ||
| "on_off": 1, | ||
| "saturation": 0 | ||
| }, | ||
| "lighting_effect_state": { | ||
| "brightness": 43, | ||
| "custom": 0, | ||
| "enable": 0, | ||
| "id": "CdLeIgiKcQrLKMINRPTMbylATulQewLD", | ||
| "name": "Aurora" | ||
| }, | ||
| "longitude_i": 0, | ||
| "mic_mac": "00:00:00:00:00:00", | ||
| "mic_type": "IOT.SMARTBULB", | ||
| "model": "KL400L5(US)", | ||
| "oemId": "00000000000000000000000000000000", | ||
| "preferred_state": [ | ||
| { | ||
| "brightness": 50, | ||
| "color_temp": 9500, | ||
| "hue": 0, | ||
| "index": 0, | ||
| "mode": 1, | ||
| "saturation": 0 | ||
| }, | ||
| { | ||
| "brightness": 50, | ||
| "color_temp": 0, | ||
| "hue": 240, | ||
| "index": 1, | ||
| "mode": 1, | ||
| "saturation": 100 | ||
| }, | ||
| { | ||
| "brightness": 50, | ||
| "color_temp": 0, | ||
| "hue": 0, | ||
| "index": 2, | ||
| "mode": 1, | ||
| "saturation": 100 | ||
| }, | ||
| { | ||
| "brightness": 100, | ||
| "color_temp": 3015, | ||
| "hue": 0, | ||
| "index": 3, | ||
| "mode": 1, | ||
| "saturation": 0 | ||
| }, | ||
| { | ||
| "brightness": 50, | ||
| "color_temp": 0, | ||
| "hue": 277, | ||
| "index": 4, | ||
| "mode": 1, | ||
| "saturation": 86 | ||
| } | ||
| ], | ||
| "rssi": -56, | ||
| "status": "new", | ||
| "sw_ver": "1.0.11 Build 240809 Rel.173811" | ||
| } | ||
| } | ||
| } |
| Back | FazBrowse Home | New Git URL |
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.
Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low QualityIs there some reason this would not work if simply added to the BULBS_IOT_VARIABLE_TEMP?
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
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.
Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low QualityAdding KL400L5 to BULBS_IOT_VARIABLE_TEMP would select every KL400L5 fixture by model. The 1.0.5 and 1.0.8 fixtures report is_variable_color_temp: 0, while only 1.0.11 reports 1. The exact fixture filter keeps the older firmware fixtures in non_variable_temp and includes only 1.0.11 in the variable-temperature tests.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
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.
Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low QualityThanks for the clarification, makes sense! Could you add a quick comment on this in the file, so it's clear also for future readers?
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low QualityAdded a comment explaining that the KL400L5 firmware 1.0.5 and 1.0.8 fixtures report no variable color-temperature support, while the 1.0.11 fixture does, so the supporting fixture is matched exactly rather than categorizing the entire model.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.