Skip to content

Interface: DeviceReport

A single accepted verification report against a device.

Mirrors the fields the org-level hardware-status.yaml schema already records — issue number, reporter, date, result. Folded inline into the device entry so there is one source of truth per driver instead of a parallel YAML overlay.

Deprecated

Superseded by VerificationCell in ./verifications.js. The new shape drops notes, reporter, os, selfVerified, result — the linked GitHub issue carries those. Retained during the alias transition; removed in the cleanup PR once all drivers have migrated.

Properties

PropertyTypeDescription
datestringISO date (YYYY-MM-DD) the report was filed.
issuenumberIssue / PR number where the report was accepted.
notes?stringFree-form notes (markdown allowed).
os?"Linux" | "macOS" | "Windows"-
reporterstringReporter's GitHub handle or attribution string.
resultLegacySupportStatusVerification outcome from this report.
selfVerified?booleanTrue if the reporter is also the implementer / maintainer.