Merge branch 'main' into fix-buttons-list

This commit is contained in:
Rajeh Taher
2022-08-10 17:52:51 +03:00
committed by GitHub
7 changed files with 248 additions and 2 deletions

View File

@@ -51,7 +51,8 @@ exports.Events = {
DISCONNECTED: 'disconnected',
STATE_CHANGED: 'change_state',
BATTERY_CHANGED: 'change_battery',
INCOMING_CALL: 'incoming_call'
INCOMING_CALL: 'incoming_call',
REMOTE_SESSION_SAVED: 'remote_session_saved'
};
/**