@d19n/youfibre-odin-sdk 2.0.279 → 2.0.280
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.
|
@@ -22,7 +22,7 @@ export interface CreateYfWifiSurveyMessage extends OdinRecordCreatedEvent<Create
|
|
|
22
22
|
* Properties for CreateYfWifiSurvey action
|
|
23
23
|
*
|
|
24
24
|
* @property Required fields: 2
|
|
25
|
-
* @property Optional fields:
|
|
25
|
+
* @property Optional fields: 5
|
|
26
26
|
*/
|
|
27
27
|
export interface CreateYfWifiSurveyProperties {
|
|
28
28
|
/**
|
|
@@ -76,13 +76,6 @@ export interface CreateYfWifiSurveyProperties {
|
|
|
76
76
|
* @type {NUMBER}
|
|
77
77
|
*/
|
|
78
78
|
PayloadSchemaVersion?: number | null;
|
|
79
|
-
/**
|
|
80
|
-
* Readings JSON
|
|
81
|
-
*
|
|
82
|
-
* Full survey payload: floors, locations, positions and per-location measurements with raw sample series. Contract v1 lives in spec 2026-08-07-wifi-survey-fields.ts. Null on a refused survey.
|
|
83
|
-
* @type {JSON}
|
|
84
|
-
*/
|
|
85
|
-
Readings?: string | null;
|
|
86
79
|
}
|
|
87
80
|
/**
|
|
88
81
|
* Create WiFi Survey
|