fca-h4m1m-x2 1.5.7 → 1.5.8
Sign up to get free protection for your applications and to get access to all the features.
- package/Extra/Src/Websocket.js +1 -1
- package/README.md +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/Extra/Src/Websocket.js
CHANGED
@@ -69,7 +69,7 @@
|
|
69
69
|
// AuthString: "Like this SD4S XQ32 O2JA WXB3 FUX2 OPJ7 Q7JZ 4R6Z | https://i.imgur.com/RAg3rvw.png",
|
70
70
|
// Version: "Valid version: https://github.com/KanzuXHorizon/Global_Horizon/blob/main/InstantAction.json",
|
71
71
|
// Database_Type: "default or json",
|
72
|
-
// AppState_Path: "fbstate.json,
|
72
|
+
// AppState_Path: "fbstate.json, x2state.json,...",
|
73
73
|
// AutoRestartMinutes: "Number 0 to turn off, Encourage number 60",
|
74
74
|
// RestartMQTT_Minutes: "Number 0 to turn off, Encourage number 45"
|
75
75
|
|
package/README.md
CHANGED
@@ -134,7 +134,7 @@ var credentials = {email: "FB_EMAIL", password: "FB_PASSWORD"}; // thông tin tk
|
|
134
134
|
login(credentials, (err, api) => {
|
135
135
|
if(err) return console.error(err);
|
136
136
|
// đăng nhập
|
137
|
-
fs.writeFileSync('
|
137
|
+
fs.writeFileSync('x2state.json', JSON.stringify(api.getAppState(), null,'\t')); //tạo appstate
|
138
138
|
});
|
139
139
|
```
|
140
140
|
|
package/index.js
CHANGED