You are here: Forum Home → ANT Developers Forums → ANT General Questions → Thread
deviceNumberLSB = data[9]
deviceNumberMSB = data[10]
deviceNumber = "{}".format(deviceNumberLSB + (deviceNumberMSB << 8))
Parameter = Device Type
Value = 35 (0x23)
Comment = An ANT+ bike light shall transmit its device type as 0x23.
Please see the ANT Message Protocol and Usage document for more details.