Revert "ILP-571: Renamed macaddr to mac"
This reverts commit 4a4683cb.
Showing
3 changed files
with
4 additions
and
4 deletions
... | @@ -25,7 +25,7 @@ | ... | @@ -25,7 +25,7 @@ |
25 | <tag name="unit" value="-dBm"/> | 25 | <tag name="unit" value="-dBm"/> |
26 | <comment>RSS signal measured value(used as negative). </comment> | 26 | <comment>RSS signal measured value(used as negative). </comment> |
27 | </elem> | 27 | </elem> |
28 | <elem name ="mac" type="mac48" multiplicity="1"> | 28 | <elem name ="macaddr" type="mac48" multiplicity="1"> |
29 | <comment>Access point mac address</comment> | 29 | <comment>Access point mac address</comment> |
30 | </elem> | 30 | </elem> |
31 | </struct> | 31 | </struct> | ... | ... |
... | @@ -25,7 +25,7 @@ | ... | @@ -25,7 +25,7 @@ |
25 | <tag name="unit" value="-dBm"/> | 25 | <tag name="unit" value="-dBm"/> |
26 | <comment>RSS signal measured value(used as negative). </comment> | 26 | <comment>RSS signal measured value(used as negative). </comment> |
27 | </elem> | 27 | </elem> |
28 | <elem name ="mac" type="mac48" multiplicity="1"> | 28 | <elem name ="macaddr" type="mac48" multiplicity="1"> |
29 | <comment>Access point mac address</comment> | 29 | <comment>Access point mac address</comment> |
30 | </elem> | 30 | </elem> |
31 | </struct> | 31 | </struct> | ... | ... |
... | @@ -104,7 +104,7 @@ | ... | @@ -104,7 +104,7 @@ |
104 | <elem name="ssid" type="HPE.WiFi.SSID" multiplicity="1"> | 104 | <elem name="ssid" type="HPE.WiFi.SSID" multiplicity="1"> |
105 | <comment>ssid of the access point</comment> | 105 | <comment>ssid of the access point</comment> |
106 | </elem> | 106 | </elem> |
107 | <elem name ="mac" type="mac48" multiplicity="1"> | 107 | <elem name ="macaddr" type="mac48" multiplicity="1"> |
108 | <comment>the mac address of the access point</comment> | 108 | <comment>the mac address of the access point</comment> |
109 | </elem> | 109 | </elem> |
110 | 110 | ||
... | @@ -112,7 +112,7 @@ | ... | @@ -112,7 +112,7 @@ |
112 | 112 | ||
113 | <struct name="BluetoothRefPoint" type="RFRefPoint" rttkey="SLAM.RefPointType.Bluetooth"> | 113 | <struct name="BluetoothRefPoint" type="RFRefPoint" rttkey="SLAM.RefPointType.Bluetooth"> |
114 | 114 | ||
115 | <elem name ="mac" type="Tensor.string" multiplicity="1"> | 115 | <elem name ="macaddr" type="Tensor.string" multiplicity="1"> |
116 | <comment>the mac address of the access point</comment> | 116 | <comment>the mac address of the access point</comment> |
117 | </elem> | 117 | </elem> |
118 | 118 | ... | ... |
-
Please register or sign in to post a comment