store_temp
SENSOR_TEMPLATE_2(temp_max, "temp%d_max", 0644, show_temp, store_temp, 0, 1);
SENSOR_TEMPLATE_2(temp_max_hyst, "temp%d_max_hyst", 0644, show_temp, store_temp, 0, 2);
SENSOR_TEMPLATE_2(temp_crit, "temp%d_crit", 0644, show_temp, store_temp, 0, 3);
SENSOR_TEMPLATE_2(temp_lcrit, "temp%d_lcrit", 0644, show_temp, store_temp, 0, 4);
store_temp, TEMP_CRIT, index - 1), \
show_temp, store_temp, TEMP_CRIT_HYST, index - 1), \
store_temp, TEMP_WARN, index - 1), \
show_temp, store_temp, TEMP_WARN_HYST, index - 1), \
store_temp, TEMP_CRIT, index - 1), \
show_temp, store_temp, TEMP_CRIT_HYST, index - 1), \
store_temp, TEMP_WARN, index - 1), \
show_temp, store_temp, TEMP_WARN_HYST, index - 1), \
show_temp, store_temp, 0, 1),
show_temp, store_temp, 1, 1),
show_temp, store_temp, 0, 2),
show_temp, store_temp, 1, 2),