espressif / esp-homekit-sdk

541 stars 98 forks source link

Parameters accessory: what is ".pv" param? #113

Closed leotordo closed 9 months ago

leotordo commented 9 months ago

In parameter accessory what means ".pv"? "product version"?

Thanks

/* Initialise the mandatory parameters for Accessory which will be added as

shahpiyushv commented 9 months ago

@leotordo , it is protocol version and is not supposed to be changed for regular use cases. This was retained just to support backward compatibility with protocol version v1.0.

leotordo commented 9 months ago

thank you regards