This repository was archived by the owner on Jan 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change case for FRITZ to uppercase (#120)
- Loading branch information
1 parent
e58d109
commit 9f6ee7c
Showing
6 changed files
with
29 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* Fritz!Box Platform Plugin for HomeBridge (https://github.com/nfarina/homebridge) | ||
* FRITZ!Box Platform Plugin for HomeBridge (https://github.com/nfarina/homebridge) | ||
* | ||
* @url https://github.com/andig/homebridge-fritz | ||
* @author Andreas Götz <[email protected]> | ||
|
@@ -11,5 +11,5 @@ | |
|
||
module.exports = function(homebridge) { | ||
let FritzPlatform = require('./lib/platform')(homebridge); | ||
homebridge.registerPlatform("homebridge-fritz", "Fritz!Box", FritzPlatform); | ||
homebridge.registerPlatform("homebridge-fritz", "FRITZ!Box", FritzPlatform); | ||
}; |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"version": "0.9.4", | ||
"author": "Andreas Goetz <[email protected]>", | ||
"homepage": "https://github.com/andig/homebridge-fritz#readme", | ||
"description": "Homebridge platform plugin for Fritz!Box", | ||
"description": "Homebridge platform plugin for FRITZ!Box", | ||
"keywords": [ | ||
"homebridge-plugin", | ||
"homebridge", | ||
|