Trying to integrate with rtl_433 for ISM signal decoding.
This commit is contained in:
parent
2ed46160ec
commit
ab61a97629
|
|
@ -26,4 +26,7 @@ class Rtl433Demodulator(ServiceDemodulator, DialFrequencyReceiver):
|
|||
|
||||
def setDialFrequency(self, frequency: int) -> None:
|
||||
self.parser.setDialFrequency(frequency)
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
>>>>>>> be4846a (Trying to integrate with rtl_433 for ISM signal decoding.)
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ class Rtl433Module(PopenModule):
|
|||
"-F", "json" if jsonOutput else "kv",
|
||||
"-R", "-80", "-R", "-149", "-R", "-154", "-R", "-160",
|
||||
"-R", "-161", "-R", "-167", "-R", "-178", "-R", "64",
|
||||
# "-A",
|
||||
"-A",
|
||||
]
|
||||
|
||||
def getInputFormat(self) -> Format:
|
||||
|
|
|
|||
Loading…
Reference in New Issue