Lines Matching refs:channel

59 uint8_t CayenneLppAddDigitalInput( uint8_t channel, uint8_t value )  in CayenneLppAddDigitalInput()  argument
65 CayenneLppBuffer[CayenneLppCursor++] = channel; in CayenneLppAddDigitalInput()
72 uint8_t CayenneLppAddDigitalOutput( uint8_t channel, uint8_t value ) in CayenneLppAddDigitalOutput() argument
78 CayenneLppBuffer[CayenneLppCursor++] = channel; in CayenneLppAddDigitalOutput()
86 uint8_t CayenneLppAddAnalogInput( uint8_t channel, float value ) in CayenneLppAddAnalogInput() argument
94 CayenneLppBuffer[CayenneLppCursor++] = channel; in CayenneLppAddAnalogInput()
102 uint8_t CayenneLppAddAnalogOutput( uint8_t channel, float value ) in CayenneLppAddAnalogOutput() argument
109 CayenneLppBuffer[CayenneLppCursor++] = channel; in CayenneLppAddAnalogOutput()
118 uint8_t CayenneLppAddLuminosity( uint8_t channel, uint16_t lux ) in CayenneLppAddLuminosity() argument
124 CayenneLppBuffer[CayenneLppCursor++] = channel; in CayenneLppAddLuminosity()
132 uint8_t CayenneLppAddPresence( uint8_t channel, uint8_t value ) in CayenneLppAddPresence() argument
138 CayenneLppBuffer[CayenneLppCursor++] = channel; in CayenneLppAddPresence()
145 uint8_t CayenneLppAddTemperature( uint8_t channel, float celsius ) in CayenneLppAddTemperature() argument
152 CayenneLppBuffer[CayenneLppCursor++] = channel; in CayenneLppAddTemperature()
160 uint8_t CayenneLppAddRelativeHumidity( uint8_t channel, float rh ) in CayenneLppAddRelativeHumidity() argument
166 CayenneLppBuffer[CayenneLppCursor++] = channel; in CayenneLppAddRelativeHumidity()
173 uint8_t CayenneLppAddAccelerometer( uint8_t channel, float x, float y, float z ) in CayenneLppAddAccelerometer() argument
183 CayenneLppBuffer[CayenneLppCursor++] = channel; in CayenneLppAddAccelerometer()
195 uint8_t CayenneLppAddBarometricPressure( uint8_t channel, float hpa ) in CayenneLppAddBarometricPressure() argument
203 CayenneLppBuffer[CayenneLppCursor++] = channel; in CayenneLppAddBarometricPressure()
211 uint8_t CayenneLppAddGyrometer( uint8_t channel, float x, float y, float z ) in CayenneLppAddGyrometer() argument
221 CayenneLppBuffer[CayenneLppCursor++] = channel; in CayenneLppAddGyrometer()
233 uint8_t CayenneLppAddGps( uint8_t channel, float latitude, float longitude, float meters ) in CayenneLppAddGps() argument
243 CayenneLppBuffer[CayenneLppCursor++] = channel; in CayenneLppAddGps()