mirror of
https://github.com/mjg59/python-broadlink.git
synced 2024-11-22 15:10:12 +01:00
Fix RM4 command header (#412)
This commit is contained in:
parent
8167736588
commit
e59d4a6875
@ -704,7 +704,7 @@ class rm4(rm):
|
|||||||
device.__init__(self, *args, **kwargs)
|
device.__init__(self, *args, **kwargs)
|
||||||
self.type = "RM4"
|
self.type = "RM4"
|
||||||
self._request_header = b'\x04\x00'
|
self._request_header = b'\x04\x00'
|
||||||
self._code_sending_header = b'\xd0\x00'
|
self._code_sending_header = b'\xda\x00'
|
||||||
|
|
||||||
def check_temperature(self):
|
def check_temperature(self):
|
||||||
data = self._check_sensors(0x24)
|
data = self._check_sensors(0x24)
|
||||||
|
Loading…
Reference in New Issue
Block a user