-
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.
placed a note for users to test realtime message propogation
- Loading branch information
Cerem Cem ASLAN
committed
Sep 1, 2017
1 parent
93a2883
commit c056421
Showing
5 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
Submodule scada.js
updated
10 files
+26 −28 | README.md | |
+1 −1 | components/ack-button/index.ls | |
+15 −14 | components/file-upload/index.ls | |
+6 −18 | doc/CONTRIBUTING_GUIDE.md | |
+0 −19 | doc/addressing-couchdb-problems.md | |
+14 −11 | doc/component-design.md | |
+7 −8 | gulpfile.ls | |
+0 −11 | src/lib/aea/couch-helpers.ls | |
+65 −82 | src/lib/aea/couch-nano.ls | |
+1 −1 | src/lib/dcs |
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,12 +1,10 @@ | ||
p fanı açıp kapatan düğme birazdan buraya gelecek | ||
h3 Toggle PLC output | ||
ack-button( | ||
on-buttonclick="toggleFan" | ||
value="{{fanState}}" | ||
class!="{{#if fanState}}red{{else}}green{{/if}}") | ||
+iff('fanState') | ||
| Fanı aç | ||
| Run | ||
+else | ||
| Fanı kapat | ||
| Stop | ||
+endif | ||
|
||
p fanın durumunu: {{#if fanState}}çalışır duruma{{else}}durur duruma{{/if}} getir |
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 |
---|---|---|
|
@@ -6,4 +6,4 @@ block title | |
block loading | ||
b ScadaJS by #[a(href="https://aktos.io" newtab) aktos.io] | ||
p | ||
code v2.3 | ||
code v1.1 |
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