MQTT how many functions?

I’ve installed the MQTT. It works GOOD! But how many function there are? lux, celsius, virtual…
Cayenne.virtualWrite();
Cayenne.celsius();
Cayenne.lux();

If I want push a simple int value? Or a simple float value?

Hey @0lab!,

So for the initial release, only a select number of data types were supported, they are: DIGITAL, ANALOG, BAROMETRIC PRESSURE, BATTERY, LUMINOSITY, PROXIMITY, RELATIVE HUMIDITY, TEMPERATURE, VOLTAGE. There will be many more data types supported in near future.

Do you have specific board you are looking to use and connect to Cayenne dashboard? We are doing a program for submitting MQTT API board integrations :slight_smile: