Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vesta
rigado-devkit
Commits
f866487d
Commit
f866487d
authored
Oct 10, 2017
by
David Mondou
Browse files
Merge branch 'fix/addScanning' into 'master'
naming convention See merge request vesta/node-red-contrib-noble-connect!4
parents
7314348b
11b5e24a
Changes
1
Hide whitespace changes
Inline
Side-by-side
noble-scan/node-red-contrib-noble.html
View file @
f866487d
...
...
@@ -20,7 +20,7 @@
@author <a href="mailto:carlos.pedrinaci@open.ac.uk">Carlos Pedrinaci</a> (KMi - The Open University)
-->
<script
type=
"text/x-red"
data-template-name=
"scan
ble
"
>
<script
type=
"text/x-red"
data-template-name=
"
noble-
scan"
>
<!--
data
-
template
-
name
identifies
the
node
type
this
is
for
-->
<!--
Each
of
the
following
divs
creates
a
field
in
the
edit
dialog
.
-->
...
...
@@ -55,7 +55,7 @@
<!-- Next, some simple help text is provided for the node. -->
<script
type=
"text/x-red"
data-help-name=
"scan
ble
"
>
<script
type=
"text/x-red"
data-help-name=
"
noble-
scan"
>
<
p
>
This
node
allows
scanning
for
BLE
devices
,
restricted
if
necessary
by
the
services
they
offer
.
<
/p
>
<
p
>
This
node
will
generate
one
message
per
BLE
device
detected
according
to
the
node
configuration
.
<
/p
>
<
p
>
The
node
will
also
generate
events
according
to
the
status
of
the
bluetooth
interface
when
it
changes
.
Those
status
messages
include
:
<
/p
>
...
...
@@ -94,7 +94,7 @@
<script
type=
"text/javascript"
>
RED
.
nodes
.
registerType
(
'
scan
ble
'
,{
RED
.
nodes
.
registerType
(
'
noble-
scan
'
,{
category
:
"
Vesta DemoKit
"
,
// the palette category
color
:
"
#A6BBCF
"
,
defaults
:
{
// defines the editable properties of the node
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment