Skip to content

Commit

Permalink
feat(loxone): Add Loxone Miniserver Foundation app (#745)
Browse files Browse the repository at this point in the history
Closes #302
  • Loading branch information
tore-espressif authored Jun 8, 2024
1 parent 52da058 commit 0f493a4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions LoxoneMiniserver/LoxoneMiniserver.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\LoxoneMiniserver;

class LoxoneMiniserver extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions LoxoneMiniserver/app.json
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"
}
Binary file added LoxoneMiniserver/loxoneminiserver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0f493a4

Please sign in to comment.