Skip to content

Commit

Permalink
"small" fixup to be able to install it again.
Browse files Browse the repository at this point in the history
this should fix all issues the validator is throwing letting it be able
to install on homey v2

also fixed the PAN08-01 implementation, this could have _Never_ worked
for the guy that added the driver

also changed the app to the build in composer plugin homey uses, this
will make it a lot easier to convert the app to SDKv2 and find small
issues in the app (which is also coming up).
  • Loading branch information
caseda committed Dec 28, 2018
1 parent fc220c3 commit ecc16bf
Show file tree
Hide file tree
Showing 56 changed files with 9,469 additions and 4,616 deletions.
14 changes: 14 additions & 0 deletions .homeycompose/capabilities/show_dim_level.json
@@ -0,0 +1,14 @@
{
"type": "number",
"uiComponent": "sensor",
"title": {
"en": "Dim level",
"nl": "Dim niveau"
},
"chartType": "line",
"min": 0,
"max": 1,
"decimals": 2,
"getable": true,
"setable": false
}
5 changes: 5 additions & 0 deletions .homeyplugins.json
@@ -0,0 +1,5 @@
[
{
"id": "compose"
}
]
8 changes: 0 additions & 8 deletions .idea/com.philio.iml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

388 changes: 0 additions & 388 deletions .idea/workspace.xml

This file was deleted.

6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -26,11 +26,15 @@ Homey version >= 1.1.0


Changelog:
0.0.30
* Fixed PAN08-1 support
* Fixed any validator issues related to homey v2, further nothing functional changed (preparing SDKv2 rewrite)

0.0.24
* Added a (custom) motion cancellation setting for the PSP05

0.0.23
* Added support for PAN08 ruller shutter controller
* Added support for PAN08 roller shutter controller

0.0.22
* Added support for Z-wave+ versions of PAN11, PAN04, PAN06
Expand Down

0 comments on commit ecc16bf

Please sign in to comment.