Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
robertraaijmakers committed Feb 24, 2025
1 parent c160457 commit 41bdaa0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"1.0.3": {
"en": "New version, better error handling, supporting more capabilities and updating settings with flow cards."
},
"1.0.5": {
"en": "Added possible fix for an issue that the login got stuck and the app crashes after a while."
"1.0.6": {
"en": "Added possible fix for an issue that the login got stuck and the app crashes after a while, added new trigger (status updated)."
}
}
2 changes: 1 addition & 1 deletion .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "com.alfen",
"version": "1.0.5",
"version": "1.0.6",
"compatibility": ">=12.0.0",
"sdk": 3,
"platforms": [
Expand Down
18 changes: 17 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "com.alfen",
"version": "1.0.5",
"version": "1.0.6",
"compatibility": ">=12.0.0",
"sdk": 3,
"platforms": [
Expand Down Expand Up @@ -52,6 +52,22 @@
"homeyCommunityTopicId": 130683,
"source": "https://github.com/robertraaijmakers/com.alfen/",
"flow": {
"triggers": [
{
"id": "operatingmode_changed",
"title": {
"en": "Status changed",
"nl": "Status gewijzigd"
},
"args": [
{
"type": "device",
"name": "device",
"filter": "driver_id=chargepoint"
}
]
}
],
"actions": [
{
"id": "greenshare",
Expand Down

0 comments on commit 41bdaa0

Please sign in to comment.