cancel
Showing results for 
Search instead for 
Did you mean: 
Replies are disabled for this topic. Start a new one or visit our Help Center.

Required attributes for NetworkSpeedTest

GoogleFAQ
Solutions Expert
Solutions Expert

When implementing the NetworkSpeedTest trait, is it required to also implement the networkSpeedTestInProgress error?

1 Recommended Answer

anishyadav
Solutions Expert
Solutions Expert

In order for Google Home Ecosystem to function correctly we require certain attributes and status codes to be fully implemented. When such an attribute is present, it will be marked as Required in the documentation. Even for cases the execution flow works (partially in most cases), we require this set of items during your project certification.

For NetworkSpeedTest, networkSpeedTestInProgress is marked as a required item, so you need to implement it for a fully functioning implementation.

View Recommended Answer in original post

1 REPLY 1

anishyadav
Solutions Expert
Solutions Expert

In order for Google Home Ecosystem to function correctly we require certain attributes and status codes to be fully implemented. When such an attribute is present, it will be marked as Required in the documentation. Even for cases the execution flow works (partially in most cases), we require this set of items during your project certification.

For NetworkSpeedTest, networkSpeedTestInProgress is marked as a required item, so you need to implement it for a fully functioning implementation.