Skip to content

Commit 92f100a

Browse files
author
David Graeff
committed
Merge remote-tracking branch 'origin/master'
2 parents 0f6e355 + 2d7682e commit 92f100a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,18 @@ For bugs and feature requests please use [Github Issues](https://github.com/davi
1111
* Username/password and individual ports can be configured for every device.
1212
* Use your own icons for on/off/unreachable widget states.
1313
* Combine multiple switch actions into a "scene". Master/Slave configurations are supported. Use own icons for scenes.
14-
* Create a homescreen widget for a particular outlet or scene and always see the current state of that outlet or master/slave scene.
14+
* Create a homescreen widget for a particular outlet/scene or a list of outlets and always see the current state of that outlet, master/slave scene or list of outlets/scenes.
1515
* Overview of all outlets for all configured devices. Assign actions to specific view groups (for example "bedroom", "living room") and switch easily with a swipe between view groups.
1616
* Create homescreen shortcuts for scenes. Shortcuts can be used by other applications (automation apps) to control your outlets.
1717
* Dark and light app theme.
1818
* Tablet layout included to use your screen real estate efficiently.
1919
* Outlets and IO ports of Anel devices are supported.
20-
* Plugin support. With plugins you can control additional related functionality (at the moment: WakeOnLan for PCs, Yamaha network Amplifiers, Sanyo projectors) with this one app.
20+
* Plugin support. With plugins you can control additional related functionality for your needs.
2121

2222
<table><tr valign="top">
2323
<td><img width="120px" src="doc/outlets-v600.png" /></td>
2424
<td><img width="120px" src="doc/outlets-big_icons-v600.png" /></td>
2525
<td><img width="120px" src="doc/devices-v600.png" /></td>
26-
<td><img width="120px" src="doc/alarms-v600.png" /></td>
2726
<td><img width="120px" src="doc/viewmode-v600.png" /></td>
2827
<td><img width="120px" src="doc/widgets-v600.png" /></td>
2928
</tr></table>
@@ -45,9 +44,7 @@ Cool examples:
4544
To compile, you need the [Android SDK](http://developer.android.com/sdk)
4645
and [Android Studio](http://developer.android.com/sdk/installing/studio.html).
4746
This project is not for the old eclipse based SDK! It depends on the
48-
support libraries (v13), additional support library extensions (v7.RecyclerView) and need at least android 4.0 (sdk version 14, released 19. Oct 2011). Parts of the app (import/export/backgrounds) are only usuable with Android 4.4 (DocumentProvider class).
49-
50-
This repository uses git submodules. Use git clone -r to recursivly checkout.
47+
support libraries (v13), additional support library extensions (v7.RecyclerView) and need at least android 4.2 (sdk version 17, released 13. Nov 2012). Parts of the app (import/export/backgrounds) are only usuable with Android 4.4 (DocumentProvider class).
5148

5249
### Plugin Development
5350
All you need to develop a plugin is described in detail at the [Plugin Developer Documentation](https://github.com/davidgraeff/Android-NetPowerctrl-Shared#plugin-developer-documentation).

0 commit comments

Comments
 (0)