feat: méthode WebSocket HA pour Lovelace + vue lumières créée
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
export declare enum Code {
|
||||
OK = 0,
|
||||
Canceled = 1,
|
||||
Unknown = 2,
|
||||
InvalidArgument = 3,
|
||||
DeadlineExceeded = 4,
|
||||
NotFound = 5,
|
||||
AlreadyExists = 6,
|
||||
PermissionDenied = 7,
|
||||
ResourceExhausted = 8,
|
||||
FailedPrecondition = 9,
|
||||
Aborted = 10,
|
||||
OutOfRange = 11,
|
||||
Unimplemented = 12,
|
||||
Internal = 13,
|
||||
Unavailable = 14,
|
||||
DataLoss = 15,
|
||||
Unauthenticated = 16
|
||||
}
|
||||
export declare function httpStatusToCode(httpStatus: number): Code;
|
||||
Reference in New Issue
Block a user