@d19n/youfibre-odin-sdk 2.0.309 → 2.0.310
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -158,6 +158,8 @@ export declare enum CustomerDeviceOntPropertyKeys {
|
|
|
158
158
|
Uptime = "Uptime",
|
|
159
159
|
/** StaticIpReboot (Network Operations - CustomerDeviceOnt) */
|
|
160
160
|
StaticIpReboot = "StaticIpReboot",
|
|
161
|
+
/** the operational state of the ONT UNI port carrying the service, as reported by the last device or service check (Network Operations - CustomerDeviceOnt) */
|
|
162
|
+
UniState = "UniState",
|
|
161
163
|
/** ServiceState */
|
|
162
164
|
ServiceState = "ServiceState"
|
|
163
165
|
}
|
|
@@ -310,6 +312,12 @@ export interface CustomerDeviceOntProperties {
|
|
|
310
312
|
* @type {TEXT}
|
|
311
313
|
*/
|
|
312
314
|
StaticIpReboot: string;
|
|
315
|
+
/** the operational state of the ONT UNI port carrying the service, as reported by the last device or service check (Network Operations - CustomerDeviceOnt)
|
|
316
|
+
*
|
|
317
|
+
* @type {TEXT}
|
|
318
|
+
* @default
|
|
319
|
+
*/
|
|
320
|
+
UniState: string;
|
|
313
321
|
/** ServiceState
|
|
314
322
|
*
|
|
315
323
|
* @type {TEXT}
|
|
@@ -156,6 +156,8 @@ var CustomerDeviceOntPropertyKeys;
|
|
|
156
156
|
CustomerDeviceOntPropertyKeys["Uptime"] = "Uptime";
|
|
157
157
|
/** StaticIpReboot (Network Operations - CustomerDeviceOnt) */
|
|
158
158
|
CustomerDeviceOntPropertyKeys["StaticIpReboot"] = "StaticIpReboot";
|
|
159
|
+
/** the operational state of the ONT UNI port carrying the service, as reported by the last device or service check (Network Operations - CustomerDeviceOnt) */
|
|
160
|
+
CustomerDeviceOntPropertyKeys["UniState"] = "UniState";
|
|
159
161
|
/** ServiceState */
|
|
160
162
|
CustomerDeviceOntPropertyKeys["ServiceState"] = "ServiceState";
|
|
161
163
|
})(CustomerDeviceOntPropertyKeys = exports.CustomerDeviceOntPropertyKeys || (exports.CustomerDeviceOntPropertyKeys = {}));
|