Shinobi/libs/monitor/updatedFields.js

13 lines
279 B
JavaScript

module.exports = () => {
return {
details: {
rotate_stream: "stream_rotate",
rotate_record: "rotate",
svf: "stream_vf",
stream_channels: {
rotate_stream: "stream_rotate",
}
}
}
}