Searched refs:commandElement (Results 1 – 1 of 1) sorted by relevance
836 const json& commandElement = getRequiredProperty(element, "command"); in parsePMBusReadSensor() local837 uint8_t command = parseHexByte(commandElement); in parsePMBusReadSensor()