wx-starlock/constant/transportType.js
2025-04-29 16:43:12 +08:00

14 lines
281 B
JavaScript

export const transportType = {
TRANSPORT_BLUETOOTH: 10,
TRANSPORT_OFFLINE: 20,
TRANSPORT_GATEWAY: 30,
TRANSPORT_WIFI: 40,
TRANSPORT_TENCENT_YUN: 50,
TRANSPORT_WIFI_PRIORITY: 60,
TRANSPORT_BLUETOOTH_PRIORITY: 70
}
export const model = {
TENCENT_YUN_LOCK: 'XB007'
}