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 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). 13