Channels
Channels are collection of Fields. Each field holds its own data.
Posting data to channels is atomic operation. Thus, each field of channel data must posting concurrently by single Get add or MQTT Publish operation. Missing values of fields will be saved as null (empty).