github.com/dim13/unifi@v0.0.0-20230308161331-9b04946f5e93/types.go (about) 1 package unifi 2 3 const ( 4 TypeAccessPoint = "uap" 5 TypeSwitch = "usw" 6 TypeGateway = "ugw" 7 )