blob: 0ed8fe0c2d71f64234e83f93eb6fcb178018418a [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: >
8 A hint to a server that provides sensor access
9 to external users, such as an IPMI server,
10 as to whether or not to allow external users
11 to modify the value, via "set sensor value"
12 commands or similar. True to allow
13 modification (read-write). False to disallow
14 modification (read-only).