<div dir="ltr"><div><b>Problem:</b></div>There is a use case where temp1_input should be omitted from being exposed to dbus.<div>A concrete example is if you have a temp sensor with 10 channels but only want to expose 2..10.</div><div><br></div><div>Currently dbus/hwmontemp doesn't allow this.</div><div><br></div><div><b>Solution:</b></div><div>In order to maintain backwards compatibility I am proposing an OmitList attribute that hwmontemp will attempt to retrieve.<br></div><div>If the "Name"s of any temp sensor appears in the list, it will be skip sensor creation.</div><div><br></div><div>I am proposing a list to support other use cases such as...</div><div><br></div><div>* you're doing BMC development and for whatever reason want to temporarily suppressĀ a temperature and do some tests..you can add it to this list and then remove it instead of deleting and re-inserting.<br></div><div><br></div><div>* lets you have non-contiguous temp sensors exposed (e.g temp2_input, temp5_input, temp7_input) . There is a better solution to this; but for now this enables this use-case.</div><div><br></div><div><b>etc..</b></div><div>It's a simple feature; plan to have something within O(hours).</div></div>