feat(smarthome): add smart home features and Home Assistant integration (WebSocket protocol, discovery, factories, interfaces)
This commit is contained in:
@@ -376,3 +376,15 @@ export type TNetworkScannerEvents = {
|
||||
// ============================================================================
|
||||
|
||||
export * from './feature.interfaces.js';
|
||||
|
||||
// ============================================================================
|
||||
// Smart Home Types (Generic, Protocol-agnostic)
|
||||
// ============================================================================
|
||||
|
||||
export * from './smarthome.interfaces.js';
|
||||
|
||||
// ============================================================================
|
||||
// Home Assistant Specific Types
|
||||
// ============================================================================
|
||||
|
||||
export * from './homeassistant.interfaces.js';
|
||||
|
||||
Reference in New Issue
Block a user