UNIVPLMDataIntegration/Web/src/api-services/models/mqtt-protocol-version.ts

27 lines
861 B
TypeScript
Raw Normal View History

/* tslint:disable */
/* eslint-disable */
/**
* Admin.NET
* .NET <br/><u><b><font color='FF0000'> 👮</font></b></u>
*
* OpenAPI spec version: 1.0.0
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
/**
*
* @export
* @enum {string}
*/
export enum MqttProtocolVersion {
NUMBER_0 = 0,
NUMBER_3 = 3,
NUMBER_4 = 4,
NUMBER_5 = 5
}