Skip to content

Commit

Permalink
Drop deprecated property supports_blink from DeviceType
Browse files Browse the repository at this point in the history
Change-type: major
  • Loading branch information
myarmolinsky committed Jan 15, 2025
1 parent 07a585b commit 9d41b36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types/device-type-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export interface DeviceType {
command: string;
}>;
};
/** @deprecated Use the DeviceType.contract.data.led */
supportsBlink?: boolean;
yocto: {
fstype?: string;
deployArtifact: string;
Expand Down

0 comments on commit 9d41b36

Please sign in to comment.