Switch media to another player

This commit is contained in:
estevez-dev
2019-09-15 17:29:49 +03:00
parent 8fc7d0b61e
commit 340e8569cc
7 changed files with 109 additions and 50 deletions

View File

@@ -14,6 +14,8 @@ class HomeAssistant {
Map services;
String _userName;
HSVColor savedColor;
int savedPlayerPosition;
String savedPlayerId;
String fcmToken;