refactor: add & organize server store

This commit is contained in:
Zack Spear
2023-05-31 16:08:18 -07:00
committed by Zack Spear
parent 2ef113dcb2
commit a69066324e
5 changed files with 70 additions and 26 deletions
+4 -3
View File
@@ -41,12 +41,13 @@ const serverState = {
description: 'Fully automated media server and lab rig',
guid: '9292-1111-BITE-444444444444',
deviceCount: 8,
expireTime,
lanIp: '192.168.0.1',
locale: 'en',
registered: false,
site: 'http://localhost:4321',
state,
locale: 'en',
expireTime,
uptime,
lanIp: '192.168.0.1',
};
export default serverState;