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

Added detection for Samsung C series printers #3598

Merged
merged 1 commit into from Jun 4, 2016

Conversation

laf
Copy link
Member

@laf laf commented Jun 3, 2016

Fix #3584

@laf laf added the Device 🖥️ New or added device support label Jun 3, 2016
@murrant murrant merged commit 29c8f55 into librenms:master Jun 4, 2016
$os = 'samsungprinter';
if (strstr($sysDescr, 'Samsung CLX') ||
strstr($sysDescr, 'Samsung SCX') ||
strstr($sysDescr, 'Samsun C')) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a typo for 'Samsung C', or do the printers actually report like that?

@laf laf deleted the issue-3584 branch January 29, 2017 13:51
@lock lock bot locked as resolved and limited conversation to collaborators Jan 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Device 🖥️ New or added device support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants