This website works better with JavaScript
Home
Explore
Help
Sign In
web
/
alarm-component
Watch
5
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
ccd3072e18
Branches
Tags
main
alarm-compon...
/
src
/
utils
/
index2.js
index2.js
107 B
History
Raw
1
2
3
4
5
6
7
8
9
10
11
const mapRelaStage = {
gt: 1,
ge: 2,
eq: 3,
lt: 4,
le: 5
}
export {
mapRelaStage
}