You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: serial_protocol.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -39,14 +39,14 @@ Only needs to be called when the chiplet is in a new environment and needs to co
39
39
##BEGIN_DB
40
40
Called to start communicating with the Firebase database, it can take either just a host for accessing public variables or you may also provide a secret for accessing protected variables in the database.
Fetches the value at %PATH% and returns it on the serial line. If %PATH% points to a leaf node you will get the raw value back, if it points to an internal node you will get a JSON string with all children.
@@ -198,11 +198,11 @@ Used to stop listening to events at a given path. This must be the same path pro
198
198
##BEGIN_MESSAGING
199
199
Called to start communicating with Firebase Cloud Messaging, it requires a server key.