|
@@ -10,9 +10,8 @@
|
|
|
typedef NS_ENUM(NSUInteger, MKRDeviceType) {
|
|
|
MKRDeviceTypeWIFI = 1, //WIFI设备
|
|
|
MKRDeviceType4G = 2, //4G设备
|
|
|
- MKRDeviceTypeBluetooth = 4, //蓝牙设备
|
|
|
- MKRDeviceTypeVirtual = 3, //虚拟设备
|
|
|
- MKRDeviceTypeWatch = 5, //手环设备
|
|
|
+ MKRDeviceTypeBluetooth = 3, //蓝牙设备
|
|
|
+ MKRDeviceTypeWatch = 4, //手环设备
|
|
|
};
|
|
|
|
|
|
@protocol MKRUPnPDevice <NSObject>
|