Enums/MVBDeviceSubType.ps1

# This represents the second-level endpoints for the "devices" endpoint in the myViewBoard REST API.
enum MVBDevicesSubType {
    usage
    statistics
}