-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from mabunixda/dev
fix ssdp location announcement
- Loading branch information
Showing
9 changed files
with
3,890 additions
and
70 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,24 +1,22 @@ | ||
<script type="text/x-red" data-template-name="alexa-home-controller"> | ||
<div class="form-row"> | ||
<label for="node-config-input-name"> | ||
<i class="icon-tag"></i> Name</label> | ||
<input type="text" id="node-config-input-name" placeholder="Name"> | ||
No Configuration needed! | ||
</div> | ||
</script> | ||
<script type="text/javascript"> | ||
RED.nodes.registerType('alexa-home-controller', { | ||
category: 'alexa-home', | ||
color: '#3FADB5', | ||
defaults: { | ||
name: { | ||
value: "" | ||
controllername: { | ||
value: "Alexa Controller" | ||
} | ||
}, | ||
inputs: 0, | ||
outputs: 0, | ||
icon: "alexa-home.png", | ||
label: function () { | ||
return this.name || "Alexa Controller"; | ||
return this.controllername; | ||
} | ||
}); | ||
</script> |
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
Oops, something went wrong.