We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0354319 commit 2f43de8Copy full SHA for 2f43de8
examples/valve/silabs/include/DrinkMachineCommon.h
@@ -47,7 +47,7 @@ class DrinkMachineInfoProvider : public chip::DeviceLayer::DeviceInstanceInfoPro
47
48
CHIP_ERROR GetProductId(uint16_t & productId) override
49
{
50
- productId = 0xFFFEu;
+ productId = 0xB002u;
51
return CHIP_NO_ERROR;
52
}
53
CHIP_ERROR GetPartNumber(char * buf, size_t bufSize) override
0 commit comments