sufst / wireless-telemetry-gui

Web-based telemetry GUI system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat(redux): remove sessionConditions and sessionDriver properties

AndreasDemenagas opened this issue · comments

Remove the sessionDriver and sessionConditions properties from the session Redux state.

These don’t exist as separate properties in the backend and are only injected in the sessionMeta dictionary.

Replace them on the Redux state with a dictionary as well.