UNPKG

@chazepps/homebridge-hejhome

Version:

The Hejhome plugin allows you to access your Hejhome device(s) from HomeKit.

8 lines 355 B
import { hejRequest } from './request.js'; export const getDevices = async (platform, familyId, roomId) => { const path = roomId ? `dashboard/${familyId}/room/${roomId}/devices-state?scope=shop` : `dashboard/${familyId}/devices-state?scope=shop`; return hejRequest(platform, 'GET', path); }; //# sourceMappingURL=get_devices.js.map