Skip to content

Commit

Permalink
fix(driver_model): add images array to system model
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Feb 5, 2024
1 parent 947ed6e commit 8ae6bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: placeos-driver
version: 6.9.17
version: 6.9.18
crystal: ">= 1.0.0"

dependencies:
Expand Down
1 change: 1 addition & 0 deletions src/placeos-driver/driver_model.cr
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ struct PlaceOS::Driver::DriverModel
property timezone : String?
property support_url : String?
property zones : Array(String)
property images : Array(String)?
end

struct Metadata
Expand Down

0 comments on commit 8ae6bdf

Please sign in to comment.