forked from abaretta/nu.baretta.openweathermap
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7 changed files
with
103 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"id": "MoonphaseValueChanged", | ||
"title": { | ||
"en": "Moon phase (value) has changed", | ||
"de": "Mondphase (Wert) hat sich geändert", | ||
"nl": "Maanfase (waarde) is veranderd" | ||
}, | ||
"hint": { | ||
"en": "Triggers when the moon phase changes.", | ||
"de": "Wird ausgelöst, wenn sich der Mondphase ändert.", | ||
"nl": "Triggert zodra de maanfase veranderd." | ||
}, | ||
"tokens": [{ | ||
"name": "moonphase", | ||
"type": "number", | ||
"title": { | ||
"en": "Moon phase (0=new moon, 0.25=first quarter, 0.5=full, 0.75=last quarter, 1=new moon)", | ||
"de": "Mondphase (0=Neumond, 0,25=erstes Viertel, 0,5=Vollmond, 0,75=letztes Viertel, 1=Neumond)", | ||
"nl": "Maanfase (0=nieuwe maan, 0,25=eerste kwartier, 0,5=vol, 0,75=laatste kwartier, 1=nieuwe maan)" | ||
}, | ||
"example": 0.25 | ||
}, | ||
{ | ||
"name": "location", | ||
"type": "string", | ||
"title": { | ||
"en": "Location", | ||
"de": "Standort", | ||
"nl": "locatie" | ||
}, | ||
"example": { | ||
"en": "Amsterdam", | ||
"de": "Berlin" | ||
} | ||
} | ||
], | ||
"args": [{ | ||
"name": "device", | ||
"type": "device", | ||
"filter": "driver_id=owmOnecallDaily" | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters