mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2025-11-18 09:09:03 +00:00
Add logging the initial devices response
This commit is contained in:
@@ -79,6 +79,9 @@ import { pollVinculum } from './fimp/vinculum';
|
||||
const hubId = house.val.param.house.hubId;
|
||||
|
||||
const devices = await pollVinculum('device');
|
||||
log.debug(
|
||||
`FIMP devices:\n${JSON.stringify(devices, null, 0)}`,
|
||||
);
|
||||
|
||||
const haConfig = retainedMessages.filter((msg) =>
|
||||
msg.topic.endsWith('/config'),
|
||||
|
||||
Reference in New Issue
Block a user