redvypr.data_packets.get_datastreams_from_data¶
- redvypr.data_packets.get_datastreams_from_data(data, uuid=False, add_dict=False)¶
Returns all datastreams of the datapacket
- Parameters:
data (dict) – A redvypr data dictionary
uuid (Optional[bool]) – Default False. Returns the devicename with the uuid (True) or the hostname + IP-Address (False)
add_dict (Optional[bool]) – Default False. Returns the devicename with the uuid (True) or the hostname + IP-Address (False)
- Returns:
A list of all datastreams
- Return type:
list