Skip to content

Commit

Permalink
Merge pull request #14 from IvanKuchin/development
Browse files Browse the repository at this point in the history
Bugfix: update API types after pi-hole changes
  • Loading branch information
IvanKuchin authored Mar 9, 2024
2 parents 61248bd + 6c99009 commit 45051cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/cli/get_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ type IPAddress struct {
Owner string `json:"owner"`
Tag int `json:"tag"`
DeviceID int `json:"deviceId"`
Location string `json:"location"`
Location int `json:"location"`
Port string `json:"port"`
Note string `json:"note"`
LastSeen string `json:"lastSeen"`
ExcludePing int `json:"excludePing"`
PTRignore int `json:"PTRignore"`
Ptr string `json:"PTR"`
Ptr int `json:"PTR"`
FirewallAddressObject string `json:"firewallAddressObject"`
EditDate string `json:"editDate"`
CustomerID string `json:"customer_id"`
CustomerID int `json:"customer_id"`
ClientIdentifier string `json:"custom_ClientID"`
}

0 comments on commit 45051cc

Please sign in to comment.