Commit 1995cc7f by source_reader

match is_app for joule api and increase timeout for slow nodes

parent 512d8a77
......@@ -26,3 +26,4 @@ vagrant_boxes/*.log
vagrant_boxes/.vagrant
coverage
.idea
.DS_Store
......@@ -30,7 +30,7 @@ module Joule
# hash returned by the JouleAdapter.module_info
attrs = schema.slice(*JouleModule.defined_attributes)
attrs[:pid] = schema[:statistics][:pid]
attrs[:web_interface] = schema[:has_interface]
attrs[:web_interface] = schema[:is_app]
attrs[:joule_id] = "m#{schema[:id]}"
m = JouleModule.create(attrs)
# link inputs to database streams
......
......@@ -5,7 +5,7 @@ module Nilmdb
include HTTParty
default_timeout 5
open_timeout 5
read_timeout 5
read_timeout 10
attr_reader :url
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment