mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-07 23:03:38 +00:00
add info field to templates to help users connect their devices
This commit is contained in:
@@ -34,6 +34,13 @@ module.exports.init = function (callback) {
|
||||
)
|
||||
);
|
||||
|
||||
p.info = _.template(
|
||||
fs.readFileSync(
|
||||
`${__dirname}/../plugins/${plugin}/info.html`,
|
||||
'utf8'
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
if (p.heartbeatTimeout == undefined || p.heartbeatTimeout < 50) {
|
||||
if(p.heartbeatInterval){
|
||||
|
||||
Reference in New Issue
Block a user