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
Since it is entirely reasonable to want to configure the hypothetical "camera on the roof" with a new remote storage location, the samba shares configuration should to be exposed through the API.
Since it is entirely reasonable to want to configure the hypothetical "camera on the roof" with a new remote storage location, the samba shares configuration should to be exposed through the API.
Proposed Interface:
testNetworkStorage(address: str, user: str, password: str)
set({networkInterfaceAddress: 'z', networkInterfaceUser: 'y', networkInterfacePassword: 'z'})
(note: This will be used to complete
src/screens/storage.py:testNetworkStorage
, which currently holds a sample implementation.)CR14-189 has been put on hold pending resolution of this ticket.
The text was updated successfully, but these errors were encountered: