mirror of
https://github.com/Telecominfraproject/wlan-cloud-base.git
synced 2026-03-20 18:38:59 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7d396c6ce | ||
|
|
e8dd8724fb |
@@ -0,0 +1,9 @@
|
||||
|
||||
package com.telecominfraproject.wlan.core.model.equipment;
|
||||
|
||||
public enum LedStatus {
|
||||
led_on,
|
||||
led_off,
|
||||
led_blink,
|
||||
UNKNOWN;
|
||||
}
|
||||
Reference in New Issue
Block a user