More progress now just need correct export
This commit is contained in:
parent
8252d38a5e
commit
b3131fb0b6
|
@ -9,9 +9,9 @@
|
|||
'use strict';
|
||||
|
||||
exports.adaptor = (opts = {}) ->
|
||||
new Adaptor.Loopback(opts)
|
||||
new Loopback(opts)
|
||||
|
||||
module.exports = class Adaptor.Loopback
|
||||
module.exports = class Loopback
|
||||
constructor: (opts) ->
|
||||
@name = opts.name
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
require('./cylon')
|
||||
Connection = require("./connection")
|
||||
Device = require("./device")
|
||||
|
||||
|
|
Loading…
Reference in New Issue