mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2026-02-11 07:15:38 +00:00
Implement all sensors and low battery state
This commit is contained in:
@@ -17,6 +17,10 @@ export type InclusionReport = {
|
||||
export type InclusionReportService = {
|
||||
name?: string | null;
|
||||
address?: string | null;
|
||||
props?: {
|
||||
sup_units?: string[] | null;
|
||||
sup_events?: string[] | null;
|
||||
} | null
|
||||
};
|
||||
|
||||
export async function getInclusionReport(parameters: { adapterAddress: string; adapterService: string; deviceId: string }): Promise<InclusionReport> {
|
||||
|
||||
Reference in New Issue
Block a user