-
-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(loxone): Add Loxone Miniserver Foundation app (#745)
Closes #302
- Loading branch information
1 parent
52da058
commit 0f493a4
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
namespace App\SupportedApps\LoxoneMiniserver; | ||
|
||
class LoxoneMiniserver extends \App\SupportedApps | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"appid": "fa69c194633c13ae44e3d9850d52ce42ed829a09", | ||
"name": "Loxone Miniserver", | ||
"website": "https://www.loxone.com/enen/products/miniserver/", | ||
"license": "Proprietary", | ||
"description": "Loxone connects all components in an intelligent building, comparable to the human nervous system. All wires run together to the central control, the Miniserver. It enables the individual components and devices to talk to each other and automates most tasks related to safety, comfort and energy efficiency. Whether it concerns a Smart Home, a commercial project or a special application.", | ||
"enhanced": false, | ||
"tile_background": "dark", | ||
"icon": "loxoneminiserver.png" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.