Indu Prakash

Results 11 issues of Indu Prakash

This request * Aligns the layout of checkbox (before the label and not underneath it) * Makes the checkbox more accessible (label can be clicked to change the state) Before:...

I ran into this on a new BK7231N device while using Chrome ![image](https://user-images.githubusercontent.com/6459774/185102788-2e4d3c9b-49cc-465c-8c7d-c5e9321da624.png) DOM content inspection confirmed that some options were not inside the `select` tag. Also note that option...

Some devices have `[BK7231T]` prefixed which makes keyboard navigation difficult. ![image](https://user-images.githubusercontent.com/6459774/182589049-77ffa1a8-1cbc-4a6d-970f-ad33971bc1b0.png) It might be better to have that piece suffixed. Another improvement would be to have the list sorted. How...

[W600 ](https://www.winnermicro.com/en/html/1/156/158/497.html)is the older and slower brother of W800 from the same company Winner Micro. It bears resemblance to W800 but has its own SDK. I have got it somewhat...

enhancement

This is a follow-up idea to #199 Yet another optimization would be to serve pre-gzipped script/css content and download them separately. Not sure if this will stress out the devices?...

enhancement

The script/css content could be compressed (minified) to save space.; minification is a very common practice. We can also move the style/css out of new_http.c so that it is more...

enhancement

### Device _No response_ ### Version _No response_ ### Question The last release was on 1.14.1 [2019-12-31] .. when would we see the next release?

question

Allow open/close to be conditionally invoked on simulated contact sensors. [Contact sensors](http://docs.smartthings.com/en/latest/capabilities-reference.html#contact-sensor) do not have open/close command. Simulated contact sensor with no actionable tile would be one way to update...

The config values for SUFFIX_COMMAND and SUFFIX_WRITE_STATE are empty string by default, this causes handleSubscribeEvent to add duplicate subscriptions. I think we can just can just make one subscription if...

* Addresses https://github.com/iprak/sensi/issues/56 * Code cleanup