Attempt to make things cleaner on import.
This commit is contained in:
@@ -51,7 +51,6 @@ export const DPTS: { [index: string]: DPT } = {
|
||||
DPT19: new DPT19(),
|
||||
DPT20: new DPT20(),
|
||||
DPT21: new DPT21(),
|
||||
//DPT22: new DPT22(),
|
||||
|
||||
DPT232: new DPT232(),
|
||||
DPT237: new DPT237(),
|
||||
@@ -75,4 +74,8 @@ export class DataPointType {
|
||||
|
||||
return dpt;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
exports.definitions = require('./definitions')
|
||||
exports.DataPointType = require('./DataPointType')
|
||||
exports.errors = require('./errors')
|
||||
Reference in New Issue
Block a user