package
Version:
v2.2.4
Opens a new window with list of versions in this module.
Published: Dec 15, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 7
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
ResourceType = "oic.wk.mnt"
ResourceURI = "/oic/mnt"
)
type Maintenance struct {
ResourceTypes []string `json:"rt,omitempty"`
Interfaces []string `json:"if,omitempty"`
Name string `json:"n,omitempty"`
FactoryReset bool `json:"fr,omitempty"`
Reboot bool `json:"rb,omitempty"`
LastHTTPError int `json:"err,omitempty"`
}
type MaintenanceUpdateRequest struct {
FactoryReset bool `json:"fr,omitempty"`
Reboot bool `json:"rb,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.