Skip to content

Commit

Permalink
Add provisioningKeyDescription property to ImgConfigOptions typing
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
Page- committed Dec 5, 2024
1 parent 03bada6 commit d9d2f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/os.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export interface ImgConfigOptions {
appUpdatePollInterval?: number;
provisioningKeyName?: string;
provisioningKeyExpiryDate?: string;
provisioningKeyDescription?: string;
wifiKey?: string;
wifiSsid?: string;
ip?: string;
Expand Down

0 comments on commit d9d2f39

Please sign in to comment.