diff --git a/docs/snippets/aware_format.md b/docs/snippets/aware_format.md index c3964660..fc42501b 100644 --- a/docs/snippets/aware_format.md +++ b/docs/snippets/aware_format.md @@ -254,7 +254,7 @@ For some sensors, we need to transform iOS data into Android format; you can ref === "IOS" - This sensor is not supported by iOS devices. + Only old iOS versions supported this sensor (same mapping as Android). ??? info "PHONE_CALLS" @@ -602,5 +602,5 @@ For some sensors, we need to transform iOS data into Android format; you can ref === "IOS" - This sensor is not supported by iOS devices. + Only old iOS versions supported this sensor (same mapping as Android). diff --git a/src/data/streams/aware_csv/format.yaml b/src/data/streams/aware_csv/format.yaml index ee0bd0c4..bc866f83 100644 --- a/src/data/streams/aware_csv/format.yaml +++ b/src/data/streams/aware_csv/format.yaml @@ -124,6 +124,16 @@ PHONE_BLUETOOTH: MUTATION: COLUMN_MAPPINGS: SCRIPTS: # List any python or r scripts that mutate your raw data + IOS: + RAPIDS_COLUMN_MAPPINGS: + TIMESTAMP: timestamp + DEVICE_ID: device_id + BT_ADDRESS: bt_address + BT_NAME: bt_name + BT_RSSI: bt_rssi + MUTATION: + COLUMN_MAPPINGS: + SCRIPTS: # List any python or r scripts that mutate your raw data PHONE_CALLS: ANDROID: @@ -312,4 +322,16 @@ PHONE_WIFI_VISIBLE: MUTATION: COLUMN_MAPPINGS: SCRIPTS: # List any python or r scripts that mutate your raw data + IOS: + RAPIDS_COLUMN_MAPPINGS: + TIMESTAMP: timestamp + DEVICE_ID: device_id + SSID: ssid + BSSID: bssid + SECURITY: security + FREQUENCY: frequency + RSSI: rssi + MUTATION: + COLUMN_MAPPINGS: + SCRIPTS: # List any python or r scripts that mutate your raw data diff --git a/src/data/streams/aware_influxdb/format.yaml b/src/data/streams/aware_influxdb/format.yaml index ee0bd0c4..bc866f83 100644 --- a/src/data/streams/aware_influxdb/format.yaml +++ b/src/data/streams/aware_influxdb/format.yaml @@ -124,6 +124,16 @@ PHONE_BLUETOOTH: MUTATION: COLUMN_MAPPINGS: SCRIPTS: # List any python or r scripts that mutate your raw data + IOS: + RAPIDS_COLUMN_MAPPINGS: + TIMESTAMP: timestamp + DEVICE_ID: device_id + BT_ADDRESS: bt_address + BT_NAME: bt_name + BT_RSSI: bt_rssi + MUTATION: + COLUMN_MAPPINGS: + SCRIPTS: # List any python or r scripts that mutate your raw data PHONE_CALLS: ANDROID: @@ -312,4 +322,16 @@ PHONE_WIFI_VISIBLE: MUTATION: COLUMN_MAPPINGS: SCRIPTS: # List any python or r scripts that mutate your raw data + IOS: + RAPIDS_COLUMN_MAPPINGS: + TIMESTAMP: timestamp + DEVICE_ID: device_id + SSID: ssid + BSSID: bssid + SECURITY: security + FREQUENCY: frequency + RSSI: rssi + MUTATION: + COLUMN_MAPPINGS: + SCRIPTS: # List any python or r scripts that mutate your raw data diff --git a/src/data/streams/aware_mysql/format.yaml b/src/data/streams/aware_mysql/format.yaml index ee0bd0c4..bc866f83 100644 --- a/src/data/streams/aware_mysql/format.yaml +++ b/src/data/streams/aware_mysql/format.yaml @@ -124,6 +124,16 @@ PHONE_BLUETOOTH: MUTATION: COLUMN_MAPPINGS: SCRIPTS: # List any python or r scripts that mutate your raw data + IOS: + RAPIDS_COLUMN_MAPPINGS: + TIMESTAMP: timestamp + DEVICE_ID: device_id + BT_ADDRESS: bt_address + BT_NAME: bt_name + BT_RSSI: bt_rssi + MUTATION: + COLUMN_MAPPINGS: + SCRIPTS: # List any python or r scripts that mutate your raw data PHONE_CALLS: ANDROID: @@ -312,4 +322,16 @@ PHONE_WIFI_VISIBLE: MUTATION: COLUMN_MAPPINGS: SCRIPTS: # List any python or r scripts that mutate your raw data + IOS: + RAPIDS_COLUMN_MAPPINGS: + TIMESTAMP: timestamp + DEVICE_ID: device_id + SSID: ssid + BSSID: bssid + SECURITY: security + FREQUENCY: frequency + RSSI: rssi + MUTATION: + COLUMN_MAPPINGS: + SCRIPTS: # List any python or r scripts that mutate your raw data