package device type Resolver interface { Resolve(pattern string) []Pointer } type SceneMap interface { SceneID(id string) *string }