[Apps] Add windows app article (#255)
* Create windows.md * Add files via upload * Update windows.md * Update uis.md * Update windows.md * Add Windows app option to user-menu Signed-off-by: Nico Vermeir <nico_vermeir@hotmail.com> (github: nicovermeir)pull/261/head
parent
62d375166a
commit
19265e8e03
|
@ -81,6 +81,7 @@
|
||||||
<hr />
|
<hr />
|
||||||
<li><a href="{{docu}}/addons/uis/apps/android.html">Android openHAB App</a></li>
|
<li><a href="{{docu}}/addons/uis/apps/android.html">Android openHAB App</a></li>
|
||||||
<li><a href="{{docu}}/addons/uis/apps/ios.html">iOS openHAB App</a></li>
|
<li><a href="{{docu}}/addons/uis/apps/ios.html">iOS openHAB App</a></li>
|
||||||
|
<li><a href="{{docu}}/addons/uis/apps/windows.html">Windows 10 openHAB App</a></li>
|
||||||
<hr />
|
<hr />
|
||||||
<li><a href="{{docu}}/addons/iconsets/classic/readme.html">Iconset (classic)</a></li>
|
<li><a href="{{docu}}/addons/iconsets/classic/readme.html">Iconset (classic)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -18,6 +18,7 @@ layout: documentation
|
||||||
|---------|----------------------|
|
|---------|----------------------|
|
||||||
| [Android openHAB App]({{docu}}/addons/apps/android.html) | The native Android app to access openHAB on the go. |
|
| [Android openHAB App]({{docu}}/addons/apps/android.html) | The native Android app to access openHAB on the go. |
|
||||||
| [iOS openHAB App]({{docu}}/addons/apps/ios.html) | The native iOS app to access openHAB on the go. |
|
| [iOS openHAB App]({{docu}}/addons/apps/ios.html) | The native iOS app to access openHAB on the go. |
|
||||||
|
| [Windows 10 openHAB App]({{docu}}/addons/apps/windows.html) | The native Windows 10 app to access openHAB on the go. |
|
||||||
|
|
||||||
|
|
||||||
| Iconset | Description |
|
| Iconset | Description |
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
layout: documentation
|
||||||
|
title: Windows 10 openHAB App
|
||||||
|
---
|
||||||
|
|
||||||
|
{% include base.html %}
|
||||||
|
|
||||||
|
# Windows 10 openHAB App
|
||||||
|
|
||||||
|
We provide a native Windows 10 app for openHAB, compatible with Windows laptops, desktops, tablets and phones (Xbox, Raspberry Pi and Holographic coming soon).
|
||||||
|
It uses the REST API of openHAB to render sitemaps of your openHAB installation.
|
||||||
|
The latest release version of the app is always available through the Windows Store.
|
||||||
|
|
||||||
|
[](https://www.microsoft.com/en-US/store/p/openhab/9nmq39ctwxgt)
|
||||||
|
|
||||||
|
Please refer to the [openhab.windows project](https://github.com/openhab/openhab.windows) on GitHub for more technical details.
|
||||||
|
|
||||||
|
{% include contribution-wanted.html %}
|
Loading…
Reference in New Issue