-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOT tool to send messages to Dweet - https://github.com/apache/openmeetings/issues/102 #103
base: master
Are you sure you want to change the base?
Changes from 5 commits
b531004
7deed34
e13ecb2
11deb7d
6971422
a68e7af
fd14c0e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,7 +163,8 @@ | |
<jsSourceFile>raw-tool-arrow.js</jsSourceFile> | ||
<jsSourceFile>raw-tool-clipart.js</jsSourceFile> | ||
<jsSourceFile>raw-wb-board.js</jsSourceFile> | ||
<jsSourceFile>raw-wb-area.js</jsSourceFile> | ||
<jsSourceFile>raw-wb-area.js</jsSourceFile> | ||
<jsSourceFile>dweet-io.js</jsSourceFile> | ||
</jsSourceFiles> | ||
<jsFinalFile>wb.js</jsFinalFile> | ||
<jsTargetDir>../generated-sources/main/java/org/apache/openmeetings/web/room/wb/</jsTargetDir> | ||
|
@@ -264,7 +265,7 @@ | |
<jsEngine>CLOSURE</jsEngine> | ||
<jsTargetDir>../generated-sources/main/java/org/apache/openmeetings/web/user/chat</jsTargetDir> | ||
</configuration> | ||
</execution> | ||
</execution> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. please do not create trailing spaces There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
||
</executions> | ||
</plugin> | ||
<plugin> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -960,4 +960,8 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details | |
<entry key="wizard.button.finish"><![CDATA[Finish]]></entry> | ||
<entry key="zoom.FULL_FIT"><![CDATA[Full-Fit]]></entry> | ||
<entry key="zoom.PAGE_WIDTH"><![CDATA[Page Width]]></entry> | ||
<entry key="wb.tool.dweet"><![CDATA[Dweet IOT Messaging]]></entry> | ||
<entry key="wb.tool.dweet.mything"><![CDATA[MyThing]]></entry> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is not clear what There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "MyThing " is the term used by Dweet for an object ( fridge, light ) to be controlled. To make this clearer for the user we could add an example object in the text field: MyThing: ..Light ........... |
||
<entry key="wb.tool.dweet.context"><![CDATA[Data]]></entry> | ||
<entry key="wb.tool.dweet.response"><![CDATA[Response]]></entry> | ||
</properties> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please do not create trailing spaces
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done