Merge branch 'master' of https://git.gnexus.space/git/root/smart-home-server
commit ce3a5dbd7b81a5e64b306ea3056b4fb48bc13f2a
2 parents d01b614 + b788ce5
@root root authored 8 days ago
Showing 50 changed files
View
server/SHServ/Controllers/AreasRESTAPIController.php
View
server/SHServ/Controllers/DevicesRESTAPIController.php
View
server/SHServ/Controllers/ScriptsRESTAPIController.php
View
server/SHServ/Entities/Area.php
View
server/SHServ/Entities/Device.php
View
server/SHServ/Entities/Script.php
View
server/SHServ/Entities/Traits/AreaPlacing.php 0 → 100644
View
server/SHServ/Models/Scripts.php
View
server/SHServ/Routes/AreasRESTAPI_v1.php
View
server/SHServ/Routes/DevicesRESTAPI_v1.php
View
server/SHServ/Routes/ScriptsRESTAPI_v1.php
View
server/SHServ/text-msgs.php
View
webclient/config.php
View
webclient/dist/css/main.css
View
webclient/dist/css/main.css.map
View
webclient/dist/js/main.js
View
webclient/dist/js/main.js.map
View
webclient/index.php
View
webclient/src/js/components/advanced-select.js 0 → 100644
View
webclient/src/js/components/helper.js
View
webclient/src/js/components/screens/areas/areas-actions-modal.js 0 → 100644
View
webclient/src/js/components/screens/areas/areas-create-new-modal.js 0 → 100644
View
webclient/src/js/components/screens/areas/areas-details-modal.js 0 → 100644
View
webclient/src/js/components/screens/areas/areas-devices-modal.js 0 → 100644
View
webclient/src/js/components/screens/areas/areas-funcs.js 0 → 100644
View
webclient/src/js/components/screens/areas/areas-placeto-component.js 0 → 100644
View
webclient/src/js/components/screens/areas/areas-tree-screen.js 0 → 100644
View
webclient/src/js/components/screens/areas/areas.js 0 → 100644
View
webclient/src/js/components/screens/devices/device-details-popup.js
View
webclient/src/js/components/screens/devices/device-status-component.js 0 → 100644
View
webclient/src/js/components/screens/devices/devices-list-screen.js
View
webclient/src/js/components/screens/scripts/scripts-action-popup.js
View
webclient/src/js/components/screens/scripts/scripts-actions-screen.js
View
webclient/src/js/components/screens/scripts/scripts-funcs.js
View
webclient/src/js/components/screens/scripts/scripts-regular-screen.js
View
webclient/src/js/components/screens/scripts/scripts-scopes-screen.js
View
webclient/src/js/index.js
View
webclient/src/js/routes.js
View
webclient/src/js/sh/modules/AreasApi.js
View
webclient/src/js/sh/modules/DevicesApi.js
View
webclient/src/js/sh/modules/ScriptsApi.js
View
webclient/src/scss/_app.scss
View
webclient/src/scss/_ui.scss
View
webclient/src/scss/_utils.scss
View
webclient/src/scss/ui_components/_advanced-select.scss 0 → 100644
View
webclient/src/scss/ui_components/_buttons.scss
View
webclient/src/scss/ui_components/_forms.scss
View
webclient/src/scss/ui_components/_tables.scss
View
webclient/src/scss/ui_components/_toasts.scss
View
webclient/ui_components/forms.php