@iotize/tap
Version:
IoTize Device client for Javascript
39 lines (38 loc) • 1.21 kB
TypeScript
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
export declare enum WifiMode {
PEER_TO_PEER = 0,
NETWORK = 1
}
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
export declare enum WifiProtocol {
B = 1,
G = 2,
N = 4
}
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
export declare enum WifiSSIDVisibility {
VISIBLE = 0,
HIDDEN_FROM_SCAN = 1,
HIDDEN = 2
}
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
export declare enum WifiKeyVisibility {
VISIBLE = 0,
HIDDEN = 1
}