[ { "name": "config1", "min": 10, "max": 15, "pattern": ["0x02", "0x01", "0x06"], "configs": { "battery": {"offset": 3, "length": 1}, "accX": {"offset": 4, "length": 2, "order": "bigendian"} } }, { "name": "config2", "min": 10, "max": 15, "pattern": ["0x02", "0x01", "0x06"], "configs": { "battery": {"offset": 3, "length": 1}, "accY": {"offset": 4, "length": 2, "order": "bigendian"} } } ]