diff --git a/README.adoc b/README.adoc index 9504d8c..77bc435 100644 --- a/README.adoc +++ b/README.adoc @@ -174,6 +174,36 @@ client.log token: "secret", You'll either get a 204 No Content or 200 OK response depending on if the device exists or not. +==== Models + +Allows you to obtain the model information for all devices and screens. Example: + +[source,ruby] +---- +client = TRMNL::API::Client.new +client.models + +# Success( +# # +# ) +---- + +ℹ️ The `scale_factor` can be an integer or float. + ==== Setup Allows you to obtain the setup response for when a new device is setup. You must supply your device's MAC Address as the `id`. Example: