Ajout gestion Look & Sync firmwares, et routes BST

This commit is contained in:
Arnaud Nelissen
2025-09-17 17:45:46 +02:00
parent e715c265ad
commit 73add80cab
27 changed files with 2209 additions and 386 deletions

View File

@@ -0,0 +1,9 @@
const dbcontroller = require('../db');
const createSenbusValue = async function (data) {
return { success: true }
}
module.exports = {
createSenbusValue,
}