Skip to content

Commit

Permalink
Merge pull request #139 from ALfuhrmann/patch-1
Browse files Browse the repository at this point in the history
copy-and-paste error in batch sending
  • Loading branch information
brentru authored Nov 6, 2023
2 parents ecefb29 + c636eda commit e418f20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ Data can be created after you create a feed, by using the ``send_batch_data(feed
# Create a data items in the 'Test' feed.
data_list = [Data(value=10), Data(value=11)]
aio.create_data('Test', data)
# send batch data
aio.send_batch_data(temperature.key, data_list)
Receive Data
Expand Down

0 comments on commit e418f20

Please sign in to comment.