diff --git a/src/startup.js b/src/startup.js index b65fb26..b634be4 100644 --- a/src/startup.js +++ b/src/startup.js @@ -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)