Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. # Characteristics
  2.  
  3. ## Current assessment and implementation status
  4.  
  5. ```markdown
  6. - [x] A001 [R] [Versions] `parse_binary_version_desc` confirmed although there are a bunch of zeros as FW versions
  7. - [x] A002 [RW] [RequestedState] `parse_state_change` confirmed lets read read and set states but not substates, also cannot be subscribed to. maybe for setting states only while A00E is for reading and notifications?
  8. - [x] A003 [RW] [SetTime] _not used on tcl source code_ deprecated maybe reading this gives you a bunch of zeros
  9. - [x] A004 [R] [ShotDirectory] _not used on tcl source code_ deprecated maybe reading this gives you a bunch of zeros
  10. - [x] A005 [RW] [ReadFromMMR] _not used on tcl source code_ deprecated maybe reading this gives you a bunch of zeros
  11. - [x] A006 [W] [WriteToMMR] `firmware_upload_next` unclear logs "firmware write ack recved", maybe part of the protocol to update the firmware on the DE1
  12. - [x] A007 [W] [ShotMapRequest] _not used on tcl source code_ deprecated maybe
  13. - [x] A008 [W] [DeleteShotRange] _not used on tcl source code_ deprecated maybe
  14. - [x] A009 [W] [FWMapRequest] `parse_map_request` unclear maybe something to prepare an update of the firmware
  15. - [x] A00A [R] [Temperatures] _not used on tcl source code_ deprecated maybe reading this gives you a bunch of zeros
  16. - [x] A00B [RW] [ShotSettings] `parse_binary_hotwater_desc` confirmed settingsing for steam, hot water, espresso volume and group temperature
  17. - [x] A00C [RW] [Deprecated] `parse_binary_shot_desc` unclear docs say it's deprecated, reading this gives you a bunch of zeros
  18. - [x] A00D [R] [ShotSample] `update_de1_shotvalue` doubts probably updates on the machines values, esp. during pouring that will probably updates the graphs n stuff
  19. - [x] A00E [R] [StateInfo] `update_de1_state` confirmed state change notifications, probably just for reading and getting notified, writing's done via A002 probably
  20. - [ ] A00F [RW] [HeaderWrite] `parse_binary_shotdescheader` unclear this seems to be in use and the code is readable, I am not sure what this is used for though
  21. - [ ] A010 [RW] [FrameWrite] `parse_binary_shotframe` unclear this seems to be in use and the code is readable, I am not sure what this is used for though
  22. - [x] A011 [RW] [WaterLevels] `parse_binary_water_level` confirmed returns the current water level and the one the machine started with
  23. - [ ] A012 [RW] [Calibration] `calibration_ble_received` unclear for receiving calibration notifications, whatever that means
  24. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement