import{b as d}from"./system.1703796278973.js";const t={list:e=>d.post("/media/device/_query/",e),detail:e=>d.get(`/media/device/${e}`),save:e=>d.post(`/media/device/${e.channel}`,e),update:e=>d.put(`/media/device/${e.channel}/${e.id}`,e),del:e=>d.remove(`/media/device/${e}`),updateChannels:e=>d.post(`/media/device/${e}/channels/_sync`),queryProductList:e=>d.post("/device/product/_query/no-paging",e),getProductList:e=>d.get("/device/product/_query/no-paging?paging=false",e),saveProduct:e=>d.post("/device/product",e),deployProductById:e=>d.post(`/device/product/${e}/deploy`),queryProvider:e=>d.post("/gateway/device/detail/_query",e),getConfiguration:(e,i)=>d.get(`/protocol/${e}/${i}/configuration`)};export{t as d};