Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track Client on Device #61

Open
teddyrendahl opened this issue May 31, 2018 · 1 comment
Open

Track Client on Device #61

teddyrendahl opened this issue May 31, 2018 · 1 comment

Comments

@teddyrendahl
Copy link
Contributor

Expected Behavior

Would be nice when we load_device or add_device to keep track of the original client. You could then also have a property like on happi.Device

@property
def in_database(self):
       if self.client:
            return True
       else:
            return False
@NanduTej
Copy link

Hi @teddyrendahl , I am a beginner and would like to contribute. If this issue is still up, can you please help me out with how to get started.

@teddyrendahl teddyrendahl added this to the v1.3.0 milestone Jan 30, 2019
jsheppard95 pushed a commit to jsheppard95/happi that referenced this issue Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants