Alexander Hansen | 7b5b4e8 | 2024-11-08 11:24:25 +0100 | [diff] [blame^] | 1 | description: > |
| 2 | Information to enable a daemon to probe hardware based on gpio values |
| 3 | properties: |
| 4 | - name: Name |
| 5 | type: string |
| 6 | description: > |
| 7 | Used by entity-manager to identify which hw was detected. For internal |
| 8 | use by entity-manager. |
| 9 | - name: PresencePinNames |
| 10 | type: array[string] |
| 11 | description: > |
| 12 | Names of the gpio lines. |
| 13 | - name: PresencePinValues |
| 14 | type: array[uint64] |
| 15 | description: > |
| 16 | Values of the gpio lines for which a device is considered present. |
| 17 | Choosing 'uint64' instead of 'bool' here for compatibility with how EM |
| 18 | exposes configuration on dbus. |