-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[minimal] started working on the download function
- Loading branch information
1 parent
1075dc1
commit 59a6edf
Showing
15 changed files
with
86 additions
and
23 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
Large diffs are not rendered by default.
Oops, something went wrong.
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,4 +1,6 @@ | ||
timestamp:1582300231096 | ||
major:0 | ||
minor:0 | ||
minimal:1 | ||
rc:0 | ||
rc:0 | ||
dev:true |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,20 +1,36 @@ | ||
/* GUIEasy Copyright (C) 2019-2020 Jimmy "Grovkillen" Westberg */ | ||
|
||
guiEasy.forms.controller.C005 = {}; | ||
guiEasy.forms.controller.C005.name = "Home Assistant (openHAB)"; | ||
guiEasy.forms.controller.C005.name = "home assistant (openhab)"; | ||
guiEasy.forms.controller.C005.category = "mqtt"; | ||
guiEasy.forms.controller.C005.state = "normal"; //normal, testing, development | ||
//------------------------------- HTML or CURLY -------------------------------// | ||
guiEasy.forms.controller.C005.html = ` | ||
{{IPorHOST--IP--C005-1--ip or hostname}} | ||
{{IPorHOST--PORT--C005-2--C005-1--controller port}} | ||
<hr> | ||
{{IPorHOST--INTERVAL--C005-3--C005-1--minimum send interval}} | ||
{{IPorHOST--QUE--C005-4--C005-1--max in que}} | ||
{{IPorHOST--TRIES--C005-5--C005-1--max send tries}} | ||
{{IPorHOST--QUE_ACTION--C005-6--C005-1--if full que, ignore new|if full que, delete oldest}} | ||
{{IPorHOST--ACKNOWLEDGE--C005-7--C005-1--wait for ok when send|send and forget}} | ||
<div id="c005-1-HOST" class="is-hidden"> | ||
{{STRING--settings-hostname--C005-1-HOST--controller hostname}} | ||
{{NUMBER--settings-port--C005-2-HOST--controller port--0}} | ||
{{NUMBER--settings-X--C005-3-HOST--minimum send interval--100}} | ||
{{NUMBER--settings-X--C005-4-HOST--max in que--10}} | ||
{{NUMBER--settings-X--C005-5-HOST--max send tries--10}} | ||
{{TOGGLE--settings-X--C005-6-HOST--if full que, ignore new|if full que, delete oldest}} | ||
{{TOGGLE--settings-X--C005-7-HOST--wait for ok when send|send and forget}} | ||
</div> | ||
<div id="c005-1-IP" class="is-hidden"> | ||
{{STRING--extra-ip--C005-1-IP--controller ip}} | ||
{{NUMBER--extra-port--C005-2-IP--controller port--0}} | ||
{{NUMBER--extra-X--C005-3-IP--minimum send interval--100}} | ||
{{NUMBER--extra-X--C005-4-IP--max in que--10}} | ||
{{NUMBER--extra-X--C005-5-IP--max send tries--10}} | ||
{{TOGGLE--extra-X--C005-6-IP--if full que, ignore new|if full que, delete oldest}} | ||
{{TOGGLE--extra-X--C005-7-IP--wait for ok when send|send and forget}} | ||
</div> | ||
`; //--------------------------- HTML or CURLY -------------------------------// | ||
|
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