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
Add scene icon asset, scene icons, redesign add-scene
* Add segmentedRadioGroup widget
* Abandon CreateSceneOutletsAdapter, Use OutletsBaseAdapter and OutletsCreateSceneAdapter instead.
* Add OutletsSceneEditFragment -> Use two of them for the new add-scene activity
Copy file name to clipboardExpand all lines: README.md
+18-10Lines changed: 18 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,15 @@ For bugs and feature requests please use [Github Issues](https://github.com/davi
9
9
## Features
10
10
* Devices are detected automatically on the network.
11
11
* Username/password and individual ports can be configured for every device.
12
-
* Create a homescreen widget for a particular outlet with life visualisation of the current state.
12
+
* Create a homescreen widget for a particular outlet and always see the current state of that outlet.
13
13
* Use your own icons for on/off/unreachable widget states.
14
-
* Dark and light app theme.
15
14
* Overview of all outlets for all configured devices. Reorder and hide outlets.
16
-
* Tablets supported.
17
-
* Create switch-groups (scenes) to switch multiple outlets at once.
18
-
* Use Shortcuts for toggling, switching on/off individual outlets.
15
+
* Create switch-groups (scenes) to switch multiple outlets at once. Use own icons for scenes.
16
+
* Create homescreen shortcuts for scenes.
17
+
* Dark and light app theme.
18
+
* Tablet layout included to use your screen real estate efficiently.
19
+
* Outlets and IO ports of Anel devices are supported.
20
+
* Supports plugins to use functionality of other (related) apps.
19
21
20
22
<table><trvalign="top"><td>
21
23
<imgwidth="200px"src="doc/devices.png" />
@@ -29,13 +31,19 @@ Default send port 1077 / receive port 1075 (can be configured). Please be aware
29
31
that you cannot use port numbers < 1024 because of android restrictions!
30
32
31
33
### Support for automation apps like Tasker/Llama
32
-
Most of the automation apps support creating shortcuts for invoking other applications.
33
-
You may create shortcuts for single outlets to toggle the state or switch it on/off.
34
-
This way you can for instance switch on lights if your mobile gets in range of your wifi network.
34
+
Most of the automation apps support shortcuts of other applications.
35
+
Because a shortcut of this app refers to a scene, you may easily switch multiple
36
+
outlets as an action within the automation app.
37
+
38
+
Cool examples:
39
+
* This way you can for instance switch on lights if your mobile gets in range of your wifi network.
40
+
* You may turn on your amplifier or radio and some lights in the morning.
35
41
36
42
### Building
37
-
To compile, you need the [Android SDK](http://developer.android.com/sdk) and [Android Studio](http://developer.android.com/sdk/installing/studio.html). This project is not for
38
-
the eclipse based SDK!
43
+
To compile, you need the [Android SDK](http://developer.android.com/sdk)
44
+
and [Android Studio](http://developer.android.com/sdk/installing/studio.html).
45
+
This project is not for the (old) eclipse based SDK! It depends on the
46
+
support libraries (v13) and need at least android 4.0 (sdk version 14, released 19. Oct 2011).
0 commit comments