defs->optional(robotUnitSensorPrefix,robotUnitPrefix+"SensorValuePrefix","Prefix of all sensor values");
defs->optional(robotUnitMemoryBatchSize,robotUnitPrefix+"MemoryBatchSize","The size of the entity snapshot to send to the memory. Min is 1");
defs->optional(robotUnitPollFrequency,robotUnitPrefix+"UpdateFrequency","The frequency in Hz to store values. All other values get discarded. Min is 1, max is "+std::to_string(ROBOT_UNIT_MAXIMUM_FREQUENCY));