{
	"Identity": "TYPT_AudioTestingTool",
    "TestItems": [
        {
            "Name": "CHECK_INFO_FIRMWARE",
            "Text": "固件版本检测",
            "Paras": {
                "CheckItems": [
                    "MasterFirmwarever"
                ],
                "SetFirmwareInfoLocal": true,
                "IsProductProtocol": true
            }
        },
        {
            "Name": "TEST_GENERALDATA",
            "Text": "检测PID",
            "Paras": {
                "Type": "ReadCheck",
                "TestItem": "pid",
                "DataType": "string",
                "SetInfoLocal": true
            }
        },
        {
            "Name": "TEST_KEY",
            "Text": "触发按键&复位按键",
            "Paras": {
                "Keys": [
                    {
                        "Name": "KeyReset",
                        "KeyID": 0
                    },
                    {
                        "Name": "KeyTriggle",
                        "KeyID": 1
                    }
                ]
            }
        },
        {
            "Name": "TEST_LED",
            "Text": "指示灯测试",
            "Paras": {
                "LEDType": "Normal"
            }
        },
        {
            "Name": "TEST_GENERALDATA",
            "Text": "充电状态检测",
            "Paras": {
                "TestItem": "charger",
                "DataType": "int",
                "LimitSet": "1"
            }
        },
        {
            "Name": "TEST_GENERALDATA",
            "Text": "电量测试",
            "Paras": {
                "TestItem": "PowerValue",
                "DataType": "int",
                "Limit": "1~100"
            }
        },
        {
        	"Name": "TEST_ASYNC_AUDIO",
        	"Text": "麦克风测试",
        	"Paras": {
        		"RecordingTime": "4",
        		"mic": 0
        	}
        },
        {
            "Name": "TEST_QUALITY_SIGNAL",
            "Text": "信号强度测试(蓝牙)",
            "Paras": {
                "TestType": "GeneralRSSI",
                "Item": "ble",
                "Limit": "-60~-10",
               // "Value": "ty_ai_mf_test"
            }
        },
        {
            "Name": "TEST_BOOL",
            "Text": "进入低功耗模式",
            "Paras": {
                "TestItem": "LowPowerMode"
            }
        },
        {
            "Name": "TUYA_MULTIMETER_MA",
            "Text": "低功耗电流检测",
            "Paras": {
                "Data": [
                    {
                        "MeasureType": "Current",
                        "Limit": "0.005~0.026"
                    }
                ],
                "DelaySecond": 3
            }
        }
    ]
}