Make plugins list and switcher

This commit is contained in:
haitem
2020-10-26 00:01:30 +01:00
parent 64ccd91469
commit ea00f7a295
13 changed files with 303 additions and 15 deletions

View File

@@ -8,6 +8,7 @@ return $lang = [
'm_scenes' => 'Scény',
'm_log' => 'Log',
'm_devices' => 'Zařízení',
'm_plugins' => 'Pluginy',
//Buttons
'b_year' => 'Rok',
@@ -88,6 +89,7 @@ return $lang = [
't_listRooms' => 'Seznam Místností',
't_roomName' => 'Jméno Místnosti',
't_createRoom' => 'Vytvořit Místnost',
't_Plugins' => 'Pluginy',
//constants
'temp' => 'Teplota',

View File

@@ -8,6 +8,7 @@ return $lang = [
'm_scenes' => 'Scenes',
'm_log' => 'Log',
'm_devices' => 'Devices',
'm_plugins' => 'Plugins',
//Buttons
'b_year' => 'Year',
@@ -88,6 +89,7 @@ return $lang = [
't_listRooms' => 'Room List',
't_roomName' => 'Room Name',
't_createRoom' => 'Create Rom',
't_Plugins' => 'Plugins',
//constants
'humi' => 'Humidity',