зеркало из
1
0
Форкнуть 0
azure-iot-explorer/public/constants.ts

21 строка
663 B
TypeScript

/***********************************************************
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License
**********************************************************/
export const PLATFORMS = {
MAC: 'darwin'
};
export const MESSAGE_CHANNELS = {
AUTHENTICATION_GET_PROFILE_TOKEN: 'authentication_get_profile_token',
AUTHENTICATION_LOGIN: 'authentication_login',
AUTHENTICATION_LOGOUT: 'authentication_logout',
SETTING_HIGH_CONTRAST: 'setting_highContrast',
};
export const API_INTERFACES = {
AUTHENTICATION: 'api_authentication',
DEVICE: 'api_device',
SETTINGS: 'api_settings'
};