2025-04-16 02:11:26 +01:00

14 lines
441 B
JavaScript

export default{
statusFetch:"/status/fetch",
propertyFetch:"/property/fetch",
functionFetch:"/function/fetch",
monitorFetch:"/monitor/fetch",
monitorSend:"/monitor/send",
otaFetch:"/ota/fetch",
otaSend:"/ota/send",
propertyOnlineSend:'/property-online/send',
functionOnlineSend:'/function-online/send',
propertyOfflineSend:'/property-offline/send',
functionOfflineSend:'/function-offline/send',
}