You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-6
Original file line number
Diff line number
Diff line change
@@ -11,19 +11,18 @@ For bugs and feature requests please use [Github Issues](https://github.com/davi
11
11
* Username/password and individual ports can be configured for every device.
12
12
* Use your own icons for on/off/unreachable widget states.
13
13
* 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.
15
15
* 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.
16
16
* Create homescreen shortcuts for scenes. Shortcuts can be used by other applications (automation apps) to control your outlets.
17
17
* Dark and light app theme.
18
18
* Tablet layout included to use your screen real estate efficiently.
19
19
* 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.
To compile, you need the [Android SDK](http://developer.android.com/sdk)
46
45
and [Android Studio](http://developer.android.com/sdk/installing/studio.html).
47
46
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).
51
48
52
49
### Plugin Development
53
50
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