startup.js: Flesh out response a bit

amdaemon expects a bunch of stuff to be present here before it
will talk to AimeDB, whereas for Chunithm and Diva we got away with
leaving it mostly blank.
This commit is contained in:
Tau
2019-11-06 17:28:29 -05:00
parent 285167b255
commit 4b7cf4f281
+10 -10
View File
@@ -57,16 +57,16 @@ app.post('/sys/servlet/PowerOn', function (req, resp) {
stat: 1,
uri: `http://${os.hostname()}:9000/`,
host: '',
place_id: '',
name: '',
nickname: '',
region0: '',
region_name0: '',
region_name1: '',
region_name2: '',
region_name3: '',
country: '',
allnet_id: '',
place_id: '123',
name: 'Name',
nickname: 'Nick',
region0: '1',
region_name0: 'W',
region_name1: 'X',
region_name2: 'Y',
region_name3: 'Z',
country: 'JPN',
allnet_id: '456',
// Always UTC to simplify the segatools fake time system
// (which is used to skip the hardcoded 2AM - 7AM warn/unplayable period)