zigbee-herdsman 6.1.5 → 6.2.0

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.
@@ -6154,6 +6154,11 @@ export interface TClusters {
6154
6154
  /** Type: UINT8 */
6155
6155
  payload: number;
6156
6156
  };
6157
+ /** ID: 96 */
6158
+ tuyaWeatherRequest: {
6159
+ /** Type: BUFFER */
6160
+ payload: Buffer;
6161
+ };
6157
6162
  };
6158
6163
  commandResponses: {
6159
6164
  /** ID: 1 */
@@ -6229,6 +6234,11 @@ export interface TClusters {
6229
6234
  /** Type: UINT16 */
6230
6235
  payloadSize: number;
6231
6236
  };
6237
+ /** ID: 97 */
6238
+ tuyaWeatherSync: {
6239
+ /** Type: BUFFER */
6240
+ payload: Buffer;
6241
+ };
6232
6242
  };
6233
6243
  };
6234
6244
  manuSpecificLumi: {