1description: >
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).
15