Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vesta
rigado-devkit
Commits
d7259d49
Commit
d7259d49
authored
Oct 12, 2017
by
Spencer Williams
Browse files
names
parent
9392b706
Changes
2
Show whitespace changes
Inline
Side-by-side
examples/sensorkit-to-dynamodb.json
View file @
d7259d49
[{
"id"
:
"154b249d.9fb09b"
,
"type"
:
"scan
ble
"
,
"z"
:
"8c40adf9.46cfc"
,
"uuids"
:
""
,
"duplicates"
:
true
,
"name"
:
""
,
"x"
:
390
,
"y"
:
320
,
"wires"
:[[
"6b675b91.b6a1c4"
]]},
[{
"id"
:
"154b249d.9fb09b"
,
"type"
:
"
noble-
scan"
,
"z"
:
"8c40adf9.46cfc"
,
"uuids"
:
""
,
"duplicates"
:
true
,
"name"
:
""
,
"x"
:
390
,
"y"
:
320
,
"wires"
:[[
"6b675b91.b6a1c4"
]]},
{
"id"
:
"816c8b40.34df78"
,
"type"
:
"amazon dynamodb"
,
"z"
:
"8c40adf9.46cfc"
,
"aws"
:
"ee1aab34.94aab8"
,
"region"
:
""
,
"operation"
:
"put"
,
"tablename"
:
"BLEScanning"
,
"name"
:
"BLEScanning"
,
"x"
:
960
,
"y"
:
220
,
"wires"
:[[
"4dbbaee5.8d501"
]]},
{
"id"
:
"9de90f94.fae5b"
,
"type"
:
"debug"
,
"z"
:
"8c40adf9.46cfc"
,
"name"
:
""
,
"active"
:
true
,
"console"
:
"false"
,
"complete"
:
"payload"
,
"x"
:
930
,
"y"
:
320
,
"wires"
:[]},
{
"id"
:
"b19270c8.e0a3b"
,
"type"
:
"inject"
,
"z"
:
"8c40adf9.46cfc"
,
"name"
:
"Test"
,
"topic"
:
""
,
"payload"
:
""
,
"payloadType"
:
"date"
,
"repeat"
:
""
,
"crontab"
:
""
,
"once"
:
false
,
"x"
:
394.0000114440918
,
"y"
:
220.00001525878906
,
"wires"
:[[
"a4a3b2b1.fad71"
]]},
...
...
noble-scan/node-red-contrib-noble.js
View file @
d7259d49
...
...
@@ -188,6 +188,6 @@ module.exports = function(RED) {
// Register the node by name. This must be called before overriding any of the
// Node functions.
RED
.
nodes
.
registerType
(
"
scan
ble
"
,
NobleScan
);
RED
.
nodes
.
registerType
(
"
noble-
scan
"
,
NobleScan
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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