Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
energy
bmon
Commits
cbc6a82e
Commit
cbc6a82e
authored
Feb 05, 2015
by
Alan Mitchell
Browse files
Added feedback in script.
parent
e4dd1ed0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
bmsapp/scripts/add_dummy_data.py
bmsapp/scripts/add_dummy_data.py
+1
-0
No files found.
bmsapp/scripts/add_dummy_data.py
View file @
cbc6a82e
...
...
@@ -22,6 +22,7 @@ def run():
db
=
bmsapp
.
readingdb
.
bmsdata
.
BMSdata
()
for
b
in
range
(
BLDG_COUNT
):
print
'Working on Building %03d'
%
b
for
s
in
range
(
SENSOR_COUNT
):
sensor_id
=
'%03d_%03d'
%
(
b
,
s
)
...
...
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