package cast type DeviceStatus interface { Title() string State() string }