We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e330fa commit 5d66313Copy full SHA for 5d66313
1 file changed
simplipy/system/__init__.py
@@ -209,8 +209,7 @@ def notifications(self) -> list[SystemNotification]:
209
return self._notifications
210
211
@property
212
- @guard_from_missing_data()
213
- def serial(self) -> str | None:
+ def serial(self) -> str:
214
"""Return the system's serial number.
215
216
Returns:
@@ -231,8 +230,7 @@ def state(self) -> SystemStates:
231
230
return self._state
232
233
234
235
- def system_id(self) -> int | None:
+ def system_id(self) -> int:
236
"""Return the SimpliSafe identifier for this system.
237
238
0 commit comments