Convert sensor binary data to Homey Signal definition

Not a lot of experience here either. I have been using the app for 2 days now.
You can download a copy of the recorded signal here RTL-SDR-433_920MHz-1MSps-1MHz-battery-removed.zip

So far I came up with this signal definition:

{
	"sof": [327, 946],
	"eof": [307],
	"words": [
		[966, 307],
		[327, 946],
	],
	"interval": 9720,
	"sensitivity": 0.5,
	"repetitions": 36,
	"minimalLength": 97,
	"maximalLength": 97
}

Determining the timing is pretty straight forward using the Signal View. Selecting the desired bits in the signal view highlights the signal and displays the total amount of μs/ms for the selected bits. It’s a lot easier than using audacity to determine the timings.

I’m not really sure if the timings are correct but this was the idea.