Hi All,
I was trying to read a custom (manufacturer-specific) trait (ID: 305593344) for "DoorLockDeviceType" by following the documentation provided by Google Home for iOS:
https://developers.home.google.com/apis/ios/manufacturer-specific-traits
After following the steps in the documentation, the required Swift files were generated (an enum file and a custom trait implementation file). However, when I attempted to read the data exposed by this custom trait from the device, I consistently received a null response.
My question is:
• Does Google fully support manufacturer-specific (custom) traits for reading data via the iOS Google Home APIs?
• If so, are there additional steps or configurations required that I might be missing ?
Any guidance or pointers would be greatly appreciated.
Thanks in advance.
Hi All,
I was trying to read a custom (manufacturer-specific) trait (ID: 305593344) for "DoorLockDeviceType" by following the documentation provided by Google Home for iOS:
https://developers.home.google.com/apis/ios/manufacturer-specific-traits
After following the steps in the documentation, the required Swift files were generated (an enum file and a custom trait implementation file). However, when I attempted to read the data exposed by this custom trait from the device, I consistently received a null response.
My question is:
• Does Google fully support manufacturer-specific (custom) traits for reading data via the iOS Google Home APIs?
• If so, are there additional steps or configurations required that I might be missing ?
Any guidance or pointers would be greatly appreciated.
Thanks in advance.