blob: 0428740c1fcdf205112293c20e2bc2c10d9fdd5a [file] [log] [blame]
Josh Lehane253e0e2020-09-09 00:32:03 -07001description: >
2 Implement to provide sensor value mutability.
3properties:
4 - name: Mutable
5 type: boolean
6 default: false
7 description: >
Patrick Williamsa1347412022-12-06 10:56:22 -06008 A hint to a server that provides sensor access to external users, such
9 as an IPMI server, as to whether or not to allow external users to
10 modify the value, via "set sensor value" commands or similar. True to
11 allow modification (read-write). False to disallow modification
12 (read-only).