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
Alternatively, you can use `#retrieveShocker(String)` to fetch a `Shocker` object directly from the api.
72
+
Or, use `#getCachedShocker(String)` to get a cached `Shocker` object or null if not cached.
73
+
74
+
Almost everything is used like that. Shockers and Hubs (old: Devices) are cached upon creating the JavaShock Object.
75
+
76
+
<b>Note:</b> Not everything is implemented yet. If you are unsure, check the [JavaDocs](https://repo.joshicodes.de/javadoc/releases/de/joshicodes/JavaShock/latest). If not found, it is possible that the method is not implemented yet.
0 commit comments