bdwilson / hubitat

Hubitat Contributions
18 stars 19 forks source link

Revert "Handle full Camect Id and clean up camera selection list" #8

Closed bdwilson closed 3 years ago

bdwilson commented 3 years ago

Reverts bdwilson/hubitat#6

This doesn't quite work right. Overwriting the id with the name breaks some other things. Let me know when you get it working.

bdwilson commented 3 years ago

this also breaks the delete child piece @bkhall

bkhall commented 3 years ago

Yep, I see what I did.

I did not realize that your state.cameraList was a Map. I thought it was a List. I see my mistake.

I have it fixed now, and am testing it together with the supporting driver changes.

New PRs to follow. Although, I think the repo is now ahead of where my changes started.