Skip to content

Commit

Permalink
Export DeviceCategory
Browse files Browse the repository at this point in the history
  • Loading branch information
bratanon committed Dec 10, 2023
1 parent 6117974 commit f420e7d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,17 @@ export { default as Client } from './Client';
export * from './Const';
export { default as ContactId } from './ContactId';
export { default as Device } from './Device';
export { default as DeviceCategory } from './DeviceCategory';
export {
default as DeviceCategory,
DC_ALL,
DC_ALL_LOOKUP,
DC_BASEUNIT,
DC_BURGLAR,
DC_CONTROLLER,
DC_FIRE,
DC_MEDICAL,
DC_SPECIAL,
} from './DeviceCategory';
export { default as DeviceEvent } from './DeviceEvent';
export * from './Enums';
export { default as PropertyChangedInfo } from './PropertyChangedInfo';
Expand Down

0 comments on commit f420e7d

Please sign in to comment.