# 设备命令

API 路径 方法
获取多个命令 /devices/{deviceKey}/commandsFilters/byCommandIds POST
获取设备命令 /devices/{deviceKey}/commands/{commandId} GET
最近设备命令 /devices/{deviceKey}/latestCommands GET
查询设备命令 /devices/{deviceKey}/commands GET
自定义下发设备命令 /devices/{deviceKey}/commands POST
根据命令模板下发设备命令 /devices/{deviceKey}/commands/{identifier} POST