quick and dirty how to read that spreadsheet: in the SCCM module, find address 724-01-01, in the value xxxx **xx -- change only the ** values to whats listed.
in the case of that specific example/the one you're working with theres hex/math involved. so if your default value for ** is 00 then you change it to 04 to add a flash. if you want 2 flashes over stock and your default is 00 you would change it to 08. where it gets hairy is if your default value is like 09 at which point adding 04 you would think 13 but '13' in hex is 19 in decimal so you really want 0D
View attachment 45159