@homebridge-plugins/homebridge-govee 11.2.1-beta.2 → 11.2.1-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -192,7 +192,7 @@ export default class {
192
192
  ]
193
193
 
194
194
  await this.platform.sendDeviceUpdate(this.accessory, {
195
- cmd: 'ptReal',
195
+ cmd: 'multiSync',
196
196
  value: generateCodeFromHexValues(hexValues),
197
197
  })
198
198
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@homebridge-plugins/homebridge-govee",
3
3
  "alias": "Govee",
4
4
  "type": "module",
5
- "version": "11.2.1-beta.2",
5
+ "version": "11.2.1-beta.3",
6
6
  "description": "Homebridge plugin to integrate Govee devices into HomeKit.",
7
7
  "author": {
8
8
  "name": "bwp91",