var minisrv_service_file = true; var { WTVShared, clientShowAlert } = require("./WTVShared.js"); var notImplementedAlert = new clientShowAlert({ 'image': minisrv_config.config.service_logo, 'message': "This feature is not available.", 'buttonlabel1': "Okay", 'buttonaction1': "client:donothing", 'noback': true, }).getURL(); headers = `200 OK Connection: Keep-Alive wtv-expire-all: wtv- wtv-expire-all: http Content-Type: text/html` data = ` Settings
Settings for ${ssid_sessions[socket.ssid].getSessionData("subscriber_username") || "You"}

Mail

`; if (minisrv_config.config.passwords) { if (minisrv_config.config.passwords.enabled) { data += ` Password

`; } } data += ` Television

Text size

Music

`; //printing if (!minisrv_config.config.hide_incomplete_features) { data += ` Printing

`; } data += ` Keyboard

`; if (ssid_sessions[socket.ssid].user_id == 0) { data += ` Account

`; } data += ` Dialing

Signature and more

Change your password

Options for your TV

Make text bigger or smaller

Play background songs

`; // printing if (!minisrv_config.config.hide_incomplete_features) { data += `Change how you print

`; } data += `Choose an on-screen keyboard
`; if (ssid_sessions[socket.ssid].user_id == 0) { data += `
Add, change, or remove users
`; } data += `
Connecting to WebTV
`;