|
|
@ -422,7 +422,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
handler: installationController.masterConnectedSlaveList,
|
|
|
|
handler: installationController.masterConnectedSlaveList,
|
|
|
|
});
|
|
|
|
});
|
|
|
|
fastify.post(
|
|
|
|
fastify.post(
|
|
|
|
'/api/insensors/:customerId/media',
|
|
|
|
'/api/insensors/media/:customerId',
|
|
|
|
{
|
|
|
|
{
|
|
|
|
schema: {
|
|
|
|
schema: {
|
|
|
|
summary: 'Add media (manual videos, material pictures, or work status pictures) to master or slave device',
|
|
|
|
summary: 'Add media (manual videos, material pictures, or work status pictures) to master or slave device',
|
|
|
|