I see a bunch of configuration options for sensors, but no where to modify the power mode of the device during operation, i.e. low-power mode or high-resolution / normal mode. Is there a way to get there using sensor_attr_set
?
Somewhat related note - if a device has some config options that simply aren’t in the high level driver, is there a conventional pattern for getting/setting them? In this case is it considered bad form to just use the I2C device to do the work for you in your application?