After adding devices to the room through the Android SDK, why is the device list of the query room empty?
Last Updated on:2025-02-27 08:35:54
This is because the getHomeDetail method of home is not called. According to the logic of the SDK design, the method getHomeDetail should be called first, otherwise many maintenance operations within the SDK may cause errors.