mclimate-payload-helper 1.2.10 → 1.2.11

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.
@@ -733,7 +733,7 @@ class VickiCommands extends encoders_1.GeneralCommands {
733
733
  }
734
734
  }
735
735
  static getHeatingEvent() {
736
- return new encoders_1.BaseCommand('GetHeatingEvent', 0x50);
736
+ return new encoders_1.BaseCommand('GetHeatingEvent', 0x5a);
737
737
  }
738
738
  static setHeatingEventState(params) {
739
739
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mclimate-payload-helper",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
4
4
  "description": "Mclimate payload helper",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -787,7 +787,7 @@ export class VickiCommands extends GeneralCommands {
787
787
  }
788
788
 
789
789
  static getHeatingEvent() {
790
- return new BaseCommand('GetHeatingEvent', 0x50)
790
+ return new BaseCommand('GetHeatingEvent', 0x5a)
791
791
  }
792
792
 
793
793
  static setHeatingEventState(params: VickiCommandTypes.SetHeatingEventStateParams) {