-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added new scenario "light-control" and "src/*" with TM (#10)
* feat: add new scenario light-control * docs: add draft example for creation new scenario * docs: add to develop README info about - translation - var naming * feat: add topicmgr (TM) lib
- Loading branch information
1 parent
535f93b
commit 7a46f94
Showing
44 changed files
with
5,563 additions
and
229 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# This line resolve warning | ||
# This diff contains a change in line endings from 'LF' to 'CRLF'. | ||
# | ||
# link: https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings | ||
|
||
# Use LF for all files because this project used on linux driven controller | ||
* text=auto eol=lf |
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,3 @@ | ||
{ | ||
"MD033": false | ||
} |
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,8 @@ | ||
{ | ||
"trailingComma": "es5", | ||
"printWidth": 77, | ||
"tabWidth": 2, | ||
"semi": true, | ||
"useTabs": false, | ||
"singleQuote": true | ||
} |
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,3 +1,9 @@ | ||
wb-scenarios (1.1.0) stable; urgency=medium | ||
|
||
* feat: implement new scenario light-control | ||
|
||
-- Vitalii Gaponov <[email protected]> Thu, 23 Jan 2024 10:00:00 +0300 | ||
|
||
wb-scenarios (1.0.6) stable; urgency=medium | ||
|
||
* fix: ignored device settings in control scenarios, improves error logging | ||
|
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 +1 @@ | ||
9 | ||
10 |
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,5 @@ | ||
/usr/share/wb-rules-system/rules | ||
/usr/share/wb-mqtt-confed/schemas | ||
/var/www/images | ||
/usr/share/wb-rules-modules | ||
usr/share/wb-rules-system/rules | ||
usr/share/wb-mqtt-confed/schemas | ||
var/www/images/wb-scenarios | ||
usr/share/wb-rules-modules | ||
etc |
Oops, something went wrong.