1e253e0ecSJosh Lehandescription: >
2e253e0ecSJosh Lehan    Implement to provide sensor value mutability.
3e253e0ecSJosh Lehanproperties:
4e253e0ecSJosh Lehan    - name: Mutable
5e253e0ecSJosh Lehan      type: boolean
6e253e0ecSJosh Lehan      default: false
7e253e0ecSJosh Lehan      description: >
8*a1347418SPatrick Williams          A hint to a server that provides sensor access to external users, such
9*a1347418SPatrick Williams          as an IPMI server, as to whether or not to allow external users to
10*a1347418SPatrick Williams          modify the value, via "set sensor value" commands or similar. True to
11*a1347418SPatrick Williams          allow modification (read-write). False to disallow modification
12*a1347418SPatrick Williams          (read-only).
13