We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0458875 commit a17f49dCopy full SHA for a17f49d
src/arduino_iot_cloud/__init__.py
@@ -29,6 +29,7 @@
29
b"f612f28123ee92d55b5bfb11d7ecec3f86c5a767"
30
)
31
32
+
33
class Location(ArduinoCloudObject):
34
def __init__(self, name, **kwargs):
35
super().__init__(name, keys={"lat", "lon"}, **kwargs)
0 commit comments