NSPManager / NSPanelManager

Sonoff NSPanel custom firmware for responsive and intuitive use
https://nspanelmanager.com/
128 stars 10 forks source link

Update tft file to support possibility to enter both Room Scenes and Home Scenes #15

Closed cablesandcoffee closed 1 year ago

cablesandcoffee commented 1 year ago

There should be a page for both "Room Scenes" (scenes that saves lights states for lights in a specific room) and "Home Scenes" (scenes that saves lights states for all lights in the Home).

Task is to decide how the user gets to these pages. Right now there's a scene button in upper left corner. It could be dependent on if the panel is in Room lights mode or All lights mode. Or there should be two buttons, one for Room Scenes and one for Home Scenes. Something to think about during Easter holidays...

cablesandcoffee commented 1 year ago

Been thinking about possible ways to enter Room/Home scenes page. First thought about two different buttons on start page but it doesn't look nice. Want to keep first page clean.

My suggestion right now is to keep the Scene button. Probably change it from text to a Scene Icon. To enter Scene page in Room Scenes mode you have to be in Room Lights mode. To enter Scene page in Home Scenes mode you have to be in All Lights mode. I think it's nice to keep using that logic on this function as well.

cablesandcoffee commented 1 year ago

Solved in a429db4 Basically I just changed the Scenes button on first page. Remove Text "Scenes" and replaced it with a "preset"-icon. Entering Home Scenes page or Room Scenes page depends on if panel is in All Lights mode or Room Lights mode.